Skip to content

Commit

Permalink
Bump the ui group with 23 updates (gravitational#45775)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent ae88a28 commit 29ae48c
Show file tree
Hide file tree
Showing 9 changed files with 681 additions and 977 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,8 @@ web/certs/
*.avi

# We have switched to pnpm, ignore Yarn lockfile
yarn.lock
yarn.lock

# mockServiceWorker.js is generated on each start of Storybook instead of being vendored into the
# repo, see web/scripts/run-storybook.sh.
web/.storybook/public/mockServiceWorker.js
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,37 +29,37 @@
"private": true,
"devDependencies": {
"@gravitational/build": "workspace:*",
"@storybook/components": "^8.2.7",
"@storybook/addon-toolbars": "^8.2.5",
"@storybook/react": "^8.2.7",
"@storybook/react-vite": "^8.2.7",
"@storybook/components": "^8.2.9",
"@storybook/addon-toolbars": "^8.2.9",
"@storybook/react": "^8.2.9",
"@storybook/react-vite": "^8.2.9",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/node": "^20.16.1",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/react-highlight": "^0.12.8",
"@types/react-router-dom": "^5.1.1",
"@types/react-transition-group": "^4.4.10",
"@types/react-transition-group": "^4.4.11",
"@types/wicg-file-system-access": "^2023.10.5",
"jest": "^29.7.0",
"jsdom-testing-mocks": "^1.13.0",
"msw": "^2.3.4",
"jsdom-testing-mocks": "^1.13.1",
"msw": "^2.3.5",
"msw-storybook-addon": "^2.0.3",
"prettier": "^3.3.3",
"react-select-event": "^5.5.1",
"storybook": "^8.2.7",
"storybook": "^8.2.9",
"typescript": "^5.5.4",
"vite": "^5.4.1"
"vite": "^5.4.2"
},
"dependencies": {
"@codemirror/autocomplete": "^6.17.0",
"@codemirror/lang-sql": "^6.7.0",
"@codemirror/view": "^6.29.1",
"@codemirror/autocomplete": "^6.18.0",
"@codemirror/lang-sql": "^6.7.1",
"@codemirror/view": "^6.32.0",
"@grpc/grpc-js": "1.11.1",
"@lezer/highlight": "^1.2.0",
"@lezer/highlight": "^1.2.1",
"@nivo/bar": "^0.87.0",
"@protobuf-ts/runtime": "^2.9.4",
"@protobuf-ts/runtime-rpc": "^2.9.4",
Expand Down
Loading

0 comments on commit 29ae48c

Please sign in to comment.