Skip to content

Commit 6ccb310

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

File tree

8 files changed

+204
-166
lines changed

8 files changed

+204
-166
lines changed

examples/benchmark/package.json

Lines changed: 2 additions & 2 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.8",
28+
"@anansi/webpack-config": "21.0.10",
2929
"@babel/core": "7.28.0",
3030
"@babel/node": "7.28.0",
3131
"@types/babel__core": "^7",
3232
"@types/benchmark": "2.1.5",
3333
"@types/react": "19.1.8",
34-
"webpack": "5.99.9",
34+
"webpack": "5.100.2",
3535
"webpack-cli": "^6.0.0"
3636
}
3737
}

examples/github-app/package-lock.json

Lines changed: 38 additions & 24 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"@anansi/babel-preset": "6.2.13",
3232
"@anansi/browserslist-config": "1.7.3",
33-
"@anansi/webpack-config": "21.0.8",
33+
"@anansi/webpack-config": "21.0.10",
3434
"@babel/core": "7.28.0",
3535
"@linaria/babel-preset": "5.0.4",
3636
"@linaria/core": "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.9",
46+
"webpack": "5.100.2",
4747
"webpack-cli": "6.0.1",
4848
"webpack-dev-server": "5.2.2"
4949
},

examples/todo-app/package-lock.json

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

examples/todo-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"@anansi/babel-preset": "6.2.13",
3232
"@anansi/browserslist-config": "1.7.3",
33-
"@anansi/webpack-config": "21.0.8",
33+
"@anansi/webpack-config": "21.0.10",
3434
"@babel/core": "7.28.0",
3535
"@linaria/babel-preset": "5.0.4",
3636
"@linaria/core": "6.3.0",
@@ -40,7 +40,7 @@
4040
"@types/react-dom": "19.1.6",
4141
"@types/uuid": "^10.0.0",
4242
"react-refresh": "0.17.0",
43-
"webpack": "5.99.9",
43+
"webpack": "5.100.2",
4444
"webpack-cli": "6.0.1",
4545
"webpack-dev-server": "5.2.2"
4646
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"react-native-screens": "^4.1.0",
102102
"react-test-renderer": "^19.0.0",
103103
"rimraf": "^6.0.0",
104-
"rollup": "4.44.1",
104+
"rollup": "4.45.1",
105105
"ts-node": "10.9.2",
106106
"typescript": "5.8.3",
107107
"whatwg-fetch": "3.0.0"

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@anansi/browserslist-config": "1.7.3",
35-
"@anansi/webpack-config": "21.0.8",
35+
"@anansi/webpack-config": "21.0.10",
3636
"@data-client/endpoint": "workspace:*",
3737
"@data-client/graphql": "workspace:*",
3838
"@data-client/react": "workspace:*",

0 commit comments

Comments
 (0)