diff --git a/README.md b/README.md index 2e016cc..a8f9773 100755 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This template was created for a blog post for [fsAdvent calendar 2024](https://jkone27-3876.medium.com/feliz-navidad-fd1869b31044) -The template provides a minimal setup to get React working in Vite with HMR and some ESLint rules, it starts from the basic vite template but it was adapted to run [F#](https://dotnet.microsoft.com/en-us/languages/fsharp) via [Fable](https://fable.io/), and use [Feliz](https://zaid-ajaj.github.io/Feliz/) library for awesome React built in F# DSL. +The template provides a minimal setup to get React working in Vite with HMR and some ESLint rules, it starts from the basic vite template but it was adapted to run [F#](https://dotnet.microsoft.com/en-us/languages/fsharp) via [Fable](https://fable.io/), and use [Feliz](https://fable-hub.github.io/Feliz/) library for awesome React built in F# DSL. As an alternative to the official dotnet [template for Feliz](https://zaid-ajaj.github.io/Feliz/#/Feliz/ProjectTemplate) it adopts the remarkable [Vite Fable Plugin](https://fable.io/vite-plugin-fable/). diff --git a/package.json b/package.json index 84e7a60..a1df1b0 100755 --- a/package.json +++ b/package.json @@ -11,24 +11,24 @@ "test": "vitest run --environment jsdom" }, "dependencies": { - "react": "^18.3.1", - "react-dom": "^18.3.1" + "react": "^19.1.0", + "react-dom": "^19.1.0" }, "devDependencies": { "@babel/plugin-transform-modules-commonjs": "^7.26.3", "@eslint/js": "^9.15.0", "@testing-library/jest-dom": "^6.6.3", - "@testing-library/react": "^13.4.0", + "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.5.2", - "@types/react": "^18.3.12", - "@types/react-dom": "^18.3.1", + "@types/react": "^19.1.8", + "@types/react-dom": "^19.1.6", "@vitejs/plugin-react": "^4.3.4", "eslint": "^9.15.0", "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.14", - "globals": "^15.12.0", - "jsdom": "^22.1.0", + "globals": "^16.2.0", + "jsdom": "^26.1.0", "vite": "^7.0.0", "vite-plugin-fable": "^0.2.0", "vitest": "^3.2.4"