Skip to content

Commit 386629b

Browse files
pkg: Update build packages
1 parent e823560 commit 386629b

26 files changed

Lines changed: 4824 additions & 1634 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.1",
4141
"@types/node": "25.9.5",
4242
"@types/react": "19.2.17",
@@ -47,7 +47,7 @@
4747
"tsx": "4.23.1",
4848
"typescript": "npm:@typescript/typescript6@6.0.2",
4949
"webpack": "5.108.4",
50-
"webpack-cli": "6.0.1"
50+
"webpack-cli": "7.2.1"
5151
},
5252
"browserslist": "extends @anansi/browserslist-config"
5353
}

examples/benchmark/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
},
2828
"devDependencies": {
2929
"@anansi/webpack-config": "21.1.19",
30-
"@babel/core": "7.29.7",
31-
"@babel/node": "7.29.7",
30+
"@babel/core": "8.0.1",
31+
"@babel/node": "8.0.1",
3232
"@types/babel__core": "^7",
3333
"@types/benchmark": "2.1.5",
3434
"@types/react": "19.2.17",
3535
"webpack": "5.108.4",
36-
"webpack-cli": "6.0.1"
36+
"webpack-cli": "7.2.1"
3737
}
3838
}

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.7",
30+
"@babel/core": "8.0.1",
3131
"@linaria/core": "*",
3232
"@linaria/react": "*",
3333
"@linaria/shaker": "*",
@@ -44,7 +44,7 @@
4444
"@anansi/cli": "3.1.107",
4545
"@anansi/core": "0.22.12",
4646
"@anansi/router": "0.10.24",
47-
"@babel/runtime-corejs3": "7.29.7",
47+
"@babel/runtime-corejs3": "8.0.0",
4848
"@data-client/img": "0.18.0",
4949
"@data-client/react": "0.18.1",
5050
"@data-client/rest": "0.18.1",

0 commit comments

Comments
 (0)