Skip to content

Commit

Permalink
pkg: Update build packages (#2936)
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 Jan 26, 2024
1 parent 7c94f1b commit 0d87179
Show file tree
Hide file tree
Showing 11 changed files with 653 additions and 410 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": "^18.0.0",
"@babel/core": "7.23.7",
"@babel/node": "7.22.19",
"@babel/core": "7.23.9",
"@babel/node": "7.23.9",
"@types/babel__core": "^7",
"@types/benchmark": "2.1.5",
"@types/react": "18.2.48",
Expand Down
312 changes: 200 additions & 112 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": "5.0.1",
"@anansi/babel-preset": "5.0.2",
"@anansi/browserslist-config": "1.5.0",
"@anansi/webpack-config": "18.0.2",
"@babel/core": "7.23.7",
"@anansi/webpack-config": "18.0.3",
"@babel/core": "7.23.9",
"@linaria/babel-preset": "5.0.4",
"@linaria/core": "6.0.0",
"@linaria/react": "6.0.0",
Expand All @@ -42,7 +42,7 @@
"@typescript-eslint/parser": "6.19.0",
"react-refresh": "0.14.0",
"serve": "14.2.1",
"webpack": "5.89.0",
"webpack": "5.90.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1"
},
Expand Down
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.23.7",
"@babel/node": "7.22.19",
"@babel/core": "7.23.9",
"@babel/node": "7.23.9",
"@types/babel__core": "^7",
"rollup": "2.79.1",
"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.23.7",
"@babel/node": "7.22.19",
"@babel/core": "7.23.9",
"@babel/node": "7.23.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.23.7",
"@babel/node": "7.22.19",
"@babel/core": "7.23.9",
"@babel/node": "7.23.9",
"@types/babel__core": "^7",
"mockdate": "^3.0.5",
"rollup": "2.79.1",
Expand Down
358 changes: 246 additions & 112 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": "5.0.1",
"@anansi/babel-preset": "5.0.2",
"@anansi/browserslist-config": "1.5.0",
"@anansi/webpack-config": "18.0.2",
"@babel/core": "7.23.7",
"@anansi/webpack-config": "18.0.3",
"@babel/core": "7.23.9",
"@linaria/babel-preset": "5.0.4",
"@linaria/core": "6.0.0",
"@linaria/react": "6.0.0",
"@linaria/shaker": "5.0.3",
"@types/react-dom": "18.2.18",
"@types/uuid": "^9.0.0",
"react-refresh": "0.14.0",
"webpack": "5.89.0",
"webpack": "5.90.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1"
},
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
"extends @anansi/browserslist-config"
],
"devDependencies": {
"@anansi/babel-preset": "5.0.1",
"@anansi/babel-preset": "5.0.2",
"@anansi/browserslist-config": "1.5.0",
"@anansi/eslint-plugin": "0.16.43",
"@anansi/jest-preset": "0.10.24",
"@babel/cli": "7.23.4",
"@babel/core": "7.23.7",
"@babel/node": "7.22.19",
"@babel/cli": "7.23.9",
"@babel/core": "7.23.9",
"@babel/node": "7.23.9",
"@babel/preset-flow": "^7.18.6",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.26.1",
Expand All @@ -71,7 +71,7 @@
"benchmark": "^2.1.4",
"conventional-changelog-anansi": "^0.2.0",
"copyfiles": "^2.4.1",
"core-js": "3.35.0",
"core-js": "3.35.1",
"coveralls": "^3.1.0",
"cpy-cli": "5.0.0",
"cross-fetch": "^4.0.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": "18.0.2",
"@anansi/webpack-config": "18.0.3",
"@data-client/endpoint": "workspace:^",
"@data-client/graphql": "workspace:*",
"@data-client/hooks": "workspace:*",
Expand Down
Loading

0 comments on commit 0d87179

Please sign in to comment.