Skip to content

Commit

Permalink
pkg: Update build packages (#3152)
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 15, 2024
1 parent 428d618 commit 8ce3570
Show file tree
Hide file tree
Showing 12 changed files with 98 additions and 98 deletions.
2 changes: 1 addition & 1 deletion examples/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@anansi/webpack-config": "^19.0.0",
"@babel/core": "7.24.8",
"@babel/core": "7.24.9",
"@babel/node": "7.24.8",
"@types/babel__core": "^7",
"@types/benchmark": "2.1.5",
Expand Down
42 changes: 21 additions & 21 deletions examples/github-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/github-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"devDependencies": {
"@anansi/babel-preset": "6.0.1",
"@anansi/browserslist-config": "1.5.0",
"@anansi/webpack-config": "19.0.10",
"@babel/core": "7.24.8",
"@anansi/webpack-config": "19.0.11",
"@babel/core": "7.24.9",
"@linaria/babel-preset": "5.0.4",
"@linaria/core": "6.2.0",
"@linaria/react": "6.2.1",
Expand Down
32 changes: 16 additions & 16 deletions examples/nextjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/normalizr-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@data-client/normalizr": "workspace:^"
},
"devDependencies": {
"@babel/core": "7.24.8",
"@babel/core": "7.24.9",
"@babel/node": "7.24.8",
"@types/babel__core": "^7",
"rollup": "2.79.1",
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 @@ -10,7 +10,7 @@
"start": "babel-node ./ --root-mode upward --extensions '.ts,.tsx,.js'"
},
"devDependencies": {
"@babel/core": "7.24.8",
"@babel/core": "7.24.9",
"@babel/node": "7.24.8",
"@data-client/normalizr": "workspace:*",
"@octokit/rest": "19.0.13",
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 @@ -10,7 +10,7 @@
"start": "babel-node ./ --root-mode upward --extensions '.ts,.tsx,.js'"
},
"devDependencies": {
"@babel/core": "7.24.8",
"@babel/core": "7.24.9",
"@babel/node": "7.24.8",
"@types/babel__core": "^7",
"mockdate": "^3.0.5",
Expand Down
42 changes: 21 additions & 21 deletions examples/todo-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"devDependencies": {
"@anansi/babel-preset": "6.0.1",
"@anansi/browserslist-config": "1.5.0",
"@anansi/webpack-config": "19.0.10",
"@babel/core": "7.24.8",
"@anansi/webpack-config": "19.0.11",
"@babel/core": "7.24.9",
"@linaria/babel-preset": "5.0.4",
"@linaria/core": "6.2.0",
"@linaria/react": "6.2.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@anansi/eslint-plugin": "0.17.13",
"@anansi/jest-preset": "0.11.4",
"@babel/cli": "7.24.8",
"@babel/core": "7.24.8",
"@babel/core": "7.24.9",
"@babel/node": "7.24.8",
"@babel/preset-flow": "^7.18.6",
"@changesets/changelog-github": "^0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@anansi/browserslist-config": "1.5.0",
"@anansi/webpack-config": "19.0.10",
"@anansi/webpack-config": "19.0.11",
"@data-client/endpoint": "workspace:*",
"@data-client/graphql": "workspace:*",
"@data-client/react": "workspace:*",
Expand Down
Loading

0 comments on commit 8ce3570

Please sign in to comment.