Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaab committed Apr 16, 2024
1 parent 7e0e0c5 commit d503977
Show file tree
Hide file tree
Showing 2 changed files with 1,031 additions and 383 deletions.
24 changes: 12 additions & 12 deletions packages/design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"dist/**/*"
],
"devDependencies": {
"@playwright/test": "^1.41.1",
"@playwright/test": "^1.43.1",
"@storybook/addon-a11y": "^7.6.10",
"@storybook/addon-coverage": "^1.0.0",
"@storybook/addon-coverage": "^1.0.1",
"@storybook/addon-essentials": "^7.6.10",
"@storybook/addon-interactions": "^7.6.10",
"@storybook/addon-links": "^7.6.10",
Expand All @@ -39,25 +39,25 @@
"@storybook/types": "^7.6.10",
"@testing-library/react": "^14.1.2",
"@types/deep-equal": "^1.0.4",
"@types/prop-types": "^15.7.11",
"@types/react": "^18.2.48",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.2.79",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@uswds/compile": "github:danielnaab/uswds-compile#package-json-paths",
"@vitejs/plugin-react": "^4.2.1",
"concurrently": "^8.2.2",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"glob": "^10.3.10",
"eslint-plugin-react": "^7.34.1",
"glob": "^10.3.12",
"gulp": "^4.0.2",
"http-server": "^14.1.1",
"install": "^0.13.0",
"npm": "^10.3.0",
"npm": "^10.5.2",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.13",
"vite-plugin-dts": "^3.7.1",
"vite": "^5.2.9",
"vite-plugin-dts": "^3.8.3",
"wait-on": "^7.2.0"
},
"dependencies": {
Expand All @@ -67,11 +67,11 @@
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@uswds/uswds": "^3.7.1",
"@uswds/uswds": "^3.8.0",
"classnames": "^2.5.1",
"deep-equal": "^2.2.3",
"react-hook-form": "^7.49.3",
"react-router-dom": "^6.21.2",
"react-hook-form": "^7.51.3",
"react-router-dom": "^6.22.3",
"storybook": "^7.6.10",
"zustand": "^4.5.2",
"zustand-utils": "^1.3.2"
Expand Down
Loading

0 comments on commit d503977

Please sign in to comment.