Skip to content

Commit

Permalink
chore(deps-dev): bump dev dependencies in projects (#604)
Browse files Browse the repository at this point in the history
Bump parcel from 2.10.0 to 2.12.0

Bump rsbuild from 1.0.4 to 1.0.5

Bump vite from 4.4.11 to 5.4.7
Also bump @vitejs/plugin-vue from 4.4.0 to 5.1.3 to make it work with
vite v5

Bump webpack from 5.91.0 to 5.94.0
  • Loading branch information
tbouffard authored Sep 23, 2024
1 parent a78a04a commit 7eeed40
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions projects/javascript-vanilla-with-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"devDependencies": {
"html-webpack-plugin": "~5.6.0",
"webpack": "~5.91.0",
"webpack": "~5.94.0",
"webpack-cli": "~5.1.4",
"webpack-dev-server": "~5.0.4"
"webpack-dev-server": "~5.1.0"
}
}
2 changes: 1 addition & 1 deletion projects/typescript-lit-element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"patch-package": "~8.0.0",
"vite": "~4.4.11",
"vite": "~5.4.7",
"typescript": "~4.1.6"
}
}
6 changes: 3 additions & 3 deletions projects/typescript-vanilla-with-parcel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"bpmn-visualization": "0.44.0"
},
"devDependencies": {
"@parcel/core": "~2.10.0",
"@parcel/transformer-inline-string": "~2.10.0",
"@parcel/core": "~2.12.0",
"@parcel/transformer-inline-string": "~2.12.0",
"buffer": "^6.0.3",
"parcel": "~2.10.0",
"parcel": "~2.12.0",
"typescript": "~4.5.5"
},
"alias": {
Expand Down
2 changes: 1 addition & 1 deletion projects/typescript-vanilla-with-rsbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bpmn-visualization": "0.44.0"
},
"devDependencies": {
"@rsbuild/core": "1.0.4",
"@rsbuild/core": "1.0.5",
"typescript": "~5.5.4"
}
}
2 changes: 1 addition & 1 deletion projects/typescript-vanilla-with-vitejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"typescript": "~4.5.5",
"vite": "~4.4.11"
"vite": "~5.4.7"
}
}
6 changes: 3 additions & 3 deletions projects/typescript-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"vue": "~3.5.6"
},
"devDependencies": {
"@babel/types": "~7.23.0",
"@vitejs/plugin-vue": "~4.4.0",
"@babel/types": "~7.25.6",
"@vitejs/plugin-vue": "~5.1.4",
"typescript": "~5.2.2",
"vite": "~4.4.11"
"vite": "~5.4.7"
}
}

0 comments on commit 7eeed40

Please sign in to comment.