Skip to content

Commit

Permalink
pkg: Update build packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2023
1 parent 2ee8640 commit b0a9349
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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": "4.4.3",
"@anansi/babel-preset": "4.4.4",
"@anansi/browserslist-config": "1.4.3",
"@anansi/webpack-config": "16.0.7",
"@anansi/webpack-config": "16.0.8",
"@babel/core": "7.23.3",
"@linaria/babel-preset": "5.0.4",
"@linaria/core": "5.0.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/todo-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": "4.4.3",
"@anansi/babel-preset": "4.4.4",
"@anansi/browserslist-config": "1.4.3",
"@anansi/webpack-config": "16.0.7",
"@anansi/webpack-config": "16.0.8",
"@babel/core": "7.23.3",
"@linaria/babel-preset": "5.0.4",
"@linaria/core": "5.0.2",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
"extends @anansi/browserslist-config"
],
"devDependencies": {
"@anansi/babel-preset": "4.4.3",
"@anansi/babel-preset": "4.4.4",
"@anansi/browserslist-config": "1.4.3",
"@anansi/eslint-plugin": "0.16.37",
"@anansi/jest-preset": "0.10.23",
"@babel/cli": "7.23.0",
"@babel/cli": "7.23.4",
"@babel/core": "7.23.3",
"@babel/node": "7.22.19",
"@babel/preset-flow": "^7.18.6",
Expand All @@ -71,7 +71,7 @@
"benchmark": "^2.1.4",
"conventional-changelog-anansi": "^0.2.0",
"copyfiles": "^2.4.1",
"core-js": "3.33.2",
"core-js": "3.33.3",
"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 @@ -29,7 +29,7 @@
},
"dependencies": {
"@anansi/browserslist-config": "1.4.3",
"@anansi/webpack-config": "16.0.7",
"@anansi/webpack-config": "16.0.8",
"@data-client/endpoint": "workspace:^",
"@data-client/graphql": "workspace:*",
"@data-client/hooks": "workspace:*",
Expand Down

0 comments on commit b0a9349

Please sign in to comment.