diff --git a/package-lock.json b/package-lock.json index f2648051c2..c7cf65fd3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@babel/core": "7.24.5", "@babel/eslint-parser": "7.24.5", "@tsconfig/node14": "14.1.2", - "@types/react": "18.3.2", + "@types/react": "18.3.3", "@typescript-eslint/eslint-plugin": "6.21.0", "@typescript-eslint/parser": "6.21.0", "babel-eslint": "10.1.0", @@ -9088,9 +9088,9 @@ "dev": true }, "node_modules/@types/react": { - "version": "18.3.2", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.2.tgz", - "integrity": "sha512-Btgg89dAnqD4vV7R3hlwOxgqobUQKgx3MmrQRi0yYbs/P0ym8XozIAlkqVilPqHQwXs4e9Tf63rrCgl58BcO4w==", + "version": "18.3.3", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.3.tgz", + "integrity": "sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==", "dependencies": { "@types/prop-types": "*", "csstype": "^3.0.2" @@ -34089,7 +34089,7 @@ "@storybook/react": "7.6.17", "@storybook/react-webpack5": "7.6.17", "@types/d3": "7.4.3", - "@types/react": "18.3.2", + "@types/react": "18.3.3", "@types/react-router-dom": "5.3.3", "babel-plugin-require-context-hook": "1.0.0", "classnames": "2.5.1", diff --git a/package.json b/package.json index 7b4189ba08..63cc4f9dd8 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@babel/core": "7.24.5", "@babel/eslint-parser": "7.24.5", "@tsconfig/node14": "14.1.2", - "@types/react": "18.3.2", + "@types/react": "18.3.3", "@typescript-eslint/eslint-plugin": "6.21.0", "@typescript-eslint/parser": "6.21.0", "babel-eslint": "10.1.0", diff --git a/packages/ui/package.json b/packages/ui/package.json index b3f844e534..ec66e3aa96 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -43,7 +43,7 @@ "@storybook/react": "7.6.17", "@storybook/react-webpack5": "7.6.17", "@types/d3": "7.4.3", - "@types/react": "18.3.2", + "@types/react": "18.3.3", "@types/react-router-dom": "5.3.3", "babel-plugin-require-context-hook": "1.0.0", "classnames": "2.5.1",