Skip to content

Commit 655e48b

Browse files
pkg: Update build packages (#3039)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7a22440 commit 655e48b

File tree

10 files changed

+440
-444
lines changed

10 files changed

+440
-444
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.4",
29+
"@babel/core": "7.24.5",
3030
"@babel/node": "7.23.9",
3131
"@types/babel__core": "^7",
3232
"@types/benchmark": "2.1.5",

examples/github-app/package-lock.json

Lines changed: 131 additions & 133 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": "5.0.7",
28+
"@anansi/babel-preset": "5.0.8",
2929
"@anansi/browserslist-config": "1.5.0",
3030
"@anansi/webpack-config": "19.0.5",
31-
"@babel/core": "7.24.4",
31+
"@babel/core": "7.24.5",
3232
"@linaria/babel-preset": "5.0.4",
3333
"@linaria/core": "6.2.0",
3434
"@linaria/react": "6.2.1",

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.4",
17+
"@babel/core": "7.24.5",
1818
"@babel/node": "7.23.9",
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.4",
13+
"@babel/core": "7.24.5",
1414
"@babel/node": "7.23.9",
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.24.4",
13+
"@babel/core": "7.24.5",
1414
"@babel/node": "7.23.9",
1515
"@types/babel__core": "^7",
1616
"mockdate": "^3.0.5",

examples/todo-app/package-lock.json

Lines changed: 131 additions & 133 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
@@ -25,10 +25,10 @@
2525
"private": true,
2626
"license": "Apache-2.0",
2727
"devDependencies": {
28-
"@anansi/babel-preset": "5.0.7",
28+
"@anansi/babel-preset": "5.0.8",
2929
"@anansi/browserslist-config": "1.5.0",
3030
"@anansi/webpack-config": "19.0.5",
31-
"@babel/core": "7.24.4",
31+
"@babel/core": "7.24.5",
3232
"@linaria/babel-preset": "5.0.4",
3333
"@linaria/core": "6.2.0",
3434
"@linaria/react": "6.2.1",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
"extends @anansi/browserslist-config"
4646
],
4747
"devDependencies": {
48-
"@anansi/babel-preset": "5.0.7",
48+
"@anansi/babel-preset": "5.0.8",
4949
"@anansi/browserslist-config": "1.5.0",
5050
"@anansi/eslint-plugin": "0.17.8",
5151
"@anansi/jest-preset": "0.11.0",
52-
"@babel/cli": "7.24.1",
53-
"@babel/core": "7.24.4",
52+
"@babel/cli": "7.24.5",
53+
"@babel/core": "7.24.5",
5454
"@babel/node": "7.23.9",
5555
"@babel/preset-flow": "^7.18.6",
5656
"@changesets/changelog-github": "^0.5.0",

yarn.lock

Lines changed: 167 additions & 167 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)