Skip to content

Commit

Permalink
build(deps): upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Oct 18, 2022
1 parent 7cb8a48 commit 73a1388
Show file tree
Hide file tree
Showing 2 changed files with 872 additions and 419 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,40 +88,40 @@
},
"devDependencies": {
"@storybook/addon-console": "^1.2.3",
"@storybook/addon-coverage": "^0.0.4",
"@storybook/addon-essentials": "^6.5.10",
"@storybook/addon-interactions": "^6.5.10",
"@storybook/addon-links": "^6.5.10",
"@storybook/addon-storysource": "^6.5.10",
"@storybook/addon-coverage": "^0.0.5",
"@storybook/addon-essentials": "^6.5.12",
"@storybook/addon-interactions": "^6.5.12",
"@storybook/addon-links": "^6.5.12",
"@storybook/addon-storysource": "^6.5.12",
"@storybook/jest": "^0.0.10",
"@storybook/preset-typescript": "3.0.0",
"@storybook/react": "^6.5.10",
"@storybook/test-runner": "^0.7.1",
"@storybook/react": "^6.5.12",
"@storybook/test-runner": "^0.9.0",
"@storybook/testing-library": "^0.0.13",
"@storybook/theming": "^6.5.10",
"@storybook/theming": "^6.5.12",
"@types/node": "^14.14.17",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/resize-observer-browser": "^0.1.7",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"concurrently": "^7.4.0",
"eslint": "^8.23.0",
"eslint-plugin-react": "^7.31.8",
"eslint": "^8.25.0",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"google-maps-react": "^2.0.6",
"husky": "^4.3.6",
"lint-staged": "^10.5.3",
"np": "^7.2.0",
"np": "^7.6.2",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark-codesandbox": "^0.10.1",
"rollup-plugin-analyzer": "^4.0.0",
"tsdx": "^0.14.1",
"tslib": "^2.0.3",
"typescript": "^4.1.3"
"typescript": "^4.8.4"
},
"dependencies": {}
}

0 comments on commit 73a1388

Please sign in to comment.