Skip to content

Commit ea56f08

Browse files
Update all
1 parent 9e5d3bd commit ea56f08

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

demo/preact-map/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
"@babel/core": "7.22.10",
1717
"@babel/preset-env": "7.22.10",
1818
"@babel/plugin-transform-react-jsx": "7.22.5",
19-
"babel-loader": "8.3.0",
19+
"babel-loader": "9.1.3",
2020
"css-loader": "6.8.1",
2121
"mini-css-extract-plugin": "2.7.6",
2222
"style-loader": "3.3.3",
2323
"webpack": "5.88.2",
24-
"webpack-cli": "4.10.0"
24+
"webpack-cli": "5.1.4"
2525
},
2626
"volta": {
27-
"node": "16.20.2",
27+
"node": "18.17.1",
2828
"yarn": "1.22.19"
2929
}
3030
}

demo/react-map/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"@babel/core": "7.22.10",
1818
"@babel/preset-env": "7.22.10",
1919
"@babel/plugin-transform-react-jsx": "7.22.5",
20-
"babel-loader": "8.3.0",
20+
"babel-loader": "9.1.3",
2121
"css-loader": "6.8.1",
2222
"mini-css-extract-plugin": "2.7.6",
2323
"style-loader": "3.3.3",
2424
"webpack": "5.88.2",
25-
"webpack-cli": "4.10.0"
25+
"webpack-cli": "5.1.4"
2626
},
2727
"volta": {
28-
"node": "16.20.2",
28+
"node": "18.17.1",
2929
"yarn": "1.22.19"
3030
}
3131
}

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,34 +43,34 @@
4343
"@babel/cli": "7.22.10",
4444
"@babel/core": "7.22.10",
4545
"@babel/preset-env": "7.22.10",
46-
"@rollup/plugin-babel": "5.3.1",
47-
"@rollup/plugin-replace": "4.0.0",
48-
"@types/node": "16.18.40",
46+
"@rollup/plugin-babel": "6.0.3",
47+
"@rollup/plugin-replace": "5.0.2",
48+
"@types/node": "18.17.5",
4949
"@types/sinon": "10.0.16",
5050
"acorn": "8.10.0",
5151
"acorn-walk": "8.2.0",
52-
"ava": "3.15.0",
52+
"ava": "5.3.1",
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
"esm": "3.2.25",
5858
"husky": "8.0.3",
59-
"jsdom": "19.0.0",
60-
"lint-staged": "13.3.0",
59+
"jsdom": "22.1.0",
60+
"lint-staged": "14.0.0",
6161
"magic-string": "0.30.2",
62-
"np": "7.7.0",
62+
"np": "8.0.4",
6363
"npm-run-all": "4.1.5",
6464
"polka": "0.5.2",
65-
"prettier": "2.8.8",
66-
"rimraf": "3.0.2",
67-
"rollup": "2.79.1",
65+
"prettier": "3.0.2",
66+
"rimraf": "5.0.1",
67+
"rollup": "3.28.0",
6868
"rollup-plugin-analyzer": "4.0.0",
6969
"rollup-plugin-terser": "7.0.2",
70-
"sinon": "13.0.2",
70+
"sinon": "15.2.0",
7171
"sirv": "2.0.3",
7272
"tslint": "6.1.3",
73-
"typescript": "4.9.5"
73+
"typescript": "5.1.6"
7474
},
7575
"lint-staged": {
7676
"*.{js,ts}": [
@@ -123,7 +123,7 @@
123123
]
124124
},
125125
"volta": {
126-
"node": "16.20.2",
126+
"node": "18.17.1",
127127
"yarn": "1.22.19"
128128
},
129129
"publishConfig": {

tools/linter/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"@babel/core": "^7.0.0-0"
2424
},
2525
"devDependencies": {
26-
"ava": "4.3.3",
26+
"ava": "5.3.1",
2727
"esm": "3.2.25",
28-
"lint-staged": "12.5.0",
28+
"lint-staged": "14.0.0",
2929
"npm-run-all": "4.1.5",
30-
"prettier": "2.8.8",
31-
"rimraf": "3.0.2",
30+
"prettier": "3.0.2",
31+
"rimraf": "5.0.1",
3232
"shx": "0.3.4"
3333
},
3434
"lint-staged": {
@@ -43,7 +43,7 @@
4343
]
4444
},
4545
"volta": {
46-
"node": "16.20.2",
46+
"node": "18.17.1",
4747
"yarn": "1.22.19"
4848
}
4949
}

0 commit comments

Comments
 (0)