Skip to content

Commit

Permalink
chore(deps-dev): bump in projects
Browse files Browse the repository at this point in the history
Bump vite from 4.4.11 to 5.4.3
Also bump @vitejs/plugin-vue from 4.4.0 to 5.1.3 to make it work with vite v5

Bump rollup dependencies
Don't update @types/node, prevent to have type errors as we are using an old typescript version (4.5)

Bump parcel from 2.10.0 to 2.12.0

Bump webpack from 5.91.0 to 5.94.0
  • Loading branch information
tbouffard committed Sep 10, 2024
1 parent 6ce7368 commit 8c1228b
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.3",
"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
4 changes: 2 additions & 2 deletions projects/typescript-vanilla-with-rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"bpmn-visualization": "0.44.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "~25.0.7",
"@rollup/plugin-commonjs": "~26.0.1",
"@rollup/plugin-node-resolve": "~15.2.3",
"@rollup/plugin-terser": "~0.4.4",
"@rollup/plugin-typescript": "~11.1.6",
"@types/node": "14.11.11",
"rimraf": "~5.0.5",
"rollup": "~4.12.0",
"rollup": "~4.21.2",
"rollup-plugin-copy": "~3.5.0",
"rollup-plugin-copy-watch": "~0.0.1",
"rollup-plugin-livereload": "~2.0.5",
Expand Down
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.3"
}
}
4 changes: 2 additions & 2 deletions projects/typescript-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"devDependencies": {
"@babel/types": "~7.23.0",
"@vitejs/plugin-vue": "~4.4.0",
"@vitejs/plugin-vue": "~5.1.3",
"typescript": "~5.2.2",
"vite": "~4.4.11"
"vite": "~5.4.3"
}
}

0 comments on commit 8c1228b

Please sign in to comment.