Skip to content

Commit 77af92c

Browse files
authored
fix(Dependabot): upgrade vulnerable dependencies (#99)
1 parent e6ff838 commit 77af92c

2 files changed

Lines changed: 3392 additions & 3113 deletions

File tree

package.json

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -68,48 +68,48 @@
6868
"react": "^17 || ^18"
6969
},
7070
"devDependencies": {
71-
"@ant-design/icons": "^5.3.0",
72-
"@jsonforms/core": "^3.3.0",
73-
"@jsonforms/react": "^3.3.0",
74-
"@storybook/addon-essentials": "^7.6.8",
75-
"@storybook/addon-interactions": "^7.6.8",
76-
"@storybook/addon-links": "^7.6.8",
77-
"@storybook/addon-onboarding": "^1.0.10",
78-
"@storybook/blocks": "^7.6.8",
79-
"@storybook/react": "^7.6.8",
80-
"@storybook/react-vite": "^7.6.8",
81-
"@storybook/test": "^7.6.8",
82-
"@testing-library/jest-dom": "^6.4.2",
83-
"@testing-library/react": "^14.2.1",
71+
"@ant-design/icons": "^5.5.0",
72+
"@jsonforms/core": "^3.4.0",
73+
"@jsonforms/react": "^3.4.0",
74+
"@storybook/addon-essentials": "^7.6.20",
75+
"@storybook/addon-interactions": "^7.6.20",
76+
"@storybook/addon-links": "^7.6.20",
77+
"@storybook/addon-onboarding": "^1.0.11",
78+
"@storybook/blocks": "^7.6.20",
79+
"@storybook/react": "^7.6.20",
80+
"@storybook/react-vite": "^7.6.20",
81+
"@storybook/test": "^7.6.20",
82+
"@testing-library/jest-dom": "^6.5.0",
83+
"@testing-library/react": "^14.3.1",
8484
"@testing-library/user-event": "^14.5.2",
8585
"@types/lodash.isempty": "^4.4.9",
8686
"@types/lodash.merge": "^4.6.9",
8787
"@types/lodash.range": "^3.2.9",
8888
"@types/lodash.startcase": "^4.4.9",
89-
"@types/react": "^18.2.55",
90-
"@types/react-dom": "^18.2.19",
91-
"@typescript-eslint/eslint-plugin": "^6.14.0",
92-
"@typescript-eslint/parser": "^6.14.0",
93-
"@vitejs/plugin-react": "^4.2.1",
89+
"@types/react": "^18.3.7",
90+
"@types/react-dom": "^18.3.0",
91+
"@typescript-eslint/eslint-plugin": "^6.21.0",
92+
"@typescript-eslint/parser": "^6.21.0",
93+
"@vitejs/plugin-react": "^4.3.1",
9494
"@vitest/coverage-istanbul": "1.2.2",
95-
"@vitest/ui": "^1.5.0",
96-
"antd": "^5.14.0",
97-
"eslint": "^8.55.0",
98-
"eslint-plugin-react": "^7.33.2",
99-
"eslint-plugin-react-hooks": "^4.6.0",
100-
"eslint-plugin-react-refresh": "^0.4.5",
95+
"@vitest/ui": "^1.6.0",
96+
"antd": "^5.20.6",
97+
"eslint": "^8.57.1",
98+
"eslint-plugin-react": "^7.36.1",
99+
"eslint-plugin-react-hooks": "^4.6.2",
100+
"eslint-plugin-react-refresh": "^0.4.12",
101101
"eslint-plugin-storybook": "^0.6.15",
102-
"eslint-plugin-testing-library": "^6.2.0",
103-
"jsdom": "^24.0.0",
104-
"json-schema-to-ts": "^3.0.0",
102+
"eslint-plugin-testing-library": "^6.3.0",
103+
"jsdom": "^24.1.3",
104+
"json-schema-to-ts": "^3.1.1",
105105
"prettier": "3.2.5",
106-
"react": "^18.2.0",
107-
"react-dom": "^18.2.0",
108-
"semantic-release": "^23.0.2",
109-
"storybook": "^7.6.17",
110-
"typescript": "^5.2.2",
111-
"vite": "^5.0.12",
112-
"vitest": "^1.5.0"
106+
"react": "^18.3.1",
107+
"react-dom": "^18.3.1",
108+
"semantic-release": "^23.1.1",
109+
"storybook": "^7.6.20",
110+
"typescript": "^5.6.2",
111+
"vite": "^5.4.6",
112+
"vitest": "^1.6.0"
113113
},
114114
"dependencies": {
115115
"lodash.isempty": "^4.4.0",

0 commit comments

Comments
 (0)