Skip to content

Commit

Permalink
fix(Dependabot): upgrade vulnerable dependencies (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiplet authored Sep 18, 2024
1 parent e6ff838 commit 77af92c
Show file tree
Hide file tree
Showing 2 changed files with 3,392 additions and 3,113 deletions.
68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,48 +68,48 @@
"react": "^17 || ^18"
},
"devDependencies": {
"@ant-design/icons": "^5.3.0",
"@jsonforms/core": "^3.3.0",
"@jsonforms/react": "^3.3.0",
"@storybook/addon-essentials": "^7.6.8",
"@storybook/addon-interactions": "^7.6.8",
"@storybook/addon-links": "^7.6.8",
"@storybook/addon-onboarding": "^1.0.10",
"@storybook/blocks": "^7.6.8",
"@storybook/react": "^7.6.8",
"@storybook/react-vite": "^7.6.8",
"@storybook/test": "^7.6.8",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@ant-design/icons": "^5.5.0",
"@jsonforms/core": "^3.4.0",
"@jsonforms/react": "^3.4.0",
"@storybook/addon-essentials": "^7.6.20",
"@storybook/addon-interactions": "^7.6.20",
"@storybook/addon-links": "^7.6.20",
"@storybook/addon-onboarding": "^1.0.11",
"@storybook/blocks": "^7.6.20",
"@storybook/react": "^7.6.20",
"@storybook/react-vite": "^7.6.20",
"@storybook/test": "^7.6.20",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.5.2",
"@types/lodash.isempty": "^4.4.9",
"@types/lodash.merge": "^4.6.9",
"@types/lodash.range": "^3.2.9",
"@types/lodash.startcase": "^4.4.9",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-istanbul": "1.2.2",
"@vitest/ui": "^1.5.0",
"antd": "^5.14.0",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"@vitest/ui": "^1.6.0",
"antd": "^5.20.6",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.12",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-testing-library": "^6.2.0",
"jsdom": "^24.0.0",
"json-schema-to-ts": "^3.0.0",
"eslint-plugin-testing-library": "^6.3.0",
"jsdom": "^24.1.3",
"json-schema-to-ts": "^3.1.1",
"prettier": "3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"semantic-release": "^23.0.2",
"storybook": "^7.6.17",
"typescript": "^5.2.2",
"vite": "^5.0.12",
"vitest": "^1.5.0"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"semantic-release": "^23.1.1",
"storybook": "^7.6.20",
"typescript": "^5.6.2",
"vite": "^5.4.6",
"vitest": "^1.6.0"
},
"dependencies": {
"lodash.isempty": "^4.4.0",
Expand Down
Loading

0 comments on commit 77af92c

Please sign in to comment.