File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
"@commitlint/cli" : " 19" ,
9
9
"@commitlint/config-conventional" : " 19" ,
10
10
"@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 " ,
13
13
"@types/koa" : " 2" ,
14
14
"@types/mocha" : " 10" ,
15
15
"@types/node" : " 20" ,
16
16
"@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" ,
19
19
"autocannon" : " 7" ,
20
20
"coveralls" : " 3" ,
21
21
"cross-env" : " 7" ,
25
25
"mocha-lcov-reporter" : " 1" ,
26
26
"mwtsc" : " ^1.7.2" ,
27
27
"nx" : " 18" ,
28
- "swagger-ui-dist" : " ^5.16.2 " ,
28
+ "swagger-ui-dist" : " ^5.17.1 " ,
29
29
"ts-node" : " ^10.9.2" ,
30
30
"tsc-alias" : " ^1.8.8" ,
31
31
"typescript" : " ^5.4.5"
Original file line number Diff line number Diff line change 1
1
import { basename , dirname } from 'node:path'
2
2
import assert from 'node:assert'
3
3
4
- import pkg from './package.json' assert { type : 'json ' }
4
+ import pkg from './package.json' with { type : 'json' }
5
5
6
6
// `npm run build` -> `production` is true
7
7
// `npm run dev` -> `production` is false
You can’t perform that action at this time.
0 commit comments