diff --git a/package-lock.json b/package-lock.json index 18bd1f7..18e7637 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "motion": "^12.23.12", "next": "15.5.0", "next-themes": "^0.4.6", - "react": "^19.1.1", + "react": "^19.2.0", "react-dom": "^19.1.1", "rough-notation": "^0.5.1", "swiper": "^11.2.10", @@ -31,7 +31,7 @@ "@eslint/eslintrc": "^3.3.1", "@tailwindcss/postcss": "^4.1.12", "@types/node": "^24.3.0", - "@types/react": "^19.1.11", + "@types/react": "^19.2.0", "@types/react-dom": "^19.1.7", "eslint": "^9.34.0", "eslint-config-next": "15.4.5", @@ -1462,9 +1462,9 @@ } }, "node_modules/@types/react": { - "version": "19.1.11", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.11.tgz", - "integrity": "sha512-lr3jdBw/BGj49Eps7EvqlUaoeA0xpj3pc0RoJkHpYaCHkVK7i28dKyImLQb3JVlqs3aYSXf7qYuWOW/fgZnTXQ==", + "version": "19.2.0", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.0.tgz", + "integrity": "sha512-1LOH8xovvsKsCBq1wnT4ntDUdCJKmnEakhsuoUSy6ExlHCkGP2hqnatagYTgFk6oeL0VU31u7SNjunPN+GchtA==", "devOptional": true, "license": "MIT", "dependencies": { @@ -5337,9 +5337,9 @@ "license": "MIT" }, "node_modules/react": { - "version": "19.1.1", - "resolved": "https://registry.npmjs.org/react/-/react-19.1.1.tgz", - "integrity": "sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==", + "version": "19.2.0", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.0.tgz", + "integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/package.json b/package.json index ff88aa2..5a89c41 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "motion": "^12.23.12", "next": "15.5.0", "next-themes": "^0.4.6", - "react": "^19.1.1", + "react": "^19.2.0", "react-dom": "^19.1.1", "rough-notation": "^0.5.1", "swiper": "^11.2.10", @@ -32,7 +32,7 @@ "@eslint/eslintrc": "^3.3.1", "@tailwindcss/postcss": "^4.1.12", "@types/node": "^24.3.0", - "@types/react": "^19.1.11", + "@types/react": "^19.2.0", "@types/react-dom": "^19.1.7", "eslint": "^9.34.0", "eslint-config-next": "15.4.5",