Skip to content

Commit f81737c

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

File tree

12 files changed

+932
-1718
lines changed

12 files changed

+932
-1718
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.25.7",
29+
"@babel/core": "7.25.8",
3030
"@babel/node": "7.25.7",
3131
"@types/babel__core": "^7",
3232
"@types/benchmark": "2.1.5",

examples/github-app/package-lock.json

Lines changed: 262 additions & 510 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
@@ -25,10 +25,10 @@
2525
"private": true,
2626
"license": "Apache-2.0",
2727
"devDependencies": {
28-
"@anansi/babel-preset": "6.0.6",
28+
"@anansi/babel-preset": "6.0.7",
2929
"@anansi/browserslist-config": "1.5.1",
30-
"@anansi/webpack-config": "20.0.4",
31-
"@babel/core": "7.25.7",
30+
"@anansi/webpack-config": "20.0.6",
31+
"@babel/core": "7.25.8",
3232
"@linaria/babel-preset": "5.0.4",
3333
"@linaria/core": "6.2.0",
3434
"@linaria/react": "6.2.1",

examples/nextjs/package-lock.json

Lines changed: 86 additions & 315 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.25.7",
17+
"@babel/core": "7.25.8",
1818
"@babel/node": "7.25.7",
1919
"@types/babel__core": "^7",
2020
"rollup": "2.79.2",

examples/normalizr-redux/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.25.7",
13+
"@babel/core": "7.25.8",
1414
"@babel/node": "7.25.7",
1515
"@data-client/normalizr": "workspace:*",
1616
"@octokit/rest": "19.0.13",

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.25.7",
13+
"@babel/core": "7.25.8",
1414
"@babel/node": "7.25.7",
1515
"@types/babel__core": "^7",
1616
"mockdate": "^3.0.5",

0 commit comments

Comments
 (0)