Skip to content

Commit

Permalink
build: bump react 19 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker authored Dec 6, 2024
1 parent bd28f4e commit 326e9d8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions templates/react-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"dependencies": {
"@junobuild/core": "^0.0.63",
"nanoid": "^5.0.7",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@junobuild/config": "^0.0.17",
"@junobuild/vite-plugin": "^0.0.19",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
Expand Down
8 changes: 4 additions & 4 deletions templates/react-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
},
"dependencies": {
"@junobuild/core": "^0.0.63",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@junobuild/config": "^0.0.17",
"@junobuild/vite-plugin": "^0.0.19",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
Expand Down
8 changes: 4 additions & 4 deletions templates/react-workshop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"dependencies": {
"@junobuild/core": "^0.0.63",
"nanoid": "^5.0.7",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@junobuild/config": "^0.0.17",
"@junobuild/vite-plugin": "^0.0.19",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
Expand Down

0 comments on commit 326e9d8

Please sign in to comment.