Skip to content

Commit

Permalink
update all deps (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-s-avaya authored Aug 16, 2023
1 parent 535a108 commit 1f55d47
Show file tree
Hide file tree
Showing 2 changed files with 412 additions and 264 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"react-click-away-listener": "2.2.3",
"react-focus-lock": "2.9.5",
"react-input-autosize": "3.0.0",
"styled-components": "6.0.5"
"styled-components": "6.0.7"
},
"peerDependencies": {
"downshift": "7.6.0",
Expand All @@ -76,8 +76,8 @@
"react-table": "7.8.0"
},
"devDependencies": {
"@avaya/neo": "3.71.0",
"@avaya/neo-icons": "1.1.0",
"@avaya/neo": "3.72.0",
"@avaya/neo-icons": "1.2.0",
"@storybook/addon-a11y": "7.0.26",
"@storybook/addon-actions": "7.0.26",
"@storybook/addon-docs": "7.0.26",
Expand All @@ -96,32 +96,32 @@
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/jest-axe": "3.5.5",
"@types/node": "20.4.4",
"@types/react": "18.2.15",
"@types/node": "20.4.6",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@types/react-input-autosize": "2.2.1",
"@types/react-table": "7.7.14",
"@typescript-eslint/eslint-plugin": "6.2.0",
"@typescript-eslint/parser": "6.2.0",
"@vitejs/plugin-react": "4.0.3",
"@vitest/coverage-v8": "0.33.0",
"@vitest/ui": "0.33.0",
"@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "6.2.1",
"@vitejs/plugin-react": "4.0.4",
"@vitest/coverage-v8": "0.34.1",
"@vitest/ui": "0.34.1",
"check-node-version": "4.2.1",
"clsx": "2.0.0",
"cypress": "12.17.2",
"cypress-real-events": "1.9.1",
"cypress": "12.17.3",
"cypress-real-events": "1.10.0",
"downshift": "7.6.0",
"eslint": "8.45.0",
"eslint": "8.46.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-cypress": "2.13.3",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react": "7.33.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.6.13",
"jest-axe": "7.0.1",
"jest-coverage-badges": "1.1.2",
"jsdom": "22.1.0",
"prettier": "3.0.0",
"prettier": "3.0.1",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -130,9 +130,9 @@
"react-table": "7.8.0",
"storybook": "7.0.26",
"typescript": "5.1.6",
"vite": "4.4.7",
"vite-plugin-dts": "3.3.1",
"vitest": "0.33.0"
"vite": "4.4.8",
"vite-plugin-dts": "3.4.0",
"vitest": "0.34.1"
},
"resolutions": {
"unset-value": "2.0.1",
Expand Down
Loading

0 comments on commit 1f55d47

Please sign in to comment.