diff --git a/examples/github-app/package.json b/examples/github-app/package.json index 67f0d7d24d33..e4926f6a661d 100644 --- a/examples/github-app/package.json +++ b/examples/github-app/package.json @@ -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", diff --git a/examples/todo-app/package.json b/examples/todo-app/package.json index 84644b8dd121..5f6b69af6042 100644 --- a/examples/todo-app/package.json +++ b/examples/todo-app/package.json @@ -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", diff --git a/package.json b/package.json index 354e52d55d0a..9efe44dc5e91 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", diff --git a/website/package.json b/website/package.json index f2e7bf6cbd18..3a94b4b62bc2 100644 --- a/website/package.json +++ b/website/package.json @@ -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:*",