Skip to content

Commit

Permalink
Update templates dependencies (#94)
Browse files Browse the repository at this point in the history
* All tests passed
* update typscript dep at template vue-typescript-starter
* Remove package-log-json
  • Loading branch information
pontusva authored Nov 22, 2023
1 parent 370218a commit 8d6d910
Show file tree
Hide file tree
Showing 8 changed files with 261 additions and 274 deletions.
16 changes: 8 additions & 8 deletions create-vite-express/templates/react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"react-dom": "^18.2.0",
"react": "^18.2.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"typescript": "^5.3.2",
"vite-express": "*"
},
"devDependencies": {
"@types/express": "^4.17.15",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.0.1",
"nodemon": "^2.0.20",
"vite": "^4.0.4"
"@types/express": "^4.17.21",
"@types/node": "^20.9.3",
"@types/react": "^18.0.38",
"@types/react-dom": "^18.2.16",
"@vitejs/plugin-react": "^4.2.0",
"nodemon": "^3.0.1",
"vite": "^5.0.2"
}
}
6 changes: 3 additions & 3 deletions create-vite-express/templates/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.0.1",
"nodemon": "^2.0.20",
"vite": "^4.0.4"
"@vitejs/plugin-react": "^4.2.0",
"nodemon": "^3.0.1",
"vite": "^5.0.2"
}
}
8 changes: 4 additions & 4 deletions create-vite-express/templates/vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
"devDependencies": {
"@types/express": "^4.17.15",
"@types/node": "^18.11.18",
"nodemon": "^2.0.20",
"vite": "^4.0.4"
"@types/node": "^20.9.3",
"nodemon": "^3.0.1",
"vite": "^5.0.2"
},
"dependencies": {
"express": "^4.18.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"typescript": "^5.3.2",
"vite-express": "*"
}
}
4 changes: 2 additions & 2 deletions create-vite-express/templates/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"build": "vite build"
},
"devDependencies": {
"nodemon": "^2.0.20",
"vite": "^4.0.4"
"nodemon": "^3.0.1",
"vite": "^5.0.2"
},
"dependencies": {
"express": "^4.18.2",
Expand Down
16 changes: 8 additions & 8 deletions create-vite-express/templates/vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"dependencies": {
"express": "^4.18.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"typescript": "^5.3.2",
"vite-express": "*",
"vue": "^3.2.45"
"vue": "^3.3.8"
},
"devDependencies": {
"@types/express": "^4.17.15",
"@types/node": "^18.11.18",
"@vitejs/plugin-vue": "^4.0.0",
"nodemon": "^2.0.20",
"vite": "^4.0.4",
"vue-tsc": "^1.0.24"
"@types/express": "^4.17.21",
"@types/node": "^20.9.3",
"@vitejs/plugin-vue": "^4.5.0",
"nodemon": "^3.0.1",
"vite": "^5.0.2",
"vue-tsc": "^1.8.22"
}
}
8 changes: 4 additions & 4 deletions create-vite-express/templates/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"dependencies": {
"express": "^4.18.2",
"vite-express": "*",
"vue": "^3.2.45"
"vue": "^3.3.8"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"nodemon": "^2.0.20",
"vite": "^4.0.4"
"@vitejs/plugin-vue": "^4.5.0",
"nodemon": "^3.0.1",
"vite": "^5.0.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"express": "^4.18.2",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"nodemon": "^2.0.20",
"nodemon": "^3.0.1",
"prettier": "^2.8.3",
"puppeteer": "^19.6.2",
"rimraf": "^4.1.2",
Expand Down
Loading

0 comments on commit 8d6d910

Please sign in to comment.