Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina committed Jan 29, 2024
1 parent 3170b08 commit a26257b
Show file tree
Hide file tree
Showing 4 changed files with 341 additions and 215 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"devDependencies": {
"esbuild": "^0.18.20",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"scripts": {
"build": "NODE_ENV=production node build.js && tsc --project tsconfig.build.json",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions tests/vite-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.25"
"vue": "^3.4.15"
},
"devDependencies": {
"@types/node": "^18.16.3",
"@vitejs/plugin-vue": "^4.3.4",
"typescript": "^4.5.4",
"vite": "^4.4.9",
"vue-tsc": "^0.34.7"
"@types/node": "^20.11.10",
"@vitejs/plugin-vue": "^5.0.3",
"typescript": "^4.9.5",
"vite": "^5.0.12",
"vue-tsc": "^0.34.17"
}
}
Loading

0 comments on commit a26257b

Please sign in to comment.