Skip to content

Commit 6c77267

Browse files
Update all
1 parent 52b619e commit 6c77267

File tree

7 files changed

+26
-26
lines changed

7 files changed

+26
-26
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
matrix:
1010
node-version: [18.x]
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v5
1313
- name: Use Node.js ${{ matrix.node-version }}
14-
uses: actions/setup-node@v3
14+
uses: actions/setup-node@v5
1515
with:
1616
node-version: ${{ matrix.node-version }}
1717
- run: yarn install

.github/workflows/size.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
matrix:
1010
node-version: [22.x]
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v5
1313
- name: Use Node.js ${{ matrix.node-version }}
14-
uses: actions/setup-node@v3
14+
uses: actions/setup-node@v5
1515
with:
1616
node-version: ${{ matrix.node-version }}
1717
- run: yarn install

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
node-version: [22.x]
1111
runs-on: ${{ matrix.platform }}
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v5
1414
- name: Use Node.js ${{ matrix.node-version }}
15-
uses: actions/setup-node@v3
15+
uses: actions/setup-node@v5
1616
with:
1717
node-version: ${{ matrix.node-version }}
1818
- run: yarn install

demo/preact-map/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"@babel/core": "7.27.7",
1717
"@babel/preset-env": "7.27.2",
1818
"@babel/plugin-transform-react-jsx": "7.27.1",
19-
"babel-loader": "9.1.3",
20-
"css-loader": "6.10.0",
19+
"babel-loader": "10.0.0",
20+
"css-loader": "7.1.2",
2121
"mini-css-extract-plugin": "2.8.1",
22-
"style-loader": "3.3.4",
22+
"style-loader": "4.0.0",
2323
"webpack": "5.90.3",
24-
"webpack-cli": "5.1.4"
24+
"webpack-cli": "6.0.1"
2525
},
2626
"volta": {
2727
"node": "22.16.0",

demo/react-map/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"@babel/core": "7.27.7",
1818
"@babel/preset-env": "7.27.2",
1919
"@babel/plugin-transform-react-jsx": "7.27.1",
20-
"babel-loader": "9.1.3",
21-
"css-loader": "6.10.0",
20+
"babel-loader": "10.0.0",
21+
"css-loader": "7.1.2",
2222
"mini-css-extract-plugin": "2.8.1",
23-
"style-loader": "3.3.4",
23+
"style-loader": "4.0.0",
2424
"webpack": "5.90.3",
25-
"webpack-cli": "5.1.4"
25+
"webpack-cli": "6.0.1"
2626
},
2727
"volta": {
2828
"node": "22.16.0",

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,24 +46,24 @@
4646
"@babel/preset-env": "7.27.2",
4747
"@rollup/plugin-babel": "6.0.4",
4848
"@rollup/plugin-replace": "6.0.2",
49-
"@types/node": "18.19.112",
50-
"@types/sinon": "10.0.20",
49+
"@types/node": "22.18.10",
50+
"@types/sinon": "17.0.4",
5151
"acorn": "8.15.0",
5252
"acorn-walk": "8.3.4",
5353
"ava": "6.4.0",
5454
"babel-plugin-minify-replace": "0.5.0",
5555
"babel-plugin-transform-remove-console": "6.9.4",
5656
"benchmark": "2.1.4",
57-
"cross-env": "7.0.3",
58-
"husky": "8.0.3",
59-
"jsdom": "26.1.0",
60-
"lint-staged": "14.0.1",
57+
"cross-env": "10.1.0",
58+
"husky": "9.1.7",
59+
"jsdom": "27.0.0",
60+
"lint-staged": "16.2.4",
6161
"magic-string": "0.30.17",
6262
"np": "10.2.0",
63-
"npm-run-all2": "5.0.2",
63+
"npm-run-all2": "8.0.4",
6464
"polka": "0.5.2",
6565
"prettier": "3.6.0",
66-
"rimraf": "5.0.5",
66+
"rimraf": "6.0.1",
6767
"rollup": "4.44.0",
6868
"rollup-plugin-analyzer": "4.0.0",
6969
"@rollup/plugin-terser": "0.4.4",

tools/linter/package.json

Lines changed: 4 additions & 4 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": "5.3.1",
26+
"ava": "6.4.1",
2727
"esm": "3.2.25",
28-
"lint-staged": "14.0.1",
29-
"npm-run-all2": "5.0.2",
28+
"lint-staged": "16.2.4",
29+
"npm-run-all2": "8.0.4",
3030
"prettier": "3.2.5",
31-
"rimraf": "5.0.5",
31+
"rimraf": "6.0.1",
3232
"shx": "0.3.4"
3333
},
3434
"lint-staged": {

0 commit comments

Comments
 (0)