Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 28, 2022
1 parent f1fdf44 commit f0511c3
Show file tree
Hide file tree
Showing 7 changed files with 953 additions and 916 deletions.
768 changes: 0 additions & 768 deletions .yarn/releases/yarn-3.1.1.cjs

This file was deleted.

785 changes: 785 additions & 0 deletions .yarn/releases/yarn-3.2.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Expand Up @@ -6,6 +6,6 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-postinstall.cjs
spec: "https://raw.githubusercontent.com/gravitywelluk/yarn-plugin-postinstall/master/bundles/%40yarnpkg/plugin-postinstall.js"

yarnPath: .yarn/releases/yarn-3.1.1.cjs
yarnPath: .yarn/releases/yarn-3.2.0.cjs

postinstall: ./scripts/postinstall.sh
2 changes: 1 addition & 1 deletion generators/package-json/package.json
Expand Up @@ -15,7 +15,7 @@
"@manypkg/find-root": "1.1.0",
"@manypkg/get-packages": "1.1.3",
"@types/mri": "1.1.1",
"@types/node": "16.11.25",
"@types/node": "16.11.26",
"mri": "1.2.0",
"omit-empty-es": "1.1.3",
"rcfile": "1.0.3"
Expand Down
4 changes: 2 additions & 2 deletions generators/readme/package.json
Expand Up @@ -14,10 +14,10 @@
"dependencies": {
"@manypkg/get-packages": "1.1.3",
"@types/listr": "0.14.4",
"@types/lodash": "4.14.178",
"@types/lodash": "4.14.179",
"@types/mdast": "3.0.10",
"@types/mri": "1.1.1",
"@types/node": "16.11.25",
"@types/node": "16.11.26",
"@types/shelljs": "0.8.11",
"@types/unist": "2.0.6",
"@types/vfile": "4.0.0",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -40,7 +40,7 @@
"labels:sync": "github-labels sync",
"typecheck": "tsc --noEmit --skipLibCheck"
},
"packageManager": "yarn@3.1.1",
"packageManager": "yarn@3.2.0",
"workspaces": [
"design-system",
"generators/*",
Expand Down Expand Up @@ -79,7 +79,7 @@
"@formatjs/intl-relativetimeformat": "9.5.2",
"@manypkg/cli": "0.19.1",
"@manypkg/get-packages": "1.1.3",
"@percy/cli": "1.0.0-beta.75",
"@percy/cli": "1.0.0-beta.76",
"@percy/puppeteer": "2.0.0",
"@preconstruct/cli": "2.1.5",
"@stylelint/postcss-css-in-js": "^0.37.2",
Expand All @@ -90,7 +90,7 @@
"@testing-library/react": "12.1.3",
"@testing-library/react-hooks": "7.0.2",
"@types/is-hotkey": "^0.1.7",
"@types/jest": "27.4.0",
"@types/jest": "27.4.1",
"@types/slate-html-serializer": "^0.6.5",
"@typescript-eslint/eslint-plugin": "5.12.1",
"@typescript-eslint/parser": "5.12.1",
Expand All @@ -103,7 +103,7 @@
"common-tags": "1.8.2",
"conventional-changelog-cli": "2.2.2",
"cross-env": "7.0.3",
"eslint": "8.9.0",
"eslint": "8.10.0",
"eslint-formatter-pretty": "4.1.0",
"execa": "6.1.0",
"formik": "^2.2.9",
Expand All @@ -126,12 +126,12 @@
"mri": "1.2.0",
"omit-empty-es": "1.1.3",
"patch-package": "6.4.7",
"postcss": "8.4.6",
"postcss": "8.4.7",
"postcss-syntax": "^0.36.2",
"postcss-value-parser": "4.2.0",
"pptr-testing-library": "0.7.0",
"prettier": "2.5.1",
"puppeteer": "13.3.2",
"puppeteer": "13.4.0",
"qs": "6.10.3",
"rcfile": "1.0.3",
"react": "17.0.2",
Expand All @@ -143,7 +143,7 @@
"replace": "1.2.1",
"rimraf": "3.0.2",
"shelljs": "0.8.5",
"stylelint": "14.5.1",
"stylelint": "14.5.3",
"stylelint-config-prettier": "9.0.3",
"stylelint-config-standard": "24.0.0",
"stylelint-order": "4.1.0",
Expand Down

0 comments on commit f0511c3

Please sign in to comment.