Skip to content

Commit 3de0ce5

Browse files
Update all
1 parent 2006157 commit 3de0ce5

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

Diff for: demo/preact-map/package.json

+5-5
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.26.4"
1414
},
1515
"devDependencies": {
1616
"@babel/core": "7.24.6",
1717
"@babel/preset-env": "7.24.6",
1818
"@babel/plugin-transform-react-jsx": "7.24.6",
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.2",
2222
"style-loader": "3.3.4",
2323
"webpack": "5.90.3",
2424
"webpack-cli": "5.1.4"
2525
},
2626
"volta": {
27-
"node": "18.19.1",
27+
"node": "18.20.7",
2828
"yarn": "1.22.22"
2929
}
3030
}

Diff for: demo/react-map/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"@babel/core": "7.24.6",
1818
"@babel/preset-env": "7.24.6",
1919
"@babel/plugin-transform-react-jsx": "7.24.6",
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.2",
2323
"style-loader": "3.3.4",
2424
"webpack": "5.90.3",
2525
"webpack-cli": "5.1.4"
2626
},
2727
"volta": {
28-
"node": "18.19.1",
28+
"node": "18.20.7",
2929
"yarn": "1.22.22"
3030
}
3131
}

Diff for: package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
"@babel/core": "7.24.6",
4545
"@babel/preset-env": "7.24.6",
4646
"@rollup/plugin-babel": "6.0.4",
47-
"@rollup/plugin-replace": "5.0.5",
48-
"@types/node": "18.19.22",
47+
"@rollup/plugin-replace": "5.0.7",
48+
"@types/node": "18.19.79",
4949
"@types/sinon": "10.0.20",
50-
"acorn": "8.11.3",
51-
"acorn-walk": "8.3.2",
50+
"acorn": "8.14.1",
51+
"acorn-walk": "8.3.4",
5252
"ava": "3.15.0",
5353
"babel-plugin-minify-replace": "0.5.0",
5454
"babel-plugin-transform-remove-console": "6.9.4",
@@ -58,19 +58,19 @@
5858
"husky": "8.0.3",
5959
"jsdom": "22.1.0",
6060
"lint-staged": "14.0.1",
61-
"magic-string": "0.30.8",
61+
"magic-string": "0.30.17",
6262
"np": "8.0.4",
6363
"npm-run-all2": "5.0.2",
6464
"polka": "0.5.2",
65-
"prettier": "3.2.5",
66-
"rimraf": "5.0.5",
65+
"prettier": "3.5.3",
66+
"rimraf": "5.0.10",
6767
"rollup": "3.29.4",
6868
"rollup-plugin-analyzer": "4.0.0",
69-
"rollup-plugin-terser": "7.0.2",
69+
"@rollup/plugin-terser": "0.1.0",
7070
"sinon": "15.2.0",
7171
"sirv": "2.0.4",
7272
"tslint": "6.1.3",
73-
"typescript": "5.4.2"
73+
"typescript": "5.8.2"
7474
},
7575
"lint-staged": {
7676
"*.{js,ts}": [
@@ -123,7 +123,7 @@
123123
]
124124
},
125125
"volta": {
126-
"node": "18.19.1",
126+
"node": "18.20.7",
127127
"yarn": "1.22.22"
128128
},
129129
"publishConfig": {

Diff for: tools/linter/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
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",
30+
"prettier": "3.5.3",
31+
"rimraf": "5.0.10",
3232
"shx": "0.3.4"
3333
},
3434
"lint-staged": {
@@ -43,7 +43,7 @@
4343
]
4444
},
4545
"volta": {
46-
"node": "18.19.1",
46+
"node": "18.20.7",
4747
"yarn": "1.22.22"
4848
}
4949
}

0 commit comments

Comments
 (0)