Skip to content

Commit 3756b7d

Browse files
committed
Merge remote-tracking branch 'bp/main'
2 parents ee9fb9a + 9910684 commit 3756b7d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"@commitlint/cli": "19",
99
"@commitlint/config-conventional": "19",
1010
"@midwayjs/mock": "^3.15.8",
11-
"@midwayjs/swagger": "^3.15.8",
12-
"@midwayjs/validate": "^3.15.8",
11+
"@midwayjs/swagger": "^3.15.11",
12+
"@midwayjs/validate": "^3.15.11",
1313
"@types/koa": "2",
1414
"@types/mocha": "10",
1515
"@types/node": "20",
1616
"@waiting/eslint-config": "^10.25.0",
17-
"@waiting/shared-core": "^23.5.1",
18-
"@waiting/shared-types": "^23.4.0",
17+
"@waiting/shared-core": "^23.6.1",
18+
"@waiting/shared-types": "^23.6.0",
1919
"autocannon": "7",
2020
"coveralls": "3",
2121
"cross-env": "7",
@@ -25,7 +25,7 @@
2525
"mocha-lcov-reporter": "1",
2626
"mwtsc": "^1.7.2",
2727
"nx": "18",
28-
"swagger-ui-dist": "^5.16.2",
28+
"swagger-ui-dist": "^5.17.1",
2929
"ts-node": "^10.9.2",
3030
"tsc-alias": "^1.8.8",
3131
"typescript": "^5.4.5"

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { basename, dirname } from 'node:path'
22
import assert from 'node:assert'
33

4-
import pkg from './package.json' assert { type: 'json' }
4+
import pkg from './package.json' with { type: 'json' }
55

66
// `npm run build` -> `production` is true
77
// `npm run dev` -> `production` is false

0 commit comments

Comments
 (0)