Skip to content

Commit b3e6d78

Browse files
Update all (#1190)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1641ad2 commit b3e6d78

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

demo/preact-map/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
},
1111
"dependencies": {
1212
"obj-str": "1.1.0",
13-
"preact": "10.19.4"
13+
"preact": "10.19.6"
1414
},
1515
"devDependencies": {
1616
"@babel/core": "7.23.7",
1717
"@babel/preset-env": "7.23.8",
1818
"@babel/plugin-transform-react-jsx": "7.23.4",
1919
"babel-loader": "9.1.3",
2020
"css-loader": "6.10.0",
21-
"mini-css-extract-plugin": "2.8.0",
21+
"mini-css-extract-plugin": "2.8.1",
2222
"style-loader": "3.3.4",
23-
"webpack": "5.90.2",
23+
"webpack": "5.90.3",
2424
"webpack-cli": "5.1.4"
2525
},
2626
"volta": {

demo/react-map/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"@babel/plugin-transform-react-jsx": "7.23.4",
2020
"babel-loader": "9.1.3",
2121
"css-loader": "6.10.0",
22-
"mini-css-extract-plugin": "2.8.0",
22+
"mini-css-extract-plugin": "2.8.1",
2323
"style-loader": "3.3.4",
24-
"webpack": "5.90.2",
24+
"webpack": "5.90.3",
2525
"webpack-cli": "5.1.4"
2626
},
2727
"volta": {

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@babel/preset-env": "7.23.8",
4646
"@rollup/plugin-babel": "6.0.4",
4747
"@rollup/plugin-replace": "5.0.5",
48-
"@types/node": "18.19.17",
48+
"@types/node": "18.19.22",
4949
"@types/sinon": "10.0.20",
5050
"acorn": "8.11.3",
5151
"acorn-walk": "8.3.2",
@@ -58,9 +58,9 @@
5858
"husky": "8.0.3",
5959
"jsdom": "22.1.0",
6060
"lint-staged": "14.0.1",
61-
"magic-string": "0.30.7",
61+
"magic-string": "0.30.8",
6262
"np": "8.0.4",
63-
"npm-run-all2": "5.0.0",
63+
"npm-run-all2": "5.0.2",
6464
"polka": "0.5.2",
6565
"prettier": "3.2.5",
6666
"rimraf": "5.0.5",
@@ -70,7 +70,7 @@
7070
"sinon": "15.2.0",
7171
"sirv": "2.0.4",
7272
"tslint": "6.1.3",
73-
"typescript": "5.3.3"
73+
"typescript": "5.4.2"
7474
},
7575
"lint-staged": {
7676
"*.{js,ts}": [

tools/linter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"ava": "5.3.1",
2727
"esm": "3.2.25",
2828
"lint-staged": "14.0.1",
29-
"npm-run-all2": "5.0.0",
29+
"npm-run-all2": "5.0.2",
3030
"prettier": "3.2.5",
3131
"rimraf": "5.0.5",
3232
"shx": "0.3.4"

0 commit comments

Comments
 (0)