File tree Expand file tree Collapse file tree 5 files changed +267
-195
lines changed Expand file tree Collapse file tree 5 files changed +267
-195
lines changed Original file line number Diff line number Diff line change 15
15
"license" : " MIT" ,
16
16
"scripts" : {
17
17
"build" : " rollup --config=rollup.config.js" ,
18
- "prepublishOnly" : " cd .. && pnpm build && cd standalone && pnpm build" ,
19
- "test" : " node ./smoke- test.mjs"
18
+ "prepublishOnly" : " cd .. && pnpm build && cd standalone && pnpm build && pnpm test " ,
19
+ "test" : " node --experimental-vm-modules ./ test.mjs"
20
20
},
21
21
"devDependencies" : {
22
22
"@rollup/plugin-commonjs" : " ^22.0.2" ,
23
23
"@rollup/plugin-json" : " ^4.1.0" ,
24
- "@rollup/plugin-node-resolve" : " ^14.0.1 " ,
24
+ "@rollup/plugin-node-resolve" : " ^14.1.0 " ,
25
25
"@rollup/pluginutils" : " ^4.2.1" ,
26
- "@typescript-eslint/parser" : " ^5.36.2 " ,
27
- "eslint" : " ^8.0 .0" ,
28
- "magic-string" : " ^0.26.3 " ,
26
+ "@typescript-eslint/parser" : " ^5.55.0 " ,
27
+ "eslint" : " ^8.36 .0" ,
28
+ "magic-string" : " ^0.26.7 " ,
29
29
"memoize-one" : " ^6.0.0" ,
30
- "rollup" : " ^2.79.0 " ,
30
+ "rollup" : " ^2.79.1 " ,
31
31
"rollup-plugin-terser" : " ^7.0.2" ,
32
- "semver" : " ^7.3.7 " ,
33
- "typescript" : " ^4.8.3 "
32
+ "semver" : " ^7.3.8 " ,
33
+ "typescript" : " ^4.9.5 "
34
34
},
35
35
"peerDependencies" : {
36
- "typescript" : " ^ 4.0.0"
36
+ "typescript" : " >= 4.0.0"
37
37
},
38
38
"dependencies" : {
39
- "@types/eslint" : " ^8.4.6 "
39
+ "@types/eslint" : " ^8.21.2 "
40
40
}
41
41
}
You can’t perform that action at this time.
0 commit comments