Skip to content

Commit

Permalink
pkg: Update build packages (#3253)
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 Oct 22, 2024
1 parent 74f1b50 commit 36697ee
Show file tree
Hide file tree
Showing 12 changed files with 2,847 additions and 2,690 deletions.
4 changes: 2 additions & 2 deletions examples/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
},
"devDependencies": {
"@anansi/webpack-config": "^20.0.0",
"@babel/core": "7.25.8",
"@babel/node": "7.25.7",
"@babel/core": "7.25.9",
"@babel/node": "7.25.9",
"@types/babel__core": "^7",
"@types/benchmark": "2.1.5",
"@types/react": "18.3.11",
Expand Down
1,363 changes: 722 additions & 641 deletions examples/github-app/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions examples/github-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"private": true,
"license": "Apache-2.0",
"devDependencies": {
"@anansi/babel-preset": "6.0.7",
"@anansi/babel-preset": "6.0.8",
"@anansi/browserslist-config": "1.5.1",
"@anansi/webpack-config": "20.0.6",
"@babel/core": "7.25.8",
"@anansi/webpack-config": "20.0.8",
"@babel/core": "7.25.9",
"@linaria/babel-preset": "5.0.4",
"@linaria/core": "6.2.0",
"@linaria/react": "6.2.1",
Expand Down
1,177 changes: 584 additions & 593 deletions examples/nextjs/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/normalizr-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@data-client/normalizr": "workspace:^"
},
"devDependencies": {
"@babel/core": "7.25.8",
"@babel/node": "7.25.7",
"@babel/core": "7.25.9",
"@babel/node": "7.25.9",
"@types/babel__core": "^7",
"rollup": "2.79.2",
"rollup-plugin-babel": "^4.4.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/normalizr-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"start": "babel-node ./ --root-mode upward --extensions '.ts,.tsx,.js'"
},
"devDependencies": {
"@babel/core": "7.25.8",
"@babel/node": "7.25.7",
"@babel/core": "7.25.9",
"@babel/node": "7.25.9",
"@data-client/normalizr": "workspace:*",
"@octokit/rest": "19.0.13",
"@types/babel__core": "^7",
Expand Down
4 changes: 2 additions & 2 deletions examples/normalizr-relationships/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"start": "babel-node ./ --root-mode upward --extensions '.ts,.tsx,.js'"
},
"devDependencies": {
"@babel/core": "7.25.8",
"@babel/node": "7.25.7",
"@babel/core": "7.25.9",
"@babel/node": "7.25.9",
"@types/babel__core": "^7",
"mockdate": "^3.0.5",
"rollup": "2.79.2",
Expand Down
1,363 changes: 722 additions & 641 deletions examples/todo-app/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions examples/todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"private": true,
"license": "Apache-2.0",
"devDependencies": {
"@anansi/babel-preset": "6.0.7",
"@anansi/babel-preset": "6.0.8",
"@anansi/browserslist-config": "1.5.1",
"@anansi/webpack-config": "20.0.6",
"@babel/core": "7.25.8",
"@anansi/webpack-config": "20.0.8",
"@babel/core": "7.25.9",
"@linaria/babel-preset": "5.0.4",
"@linaria/core": "6.2.0",
"@linaria/react": "6.2.1",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
"extends @anansi/browserslist-config"
],
"devDependencies": {
"@anansi/babel-preset": "6.0.7",
"@anansi/babel-preset": "6.0.8",
"@anansi/browserslist-config": "1.5.1",
"@anansi/eslint-plugin": "1.0.13",
"@anansi/jest-preset": "0.11.8",
"@babel/cli": "7.25.7",
"@babel/core": "7.25.8",
"@babel/node": "7.25.7",
"@babel/cli": "7.25.9",
"@babel/core": "7.25.9",
"@babel/node": "7.25.9",
"@babel/preset-flow": "^7.18.6",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.26.1",
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.1",
"@anansi/webpack-config": "20.0.6",
"@anansi/webpack-config": "20.0.8",
"@data-client/endpoint": "workspace:*",
"@data-client/graphql": "workspace:*",
"@data-client/react": "workspace:*",
Expand Down
Loading

0 comments on commit 36697ee

Please sign in to comment.