Skip to content

Commit

Permalink
pkg: Update build packages (#3172)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 28, 2024
1 parent 6648938 commit 842820f
Show file tree
Hide file tree
Showing 12 changed files with 1,386 additions and 980 deletions.
2 changes: 1 addition & 1 deletion examples/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@anansi/webpack-config": "^19.0.0",
"@babel/core": "7.24.9",
"@babel/node": "7.24.8",
"@babel/node": "7.25.0",
"@types/babel__core": "^7",
"@types/benchmark": "2.1.5",
"@types/react": "18.3.3",
Expand Down
707 changes: 436 additions & 271 deletions examples/github-app/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/github-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"private": true,
"license": "Apache-2.0",
"devDependencies": {
"@anansi/babel-preset": "6.0.1",
"@anansi/babel-preset": "6.0.2",
"@anansi/browserslist-config": "1.5.1",
"@anansi/webpack-config": "19.0.11",
"@anansi/webpack-config": "19.1.0",
"@babel/core": "7.24.9",
"@linaria/babel-preset": "5.0.4",
"@linaria/core": "6.2.0",
Expand Down
348 changes: 171 additions & 177 deletions examples/nextjs/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/normalizr-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@babel/core": "7.24.9",
"@babel/node": "7.24.8",
"@babel/node": "7.25.0",
"@types/babel__core": "^7",
"rollup": "2.79.1",
"rollup-plugin-babel": "^4.4.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/normalizr-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@babel/core": "7.24.9",
"@babel/node": "7.24.8",
"@babel/node": "7.25.0",
"@data-client/normalizr": "workspace:*",
"@octokit/rest": "19.0.13",
"@types/babel__core": "^7",
Expand Down
2 changes: 1 addition & 1 deletion examples/normalizr-relationships/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@babel/core": "7.24.9",
"@babel/node": "7.24.8",
"@babel/node": "7.25.0",
"@types/babel__core": "^7",
"mockdate": "^3.0.5",
"rollup": "2.79.1",
Expand Down
Loading

0 comments on commit 842820f

Please sign in to comment.