Skip to content

Commit a243a60

Browse files
committed
Bumped standalone deps, made standalone build config more aggressive, overhauled standalone test to be much more realistic.
1 parent d7d0970 commit a243a60

File tree

5 files changed

+267
-195
lines changed

5 files changed

+267
-195
lines changed

standalone/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,27 @@
1515
"license": "MIT",
1616
"scripts": {
1717
"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"
2020
},
2121
"devDependencies": {
2222
"@rollup/plugin-commonjs": "^22.0.2",
2323
"@rollup/plugin-json": "^4.1.0",
24-
"@rollup/plugin-node-resolve": "^14.0.1",
24+
"@rollup/plugin-node-resolve": "^14.1.0",
2525
"@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",
2929
"memoize-one": "^6.0.0",
30-
"rollup": "^2.79.0",
30+
"rollup": "^2.79.1",
3131
"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"
3434
},
3535
"peerDependencies": {
36-
"typescript": "^4.0.0"
36+
"typescript": ">=4.0.0"
3737
},
3838
"dependencies": {
39-
"@types/eslint": "^8.4.6"
39+
"@types/eslint": "^8.21.2"
4040
}
4141
}

0 commit comments

Comments
 (0)