Skip to content

Commit 2058e67

Browse files
pkg: Update build packages (#3182)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 56d3d8d commit 2058e67

File tree

11 files changed

+273
-264
lines changed

11 files changed

+273
-264
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": "^19.0.0",
29-
"@babel/core": "7.24.9",
29+
"@babel/core": "7.25.2",
3030
"@babel/node": "7.25.0",
3131
"@types/babel__core": "^7",
3232
"@types/benchmark": "2.1.5",

examples/github-app/package-lock.json

Lines changed: 76 additions & 73 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
@@ -25,10 +25,10 @@
2525
"private": true,
2626
"license": "Apache-2.0",
2727
"devDependencies": {
28-
"@anansi/babel-preset": "6.0.2",
28+
"@anansi/babel-preset": "6.0.3",
2929
"@anansi/browserslist-config": "1.5.1",
3030
"@anansi/webpack-config": "19.1.0",
31-
"@babel/core": "7.24.9",
31+
"@babel/core": "7.25.2",
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: 7 additions & 6 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.24.9",
17+
"@babel/core": "7.25.2",
1818
"@babel/node": "7.25.0",
1919
"@types/babel__core": "^7",
2020
"rollup": "2.79.1",

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.24.9",
13+
"@babel/core": "7.25.2",
1414
"@babel/node": "7.25.0",
1515
"@data-client/normalizr": "workspace:*",
1616
"@octokit/rest": "19.0.13",

0 commit comments

Comments
 (0)