diff --git a/.github/helpers/package.json b/.github/helpers/package.json index 6e0986c2d..28b31a917 100644 --- a/.github/helpers/package.json +++ b/.github/helpers/package.json @@ -8,6 +8,6 @@ "@actions/github": "^6.0.0", "commander": "^12.0.0", "markdown-table": "^3.0.3", - "tsx": "^4.7.1" + "tsx": "^4.7.3" } } diff --git a/apps/test-app/package.json b/apps/test-app/package.json index 1d3d3d303..f0e2cf520 100644 --- a/apps/test-app/package.json +++ b/apps/test-app/package.json @@ -21,8 +21,8 @@ "@equinor/eds-icons": "^0.17.0", "@equinor/eds-tokens": "0.9.0", "@equinor/workspace-fusion": "workspace:^", - "react": "^18.2.0", - "react-dom": "^18.2.0", + "react": "^18.3.1", + "react-dom": "^18.3.1", "react-error-boundary": "^4.0.13" }, "peerDependencies": { @@ -31,14 +31,14 @@ "styled-components": "^5.3.6" }, "devDependencies": { - "@types/jest": "27.4.1", - "@types/react": "^18.0.25", - "@types/styled-components": "^5.1.26", - "@vitejs/plugin-react": "^3.1.0", + "@types/jest": "29.5.12", + "@types/react": "^18.3.1", + "@types/styled-components": "^5.1.34", + "@vitejs/plugin-react": "^4.2.1", "rollup-plugin-inject-process-env": "^1.3.1", - "styled-components": "^5.3.6", - "typescript": "^5.0.2", - "vite": "^4.1.5", - "vite-plugin-cdn-import": "^0.3.5" + "styled-components": "^6.1.8", + "typescript": "^5.4.5", + "vite": "^5.2.10", + "vite-plugin-cdn-import": "^1.0.1" } } diff --git a/documentation/package.json b/documentation/package.json index 29320989a..a417edeb0 100644 --- a/documentation/package.json +++ b/documentation/package.json @@ -11,27 +11,27 @@ "astro": "astro" }, "dependencies": { - "@algolia/client-search": "^4.23.2", - "@astrojs/mdx": "^2.2.3", - "@astrojs/preact": "^3.1.2", - "@astrojs/react": "^3.1.0", + "@algolia/client-search": "^4.23.3", + "@astrojs/mdx": "^2.3.1", + "@astrojs/preact": "^3.2.0", + "@astrojs/react": "^3.3.1", "@docsearch/css": "^3.6.0", "@docsearch/react": "^3.6.0", "@equinor/workspace-fusion": "workspace:*", - "@types/node": "^20.12.2", - "astro": "^4.5.13", - "preact": "^10.20.1", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "react-is": "^18.2.0", + "@types/node": "^20.12.7", + "astro": "^4.7.0", + "preact": "^10.20.2", + "react": "^18.3.1", + "react-dom": "^18.3.1", + "react-is": "^18.3.1", "react-mermaid3": "^1.0.1", "styled-components": "^6.1.8" }, "devDependencies": { "@types/html-escaper": "^3.0.2", - "@types/react": "^18.0.27", - "@types/react-dom": "^18.0.10", + "@types/react": "^18.3.1", + "@types/react-dom": "^18.3.0", "html-escaper": "^3.0.3", - "typescript": "^5.0.2" + "typescript": "^5.4.5" } } diff --git a/documentation/src/components/Header/Header.astro b/documentation/src/components/Header/Header.astro index d1cdfa930..5a7b3021a 100644 --- a/documentation/src/components/Header/Header.astro +++ b/documentation/src/components/Header/Header.astro @@ -14,7 +14,7 @@ type Props = {