Skip to content

Commit

Permalink
pkg: Update all non-major dependencies (#2090)
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] committed Jul 19, 2022
1 parent c7cf024 commit c47de18
Show file tree
Hide file tree
Showing 6 changed files with 309 additions and 350 deletions.
8 changes: 4 additions & 4 deletions examples/github-app/package.json
Expand Up @@ -21,10 +21,10 @@
"private": true,
"license": "Apache-2.0",
"devDependencies": {
"@anansi/babel-preset": "3.2.8",
"@anansi/babel-preset": "3.2.10",
"@anansi/browserslist-config": "1.3.3",
"@anansi/eslint-plugin": "0.14.0",
"@anansi/webpack-config": "12.0.0",
"@anansi/webpack-config": "12.0.1",
"@babel/core": "7.18.9",
"@linaria/babel-preset": "3.0.0-beta.22",
"@linaria/core": "3.0.0-beta.22",
Expand All @@ -39,10 +39,10 @@
"webpack-dev-server": "4.9.3"
},
"dependencies": {
"@anansi/router": "0.6.6",
"@anansi/router": "0.6.8",
"@ant-design/icons": "^4.7.0",
"@rest-hooks/experimental": "^5.0.3",
"antd": "4.21.6",
"antd": "4.21.7",
"parse-link-header": "^2.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/todo-app/package.json
Expand Up @@ -21,10 +21,10 @@
"private": true,
"license": "Apache-2.0",
"devDependencies": {
"@anansi/babel-preset": "3.2.8",
"@anansi/babel-preset": "3.2.10",
"@anansi/browserslist-config": "1.3.3",
"@anansi/eslint-plugin": "0.14.0",
"@anansi/webpack-config": "12.0.0",
"@anansi/webpack-config": "12.0.1",
"@babel/core": "7.18.9",
"@linaria/babel-preset": "3.0.0-beta.22",
"@linaria/core": "3.0.0-beta.22",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -31,10 +31,10 @@
"extends @anansi/browserslist-config"
],
"devDependencies": {
"@anansi/babel-preset": "3.2.8",
"@anansi/babel-preset": "3.2.10",
"@anansi/browserslist-config": "1.3.3",
"@anansi/eslint-plugin": "0.14.0",
"@anansi/jest-preset": "0.7.12",
"@anansi/jest-preset": "0.7.14",
"@babel/cli": "7.18.9",
"@babel/core": "7.18.9",
"@babel/node": "7.18.9",
Expand All @@ -50,13 +50,13 @@
"benchmark": "^2.1.4",
"conventional-changelog-anansi": "^0.2.0",
"copyfiles": "^2.4.1",
"core-js": "3.23.4",
"core-js": "3.23.5",
"coveralls": "^3.1.0",
"cpy-cli": "^4.0.0",
"cross-env": "^7.0.2",
"cross-fetch": "^3.0.6",
"downlevel-dts": "^0.10.0",
"eslint": "8.19.0",
"eslint": "8.20.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.30.1",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Expand Up @@ -21,7 +21,7 @@
"serve": "14.0.1"
},
"dependencies": {
"@anansi/webpack-config": "12.0.0",
"@anansi/webpack-config": "12.0.1",
"@docusaurus/core": "2.0.0-rc.1",
"@docusaurus/plugin-client-redirects": "2.0.0-rc.1",
"@docusaurus/plugin-content-docs": "2.0.0-rc.1",
Expand Down
8 changes: 4 additions & 4 deletions website/yarn.lock
Expand Up @@ -241,10 +241,10 @@
dependencies:
"@jridgewell/trace-mapping" "^0.3.0"

"@anansi/webpack-config@12.0.0":
version "12.0.0"
resolved "https://registry.yarnpkg.com/@anansi/webpack-config/-/webpack-config-12.0.0.tgz#68bdda574ffed2d5661d9a5bca8c5f75d3f1ae5b"
integrity sha512-+b0Emd+ksw8wCSfsRGIMIiTpaALYia7D1xp1bkbKYoS/aKKRVqeD9xLFm7TO1X5wDMs8beqmY377hhRydbXiUg==
"@anansi/webpack-config@12.0.1":
version "12.0.1"
resolved "https://registry.yarnpkg.com/@anansi/webpack-config/-/webpack-config-12.0.1.tgz#bb7a6ac7f42bf9569108bd983e4f740e6ea74142"
integrity sha512-9eb59lgZo49/EeGiSHdq40DYiDJiLwSImFC1Ee24Y2uWlViVajudGP6dZz8OLymCbx1WvCCrHaOXAF82sBccig==
dependencies:
"@babel/runtime" "^7.17.2"
"@linaria/webpack5-loader" "3.0.0-beta.22"
Expand Down

0 comments on commit c47de18

Please sign in to comment.