Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#302)
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 Nov 20, 2022
1 parent f8c1e03 commit 7642c51
Show file tree
Hide file tree
Showing 5 changed files with 522 additions and 405 deletions.
554 changes: 280 additions & 274 deletions .yarn/releases/yarn-3.2.4.cjs → .yarn/releases/yarn-3.3.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'

yarnPath: .yarn/releases/yarn-3.2.4.cjs
yarnPath: .yarn/releases/yarn-3.3.0.cjs
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
"@stencil/react-output-target": "^0.3.1",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.27.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"gen-esm-wrapper": "^1.1.3",
"husky": "^8.0.2",
Expand All @@ -43,13 +43,13 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"replace-in-file": "^6.3.5",
"typescript": "^4.8.4"
"typescript": "^4.9.3"
},
"resolutions": {
"ansi-regex": "^5.0.1",
"minimist": "^1.2.7",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8"
"@types/react-dom": "^18.0.9"
},
"commitlint": {
"extends": [
Expand All @@ -65,5 +65,5 @@
}
},
"prettier": "@sapphire/prettier-config",
"packageManager": "yarn@3.2.4"
"packageManager": "yarn@3.3.0"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"generate": "stencil generate"
},
"dependencies": {
"@stencil/core": "^2.19.2",
"@stencil/core": "^2.19.3",
"clsx": "^1.2.1",
"hex-to-rgba": "^2.0.1"
},
Expand Down
Loading

0 comments on commit 7642c51

Please sign in to comment.