Skip to content

Commit d340d0f

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

File tree

14 files changed

+2685
-2741
lines changed

14 files changed

+2685
-2741
lines changed

examples/benchmark/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"react": "19.1.0"
2626
},
2727
"devDependencies": {
28-
"@anansi/webpack-config": "21.0.3",
29-
"@babel/core": "7.26.10",
30-
"@babel/node": "7.26.0",
28+
"@anansi/webpack-config": "21.0.4",
29+
"@babel/core": "7.27.1",
30+
"@babel/node": "7.27.1",
3131
"@types/babel__core": "^7",
3232
"@types/benchmark": "2.1.5",
3333
"@types/react": "19.1.2",
34-
"webpack": "5.99.6",
34+
"webpack": "5.99.7",
3535
"webpack-cli": "^6.0.0"
3636
}
3737
}

examples/coin-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"anansi"
2525
],
2626
"devDependencies": {
27-
"@anansi/babel-preset": "6.2.6",
27+
"@anansi/babel-preset": "6.2.7",
2828
"@anansi/browserslist-config": "^1.4.3",
2929
"@anansi/webpack-config": "^21.0.0",
3030
"@babel/core": "^7.22.15",

examples/github-app/package-lock.json

Lines changed: 610 additions & 627 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"private": true,
2929
"license": "Apache-2.0",
3030
"devDependencies": {
31-
"@anansi/babel-preset": "6.2.6",
31+
"@anansi/babel-preset": "6.2.7",
3232
"@anansi/browserslist-config": "1.7.2",
33-
"@anansi/webpack-config": "21.0.3",
34-
"@babel/core": "7.26.10",
33+
"@anansi/webpack-config": "21.0.4",
34+
"@babel/core": "7.27.1",
3535
"@linaria/babel-preset": "5.0.4",
3636
"@linaria/core": "6.3.0",
3737
"@linaria/react": "6.3.0",
@@ -43,7 +43,7 @@
4343
"@types/uuid": "^10.0.0",
4444
"react-refresh": "0.17.0",
4545
"serve": "14.2.4",
46-
"webpack": "5.99.6",
46+
"webpack": "5.99.7",
4747
"webpack-cli": "6.0.1",
4848
"webpack-dev-server": "5.2.1"
4949
},

examples/nextjs/package-lock.json

Lines changed: 583 additions & 593 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"@data-client/normalizr": "workspace:^"
1515
},
1616
"devDependencies": {
17-
"@babel/core": "7.26.10",
18-
"@babel/node": "7.26.0",
17+
"@babel/core": "7.27.1",
18+
"@babel/node": "7.27.1",
1919
"@types/babel__core": "^7"
2020
}
2121
}

examples/normalizr-redux/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"node": ">=18.0"
1414
},
1515
"devDependencies": {
16-
"@babel/core": "7.26.10",
17-
"@babel/node": "7.26.0",
16+
"@babel/core": "7.27.1",
17+
"@babel/node": "7.27.1",
1818
"@octokit/rest": "21.1.1",
1919
"@types/babel__core": "^7",
2020
"inquirer": "^12.0.0",

examples/normalizr-relationships/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"start": "babel-node ./ --root-mode upward --extensions '.ts,.tsx,.js'"
1111
},
1212
"devDependencies": {
13-
"@babel/core": "7.26.10",
14-
"@babel/node": "7.26.0",
13+
"@babel/core": "7.27.1",
14+
"@babel/node": "7.27.1",
1515
"@types/babel__core": "^7"
1616
},
1717
"dependencies": {

examples/test-bundlesize/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"anansi"
2626
],
2727
"devDependencies": {
28-
"@anansi/babel-preset": "6.2.6",
28+
"@anansi/babel-preset": "6.2.7",
2929
"@anansi/browserslist-config": "^1.4.3",
3030
"@anansi/webpack-config": "^21.0.0",
3131
"@babel/core": "^7.22.15",

0 commit comments

Comments
 (0)