Skip to content

Commit 412acf2

Browse files
Update all
1 parent 52b619e commit 412acf2

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

demo/preact-map/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010
},
1111
"dependencies": {
1212
"obj-str": "1.1.0",
13-
"preact": "10.19.6"
13+
"preact": "10.27.2"
1414
},
1515
"devDependencies": {
1616
"@babel/core": "7.27.7",
1717
"@babel/preset-env": "7.27.2",
1818
"@babel/plugin-transform-react-jsx": "7.27.1",
19-
"babel-loader": "9.1.3",
20-
"css-loader": "6.10.0",
21-
"mini-css-extract-plugin": "2.8.1",
19+
"babel-loader": "9.2.1",
20+
"css-loader": "6.11.0",
21+
"mini-css-extract-plugin": "2.9.4",
2222
"style-loader": "3.3.4",
2323
"webpack": "5.90.3",
2424
"webpack-cli": "5.1.4"
2525
},
2626
"volta": {
27-
"node": "22.16.0",
27+
"node": "22.21.1",
2828
"yarn": "1.22.22"
2929
}
3030
}

demo/react-map/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"@babel/core": "7.27.7",
1818
"@babel/preset-env": "7.27.2",
1919
"@babel/plugin-transform-react-jsx": "7.27.1",
20-
"babel-loader": "9.1.3",
21-
"css-loader": "6.10.0",
22-
"mini-css-extract-plugin": "2.8.1",
20+
"babel-loader": "9.2.1",
21+
"css-loader": "6.11.0",
22+
"mini-css-extract-plugin": "2.9.4",
2323
"style-loader": "3.3.4",
2424
"webpack": "5.90.3",
2525
"webpack-cli": "5.1.4"
2626
},
2727
"volta": {
28-
"node": "22.16.0",
28+
"node": "22.21.1",
2929
"yarn": "1.22.22"
3030
}
3131
}

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,33 +44,33 @@
4444
"@babel/cli": "7.27.2",
4545
"@babel/core": "7.27.7",
4646
"@babel/preset-env": "7.27.2",
47-
"@rollup/plugin-babel": "6.0.4",
47+
"@rollup/plugin-babel": "6.1.0",
4848
"@rollup/plugin-replace": "6.0.2",
49-
"@types/node": "18.19.112",
49+
"@types/node": "18.19.130",
5050
"@types/sinon": "10.0.20",
5151
"acorn": "8.15.0",
5252
"acorn-walk": "8.3.4",
53-
"ava": "6.4.0",
53+
"ava": "6.4.1",
5454
"babel-plugin-minify-replace": "0.5.0",
5555
"babel-plugin-transform-remove-console": "6.9.4",
5656
"benchmark": "2.1.4",
5757
"cross-env": "7.0.3",
5858
"husky": "8.0.3",
5959
"jsdom": "26.1.0",
6060
"lint-staged": "14.0.1",
61-
"magic-string": "0.30.17",
61+
"magic-string": "0.30.21",
6262
"np": "10.2.0",
6363
"npm-run-all2": "5.0.2",
6464
"polka": "0.5.2",
65-
"prettier": "3.6.0",
66-
"rimraf": "5.0.5",
67-
"rollup": "4.44.0",
65+
"prettier": "3.6.2",
66+
"rimraf": "5.0.10",
67+
"rollup": "4.52.5",
6868
"rollup-plugin-analyzer": "4.0.0",
6969
"@rollup/plugin-terser": "0.4.4",
7070
"sinon": "21.0.0",
71-
"sirv": "3.0.1",
71+
"sirv": "3.0.2",
7272
"tslint": "6.1.3",
73-
"typescript": "5.8.3"
73+
"typescript": "5.9.3"
7474
},
7575
"lint-staged": {
7676
"*.{js,ts}": [
@@ -117,7 +117,7 @@
117117
]
118118
},
119119
"volta": {
120-
"node": "22.16.0",
120+
"node": "22.21.1",
121121
"yarn": "1.22.22"
122122
},
123123
"publishConfig": {

tools/linter/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"esm": "3.2.25",
2828
"lint-staged": "14.0.1",
2929
"npm-run-all2": "5.0.2",
30-
"prettier": "3.2.5",
31-
"rimraf": "5.0.5",
32-
"shx": "0.3.4"
30+
"prettier": "3.6.2",
31+
"rimraf": "5.0.10",
32+
"shx": "0.4.0"
3333
},
3434
"lint-staged": {
3535
"src/*.js": [
@@ -43,7 +43,7 @@
4343
]
4444
},
4545
"volta": {
46-
"node": "22.16.0",
46+
"node": "22.21.1",
4747
"yarn": "1.22.22"
4848
}
4949
}

0 commit comments

Comments
 (0)