Skip to content

Commit 93555f8

Browse files
pkg: Update build packages (#4029)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cf043d6 commit 93555f8

13 files changed

Lines changed: 369 additions & 149 deletions

File tree

examples/benchmark-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"serve": "14.2.6",
4747
"tsx": "4.23.0",
4848
"typescript": "npm:@typescript/typescript6@6.0.2",
49-
"webpack": "5.107.2",
49+
"webpack": "5.108.4",
5050
"webpack-cli": "6.0.1"
5151
},
5252
"browserslist": "extends @anansi/browserslist-config"

examples/benchmark/package.json

Lines changed: 2 additions & 2 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.6",
30+
"@babel/core": "7.29.7",
3131
"@babel/node": "7.29.7",
3232
"@types/babel__core": "^7",
3333
"@types/benchmark": "2.1.5",
3434
"@types/react": "19.2.17",
35-
"webpack": "5.107.2",
35+
"webpack": "5.108.4",
3636
"webpack-cli": "6.0.1"
3737
}
3838
}

examples/coin-app/package.json

Lines changed: 1 addition & 1 deletion
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": "7.29.7",
3131
"@linaria/core": "*",
3232
"@linaria/react": "*",
3333
"@linaria/shaker": "*",

examples/github-app/package-lock.json

Lines changed: 124 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/github-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@anansi/babel-preset": "6.2.27",
3535
"@anansi/browserslist-config": "1.7.5",
3636
"@anansi/webpack-config": "21.1.19",
37-
"@babel/core": "7.29.6",
37+
"@babel/core": "7.29.7",
3838
"@linaria/core": "6.3.0",
3939
"@linaria/react": "6.3.0",
4040
"@linaria/shaker": "5.0.3",
@@ -44,9 +44,9 @@
4444
"@types/react-dom": "19.2.3",
4545
"react-refresh": "0.18.0",
4646
"serve": "14.2.6",
47-
"webpack": "5.107.2",
47+
"webpack": "5.108.4",
4848
"webpack-cli": "6.0.1",
49-
"webpack-dev-server": "5.2.5"
49+
"webpack-dev-server": "5.2.6"
5050
},
5151
"dependencies": {
5252
"@anansi/core": "0.22.12",

examples/nextjs/package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/normalizr-github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@data-client/normalizr": "workspace:*"
1515
},
1616
"devDependencies": {
17-
"@babel/core": "7.29.6",
17+
"@babel/core": "7.29.7",
1818
"@babel/node": "7.29.7",
1919
"@types/babel__core": "^7"
2020
}

examples/normalizr-redux/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"node": ">=18.0"
1414
},
1515
"devDependencies": {
16-
"@babel/core": "7.29.6",
16+
"@babel/core": "7.29.7",
1717
"@babel/node": "7.29.7",
1818
"@octokit/rest": "22.0.1",
1919
"@types/babel__core": "^7",

examples/normalizr-relationships/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"start": "babel-node ./ --root-mode upward --extensions '.ts,.tsx,.js'"
1111
},
1212
"devDependencies": {
13-
"@babel/core": "7.29.6",
13+
"@babel/core": "7.29.7",
1414
"@babel/node": "7.29.7",
1515
"@types/babel__core": "^7"
1616
},

0 commit comments

Comments
 (0)