diff --git a/package.json b/package.json index 858ce8f44..26037de62 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "author": "JW Player", "private": true, "engines": { - "node": ">=18.0.0" + "node": ">=18.13.0" }, "scripts": { "prepare": "husky install", @@ -69,9 +69,8 @@ "@codeceptjs/configure": "^0.8.0", "@commitlint/cli": "^12.1.1", "@commitlint/config-conventional": "^12.1.1", - "@testing-library/jest-dom": "^5.16.4", - "@testing-library/react": "^11.2.6", - "@testing-library/react-hooks": "^8.0.1", + "@testing-library/jest-dom": "^5.16.5", + "@testing-library/react": "^14.0.0", "@types/dompurify": "^2.3.4", "@types/ini": "^1.3.31", "@types/jwplayer": "^8.2.13", @@ -128,7 +127,7 @@ "vite-plugin-pwa": "^0.14.0", "vite-plugin-static-copy": "^0.13.0", "vite-plugin-stylelint": "^4.0.1", - "vitest": "^0.32.3", + "vitest": "^0.33.0", "workbox-build": "^6.5.4", "workbox-window": "^6.5.4" }, diff --git a/src/components/Account/__snapshots__/Account.test.tsx.snap b/src/components/Account/__snapshots__/Account.test.tsx.snap index 69ec023a0..52dbbf55e 100644 --- a/src/components/Account/__snapshots__/Account.test.tsx.snap +++ b/src/components/Account/__snapshots__/Account.test.tsx.snap @@ -1,4 +1,4 @@ -// Vitest Snapshot v1 +// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[` > renders and matches snapshot 1`] = `
diff --git a/src/components/Alert/__snapshots__/Alert.test.tsx.snap b/src/components/Alert/__snapshots__/Alert.test.tsx.snap index b9fdf7f5d..d1a435c3b 100644 --- a/src/components/Alert/__snapshots__/Alert.test.tsx.snap +++ b/src/components/Alert/__snapshots__/Alert.test.tsx.snap @@ -1,3 +1,3 @@ -// Vitest Snapshot v1 +// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[` > renders and matches snapshot 1`] = `
`; diff --git a/src/components/Button/__snapshots__/Button.test.tsx.snap b/src/components/Button/__snapshots__/Button.test.tsx.snap index 8642b5e18..766a87a85 100644 --- a/src/components/Button/__snapshots__/Button.test.tsx.snap +++ b/src/components/Button/__snapshots__/Button.test.tsx.snap @@ -1,4 +1,4 @@ -// Vitest Snapshot v1 +// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`