Skip to content

Commit 8cd0883

Browse files
pkg: Update build packages
1 parent 3da237c commit 8cd0883

26 files changed

Lines changed: 2492 additions & 726 deletions

File tree

examples/benchmark-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@anansi/babel-preset": "6.2.27",
3737
"@anansi/browserslist-config": "^1.4.3",
3838
"@anansi/webpack-config": "21.1.19",
39-
"@babel/core": "^7.22.15",
39+
"@babel/core": "^8.0.0",
4040
"@playwright/test": "1.61.0",
4141
"@types/node": "25.9.4",
4242
"@types/react": "19.2.17",
@@ -46,7 +46,7 @@
4646
"tsx": "4.22.4",
4747
"typescript": "6.0.3",
4848
"webpack": "5.107.2",
49-
"webpack-cli": "6.0.1"
49+
"webpack-cli": "7.1.0"
5050
},
5151
"browserslist": "extends @anansi/browserslist-config"
5252
}

examples/benchmark/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
},
2727
"devDependencies": {
2828
"@anansi/webpack-config": "21.1.19",
29-
"@babel/core": "7.29.6",
30-
"@babel/node": "7.29.7",
29+
"@babel/core": "8.0.1",
30+
"@babel/node": "8.0.1",
3131
"@types/babel__core": "^7",
3232
"@types/benchmark": "2.1.5",
3333
"@types/react": "19.2.17",
3434
"webpack": "5.107.2",
35-
"webpack-cli": "6.0.1"
35+
"webpack-cli": "7.1.0"
3636
}
3737
}

examples/coin-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@anansi/babel-preset": "6.2.27",
2828
"@anansi/browserslist-config": "1.7.5",
2929
"@anansi/webpack-config": "21.1.19",
30-
"@babel/core": "7.29.6",
30+
"@babel/core": "8.0.1",
3131
"@linaria/core": "*",
3232
"@linaria/react": "*",
3333
"@linaria/shaker": "*",
@@ -43,7 +43,7 @@
4343
"@anansi/cli": "3.1.107",
4444
"@anansi/core": "0.22.12",
4545
"@anansi/router": "0.10.24",
46-
"@babel/runtime-corejs3": "7.29.7",
46+
"@babel/runtime-corejs3": "8.0.0",
4747
"@data-client/img": "0.18.0",
4848
"@data-client/react": "0.18.1",
4949
"@data-client/rest": "0.18.1",

0 commit comments

Comments
 (0)