Skip to content

Commit 9452ab3

Browse files
committed
Upgrade dependency versions for node 18
1 parent 6f71a7c commit 9452ab3

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -40,36 +40,36 @@
4040
"devDependencies": {
4141
"@ampproject/filesize": "4.3.0",
4242
"@ampproject/rollup-plugin-closure-compiler": "0.27.0",
43-
"@babel/cli": "7.24.6",
44-
"@babel/core": "7.24.6",
45-
"@babel/preset-env": "7.24.6",
43+
"@babel/cli": "7.27.2",
44+
"@babel/core": "7.27.4",
45+
"@babel/preset-env": "7.27.2",
4646
"@rollup/plugin-babel": "6.0.4",
47-
"@rollup/plugin-replace": "5.0.5",
48-
"@types/node": "18.19.22",
47+
"@rollup/plugin-replace": "6.0.2",
48+
"@types/node": "18.19.112",
4949
"@types/sinon": "10.0.20",
50-
"acorn": "8.11.3",
51-
"acorn-walk": "8.3.2",
50+
"acorn": "8.15.0",
51+
"acorn-walk": "8.3.4",
5252
"ava": "6.4.0",
5353
"babel-plugin-minify-replace": "0.5.0",
5454
"babel-plugin-transform-remove-console": "6.9.4",
5555
"benchmark": "2.1.4",
5656
"cross-env": "7.0.3",
5757
"husky": "8.0.3",
58-
"jsdom": "19.0.0",
58+
"jsdom": "26.1.0",
5959
"lint-staged": "14.0.1",
60-
"magic-string": "0.30.8",
61-
"np": "8.0.4",
60+
"magic-string": "0.30.17",
61+
"np": "10.2.0",
6262
"npm-run-all2": "5.0.2",
6363
"polka": "0.5.2",
64-
"prettier": "3.2.5",
64+
"prettier": "3.6.0",
6565
"rimraf": "5.0.5",
66-
"rollup": "3.29.4",
66+
"rollup": "4.44.0",
6767
"rollup-plugin-analyzer": "4.0.0",
6868
"@rollup/plugin-terser": "0.4.4",
69-
"sinon": "14.0.0",
70-
"sirv": "2.0.4",
69+
"sinon": "21.0.0",
70+
"sirv": "3.0.1",
7171
"tslint": "6.1.3",
72-
"typescript": "5.4.2"
72+
"typescript": "5.8.3"
7373
},
7474
"lint-staged": {
7575
"*.{js,ts}": [

0 commit comments

Comments
 (0)