Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Dec 9, 2022
1 parent ed56584 commit 9ff7c40
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@rollup/plugin-commonjs": "23.0.3",
"@rollup/plugin-commonjs": "23.0.4",
"@rollup/plugin-terser": "0.1.0",
"@rollup/plugin-typescript": "10.0.1",
"@storybook/addons": "^6.5.14",
Expand All @@ -47,8 +47,8 @@
"@types/jest": "^29.2.4",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "^5.45.1",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"codecov": "^3.8.3",
"commitizen": "^4.2.6",
"demozap": "^1.3.42",
Expand All @@ -70,21 +70,21 @@
"jest-config": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"lint-staged": "^13.1.0",
"prettier": "^2.8.0",
"prettier": "^2.8.1",
"pretty-quick": "^3.1.3",
"react": "^18.2.0",
"react-demo-tab": "^1.3.8",
"react-dom": "^18.2.0",
"react-joystick-component": "^6.0.0",
"rollup": "3.6.0",
"rollup": "3.7.1",
"rollup-plugin-dts": "^5.0.0",
"sass": "^1.56.1",
"sass": "^1.56.2",
"sass-loader": "^13.2.0",
"semantic-release": "^19.0.5",
"shx": "^0.3.4",
"ts-jest": "^29.0.3",
"tsc-files": "^1.1.3",
"typescript": "^4.9.3"
"typescript": "^4.9.4"
},
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
Expand Down

0 comments on commit 9ff7c40

Please sign in to comment.