Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#158)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Oct 24, 2021
1 parent f4cdf10 commit 069255e
Show file tree
Hide file tree
Showing 3 changed files with 226 additions and 203 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,30 +27,30 @@
"@sapphire/ts-config": "^3.1.2",
"@stencil/react-output-target": "^0.1.0",
"@types/node": "^16.10.3",
"@types/react": "17.0.29",
"@types/react-dom": "17.0.9",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@types/react": "17.0.31",
"@types/react-dom": "17.0.10",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"cz-conventional-changelog": "^3.3.0",
"esbuild": "^0.13.4",
"eslint": "^8.0.0",
"esbuild": "^0.13.9",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^7.0.2",
"husky": "^7.0.4",
"lerna": "^4.0.0",
"lint-staged": "^11.2.3",
"lint-staged": "^11.2.4",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.58.0",
"rollup-plugin-dts": "^4.0.0",
"typescript": "^4.4.3"
"typescript": "^4.4.4"
},
"commitlint": {
"extends": [
Expand All @@ -67,8 +67,8 @@
},
"resolutions": {
"acorn": "^8.5.0",
"@types/react": "17.0.29",
"@types/react-dom": "^17.0.9"
"@types/react": "17.0.31",
"@types/react-dom": "17.0.10"
},
"prettier": "@sapphire/prettier-config"
}
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.8.1",
"@stencil/core": "^2.9.0",
"clsx": "^1.1.1",
"hex-to-rgba": "^2.0.1"
},
Expand Down

0 comments on commit 069255e

Please sign in to comment.