Skip to content

Commit

Permalink
pkg: Update build packages (#2852)
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 15, 2023
1 parent 8fc4507 commit 52ba05f
Show file tree
Hide file tree
Showing 11 changed files with 1,068 additions and 1,036 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": "^16.0.0",
"@babel/core": "7.23.0",
"@babel/core": "7.23.2",
"@babel/node": "7.22.19",
"@types/babel__core": "^7",
"@types/benchmark": "2.1.3",
Expand Down
660 changes: 335 additions & 325 deletions examples/github-app/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 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": "4.4.0",
"@anansi/babel-preset": "4.4.1",
"@anansi/browserslist-config": "1.4.3",
"@anansi/webpack-config": "16.0.3",
"@babel/core": "7.23.0",
"@anansi/webpack-config": "16.0.4",
"@babel/core": "7.23.2",
"@linaria/babel-preset": "5.0.3",
"@linaria/core": "5.0.2",
"@linaria/react": "5.0.3",
Expand All @@ -42,7 +42,7 @@
"@typescript-eslint/parser": "6.7.4",
"react-refresh": "0.14.0",
"serve": "14.2.1",
"webpack": "5.88.2",
"webpack": "5.89.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1"
},
Expand Down
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.23.0",
"@babel/core": "7.23.2",
"@babel/node": "7.22.19",
"@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.23.0",
"@babel/core": "7.23.2",
"@babel/node": "7.22.19",
"@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.23.0",
"@babel/core": "7.23.2",
"@babel/node": "7.22.19",
"@types/babel__core": "^7",
"mockdate": "^3.0.5",
Expand Down
664 changes: 336 additions & 328 deletions examples/todo-app/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions examples/todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
"private": true,
"license": "Apache-2.0",
"devDependencies": {
"@anansi/babel-preset": "4.4.0",
"@anansi/babel-preset": "4.4.1",
"@anansi/browserslist-config": "1.4.3",
"@anansi/webpack-config": "16.0.3",
"@babel/core": "7.23.0",
"@anansi/webpack-config": "16.0.4",
"@babel/core": "7.23.2",
"@linaria/babel-preset": "5.0.3",
"@linaria/core": "5.0.2",
"@linaria/react": "5.0.3",
"@linaria/shaker": "5.0.2",
"@types/react-dom": "18.2.11",
"@types/uuid": "^9.0.0",
"react-refresh": "0.14.0",
"webpack": "5.88.2",
"webpack": "5.89.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
"extends @anansi/browserslist-config"
],
"devDependencies": {
"@anansi/babel-preset": "4.4.0",
"@anansi/babel-preset": "4.4.1",
"@anansi/browserslist-config": "1.4.3",
"@anansi/eslint-plugin": "0.16.33",
"@anansi/jest-preset": "0.10.21",
"@babel/cli": "7.23.0",
"@babel/core": "7.23.0",
"@babel/core": "7.23.2",
"@babel/node": "7.22.19",
"@babel/preset-flow": "^7.18.6",
"@changesets/changelog-github": "^0.4.8",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@anansi/browserslist-config": "1.4.3",
"@anansi/webpack-config": "16.0.3",
"@anansi/webpack-config": "16.0.4",
"@data-client/endpoint": "workspace:^",
"@data-client/graphql": "workspace:*",
"@data-client/hooks": "workspace:*",
Expand Down
Loading

0 comments on commit 52ba05f

Please sign in to comment.