Skip to content

Commit 2e0ba94

Browse files
pkg: Update build packages
1 parent 0fe6a8d commit 2e0ba94

File tree

12 files changed

+1094
-939
lines changed

12 files changed

+1094
-939
lines changed

examples/benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"@anansi/webpack-config": "^20.0.0",
29-
"@babel/core": "7.26.0",
29+
"@babel/core": "7.26.9",
3030
"@babel/node": "7.26.0",
3131
"@types/babel__core": "^7",
3232
"@types/benchmark": "2.1.5",

examples/github-app/package-lock.json

Lines changed: 289 additions & 242 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.0.12",
31+
"@anansi/babel-preset": "6.1.4",
3232
"@anansi/browserslist-config": "1.6.0",
33-
"@anansi/webpack-config": "20.0.16",
34-
"@babel/core": "7.26.0",
33+
"@anansi/webpack-config": "20.0.19",
34+
"@babel/core": "7.26.9",
3535
"@linaria/babel-preset": "5.0.4",
3636
"@linaria/core": "6.2.0",
3737
"@linaria/react": "6.2.1",
@@ -43,7 +43,7 @@
4343
"@types/uuid": "^10.0.0",
4444
"react-refresh": "0.16.0",
4545
"serve": "14.2.4",
46-
"webpack": "5.97.1",
46+
"webpack": "5.98.0",
4747
"webpack-cli": "6.0.1",
4848
"webpack-dev-server": "5.2.0"
4949
},

examples/nextjs/package-lock.json

Lines changed: 204 additions & 191 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.26.0",
17+
"@babel/core": "7.26.9",
1818
"@babel/node": "7.26.0",
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.26.0",
16+
"@babel/core": "7.26.9",
1717
"@babel/node": "7.26.0",
1818
"@octokit/rest": "21.1.0",
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.26.0",
13+
"@babel/core": "7.26.9",
1414
"@babel/node": "7.26.0",
1515
"@types/babel__core": "^7"
1616
},

0 commit comments

Comments
 (0)