Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2024
1 parent 54eae5a commit 0dfa79c
Show file tree
Hide file tree
Showing 6 changed files with 103 additions and 334 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"build": "pnpm -r --workspace-concurrency 1 --filter=./playgrounds/* build"
},
"devDependencies": {
"npm-run-all2": "~7.0.1",
"tsx": "~4.19.2",
"npm-run-all2": "7.0.1",
"tsx": "4.19.2",
"typescript": "5.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"serve": "vite"
},
"devDependencies": {
"vite": "~5.4.10"
"vite": "5.4.10"
}
}
6 changes: 3 additions & 3 deletions playgrounds/vite-cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"vue": "~3.5.12"
},
"devDependencies": {
"@vitejs/plugin-vue": "~5.1.4",
"vite": "~5.4.10",
"vue-tsc": "~2.1.10"
"@vitejs/plugin-vue": "5.1.4",
"vite": "5.4.10",
"vue-tsc": "2.1.10"
}
}
6 changes: 3 additions & 3 deletions playgrounds/vite-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"vue": "~3.5.12"
},
"devDependencies": {
"@vitejs/plugin-vue": "~5.1.4",
"vite": "~5.4.10",
"vue-tsc": "~2.1.10"
"@vitejs/plugin-vue": "5.1.4",
"vite": "5.4.10",
"vue-tsc": "2.1.10"
}
}
8 changes: 4 additions & 4 deletions playgrounds/webpack-cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"vue": "~3.5.12"
},
"devDependencies": {
"@babel/core": "~7.26.0",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-service": "~5.0.8"
"@babel/core": "7.26.0",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-typescript": "5.0.8",
"@vue/cli-service": "5.0.8"
}
}
Loading

0 comments on commit 0dfa79c

Please sign in to comment.