Skip to content

Commit 24965c8

Browse files
Update all
1 parent 49a2897 commit 24965c8

File tree

4 files changed

+35
-35
lines changed

4 files changed

+35
-35
lines changed

demo/preact-map/package.json

Lines changed: 9 additions & 9 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.6.6"
13+
"preact": "10.16.0"
1414
},
1515
"devDependencies": {
1616
"@babel/core": "7.17.5",
1717
"@babel/preset-env": "7.16.11",
1818
"@babel/plugin-transform-react-jsx": "7.17.3",
19-
"babel-loader": "8.2.3",
20-
"css-loader": "6.7.1",
21-
"mini-css-extract-plugin": "2.6.0",
22-
"style-loader": "3.3.1",
23-
"webpack": "5.76.0",
24-
"webpack-cli": "4.9.2"
19+
"babel-loader": "8.3.0",
20+
"css-loader": "6.8.1",
21+
"mini-css-extract-plugin": "2.7.6",
22+
"style-loader": "3.3.3",
23+
"webpack": "5.88.2",
24+
"webpack-cli": "4.10.0"
2525
},
2626
"volta": {
27-
"node": "16.14.0",
28-
"yarn": "1.22.17"
27+
"node": "16.20.2",
28+
"yarn": "1.22.19"
2929
}
3030
}

demo/react-map/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"@babel/core": "7.17.5",
1818
"@babel/preset-env": "7.16.11",
1919
"@babel/plugin-transform-react-jsx": "7.17.3",
20-
"babel-loader": "8.2.3",
21-
"css-loader": "6.7.1",
22-
"mini-css-extract-plugin": "2.6.0",
23-
"style-loader": "3.3.1",
24-
"webpack": "5.76.0",
25-
"webpack-cli": "4.9.2"
20+
"babel-loader": "8.3.0",
21+
"css-loader": "6.8.1",
22+
"mini-css-extract-plugin": "2.7.6",
23+
"style-loader": "3.3.3",
24+
"webpack": "5.88.2",
25+
"webpack-cli": "4.10.0"
2626
},
2727
"volta": {
28-
"node": "16.14.0",
29-
"yarn": "1.22.17"
28+
"node": "16.20.2",
29+
"yarn": "1.22.19"
3030
}
3131
}

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
"@babel/preset-env": "7.16.11",
4646
"@rollup/plugin-babel": "5.3.1",
4747
"@rollup/plugin-replace": "4.0.0",
48-
"@types/node": "16.11.26",
49-
"@types/sinon": "10.0.11",
50-
"acorn": "8.7.0",
48+
"@types/node": "16.18.40",
49+
"@types/sinon": "10.0.16",
50+
"acorn": "8.10.0",
5151
"acorn-walk": "8.2.0",
5252
"ava": "3.15.0",
5353
"babel-plugin-minify-replace": "0.5.0",
@@ -57,21 +57,21 @@
5757
"esm": "3.2.25",
5858
"husky": "8.0.3",
5959
"jsdom": "19.0.0",
60-
"lint-staged": "13.2.2",
61-
"magic-string": "0.26.1",
62-
"np": "7.6.0",
60+
"lint-staged": "13.2.3",
61+
"magic-string": "0.30.2",
62+
"np": "7.7.0",
6363
"npm-run-all": "4.1.5",
6464
"polka": "0.5.2",
65-
"prettier": "2.5.1",
65+
"prettier": "2.8.8",
6666
"rimraf": "3.0.2",
67-
"rollup": "2.70.0",
67+
"rollup": "2.79.1",
6868
"rollup-plugin-analyzer": "4.0.0",
69-
"rollup-plugin-babel": "4.4.0",
69+
"@rollup/plugin-babel": "5.0.0",
7070
"rollup-plugin-terser": "7.0.2",
7171
"sinon": "13.0.2",
72-
"sirv": "2.0.2",
72+
"sirv": "2.0.3",
7373
"tslint": "6.1.3",
74-
"typescript": "4.6.2"
74+
"typescript": "4.9.5"
7575
},
7676
"lint-staged": {
7777
"*.{js,ts}": [
@@ -124,8 +124,8 @@
124124
]
125125
},
126126
"volta": {
127-
"node": "16.14.0",
128-
"yarn": "1.22.17"
127+
"node": "16.20.2",
128+
"yarn": "1.22.19"
129129
},
130130
"publishConfig": {
131131
"access": "public"

tools/linter/package.json

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

0 commit comments

Comments
 (0)