Skip to content

Commit 6cde843

Browse files
committed
Update all
1 parent 3f3f7b4 commit 6cde843

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

demo/preact-map/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"@babel/plugin-transform-react-jsx": "7.16.7",
1919
"babel-loader": "8.2.3",
2020
"css-loader": "6.5.1",
21-
"mini-css-extract-plugin": "2.4.5",
21+
"mini-css-extract-plugin": "2.4.6",
2222
"style-loader": "3.3.1",
23-
"webpack": "5.65.0",
23+
"webpack": "5.66.0",
2424
"webpack-cli": "4.9.1"
2525
},
2626
"volta": {
27-
"node": "16.13.1",
27+
"node": "16.13.2",
2828
"yarn": "1.22.17"
2929
}
3030
}

demo/react-map/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"@babel/plugin-transform-react-jsx": "7.16.7",
2020
"babel-loader": "8.2.3",
2121
"css-loader": "6.5.1",
22-
"mini-css-extract-plugin": "2.4.5",
22+
"mini-css-extract-plugin": "2.4.6",
2323
"style-loader": "3.3.1",
24-
"webpack": "5.65.0",
24+
"webpack": "5.66.0",
2525
"webpack-cli": "4.9.1"
2626
},
2727
"volta": {
28-
"node": "16.13.1",
28+
"node": "16.13.2",
2929
"yarn": "1.22.17"
3030
}
3131
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@babel/preset-env": "7.16.7",
4545
"@rollup/plugin-babel": "5.3.0",
4646
"@rollup/plugin-replace": "3.0.1",
47-
"@types/node": "16.11.18",
47+
"@types/node": "16.11.19",
4848
"@types/sinon": "10.0.6",
4949
"acorn": "8.7.0",
5050
"acorn-walk": "8.2.0",
@@ -56,14 +56,14 @@
5656
"esm": "3.2.25",
5757
"husky": "7.0.4",
5858
"jsdom": "19.0.0",
59-
"lint-staged": "12.1.5",
59+
"lint-staged": "12.1.7",
6060
"magic-string": "0.25.7",
6161
"np": "7.6.0",
6262
"npm-run-all": "4.1.5",
6363
"polka": "0.5.2",
6464
"prettier": "2.5.1",
6565
"rimraf": "3.0.2",
66-
"rollup": "2.62.0",
66+
"rollup": "2.63.0",
6767
"rollup-plugin-analyzer": "4.0.0",
6868
"rollup-plugin-babel": "4.4.0",
6969
"rollup-plugin-terser": "7.0.2",
@@ -123,7 +123,7 @@
123123
]
124124
},
125125
"volta": {
126-
"node": "16.13.1",
126+
"node": "16.13.2",
127127
"yarn": "1.22.17"
128128
},
129129
"publishConfig": {

tools/linter/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
"devDependencies": {
2626
"ava": "3.15.0",
2727
"esm": "3.2.25",
28-
"lint-staged": "12.1.5",
28+
"lint-staged": "12.1.7",
2929
"npm-run-all": "4.1.5",
3030
"prettier": "2.5.1",
3131
"rimraf": "3.0.2",
32-
"shx": "0.3.3"
32+
"shx": "0.3.4"
3333
},
3434
"lint-staged": {
3535
"src/*.js": [
@@ -43,7 +43,7 @@
4343
]
4444
},
4545
"volta": {
46-
"node": "16.13.1",
46+
"node": "16.13.2",
4747
"yarn": "1.22.17"
4848
}
4949
}

0 commit comments

Comments
 (0)