Skip to content

Commit 8543a6b

Browse files
committed
chore(deps-dev): bump dependencies in projects
This includes: - bump lit from 2.7.5 to 3.3.0 @lit/reactive-element uses types introduced in TS 5.0. So bump typescript from 4.1.6 to 5.8.3. - parcel from 2.12.0 to 2.14.4 - rollup from 4.24.0 to 4.40.0 (also bump plugins) - rsbuild from 1.0.5 to 1.3.7 - vite from 5.4.7 to 6.3.0 - vue from 3.5.6 to 3.5.13 (and plugins) Switch to ESM to remove a vite warning - webpack from 5.94.0 to 5.99.5
1 parent a7c1cd9 commit 8543a6b

7 files changed

Lines changed: 21 additions & 20 deletions

File tree

projects/javascript-vanilla-with-webpack/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"bpmn-visualization": "0.46.0"
1313
},
1414
"devDependencies": {
15-
"html-webpack-plugin": "~5.6.0",
16-
"webpack": "~5.94.0",
17-
"webpack-cli": "~5.1.4",
18-
"webpack-dev-server": "~5.1.0"
15+
"html-webpack-plugin": "~5.6.3",
16+
"webpack": "~5.99.5",
17+
"webpack-cli": "~6.0.1",
18+
"webpack-dev-server": "~5.2.1"
1919
}
2020
}

projects/typescript-lit-element/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"prepare": "patch-package"
1111
},
1212
"dependencies": {
13-
"lit": "~2.7.5",
13+
"lit": "~3.3.0",
1414
"bpmn-visualization": "0.46.0"
1515
},
1616
"devDependencies": {
1717
"patch-package": "~8.0.0",
18-
"vite": "~5.4.7",
19-
"typescript": "~4.1.6"
18+
"vite": "~6.3.0",
19+
"typescript": "~5.8.3"
2020
}
2121
}

projects/typescript-vanilla-with-parcel/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"bpmn-visualization": "0.46.0"
1212
},
1313
"devDependencies": {
14-
"@parcel/core": "~2.12.0",
15-
"@parcel/transformer-inline-string": "~2.12.0",
14+
"@parcel/core": "~2.14.4",
15+
"@parcel/transformer-inline-string": "~2.14.4",
1616
"buffer": "^6.0.3",
17-
"parcel": "~2.12.0",
17+
"parcel": "~2.14.4",
1818
"typescript": "~4.5.5"
1919
},
2020
"alias": {

projects/typescript-vanilla-with-rollup/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"bpmn-visualization": "0.46.0"
1414
},
1515
"devDependencies": {
16-
"@rollup/plugin-commonjs": "~28.0.0",
17-
"@rollup/plugin-node-resolve": "~15.3.0",
16+
"@rollup/plugin-commonjs": "~28.0.3",
17+
"@rollup/plugin-node-resolve": "~16.0.1",
1818
"@rollup/plugin-terser": "~0.4.4",
19-
"@rollup/plugin-typescript": "~12.1.0",
19+
"@rollup/plugin-typescript": "~12.1.2",
2020
"@types/node": "14.11.11",
2121
"del-cli": "~5.1.0",
22-
"rollup": "~4.24.0",
22+
"rollup": "~4.40.0",
2323
"rollup-plugin-copy": "~3.5.0",
2424
"rollup-plugin-copy-watch": "~0.0.1",
2525
"rollup-plugin-livereload": "~2.0.5",

projects/typescript-vanilla-with-rsbuild/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"bpmn-visualization": "0.46.0"
1212
},
1313
"devDependencies": {
14-
"@rsbuild/core": "1.0.5",
14+
"@rsbuild/core": "1.3.7",
1515
"typescript": "~5.5.4"
1616
}
1717
}

projects/typescript-vanilla-with-vitejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"devDependencies": {
1515
"typescript": "~4.5.5",
16-
"vite": "~5.4.7"
16+
"vite": "~6.3.0"
1717
}
1818
}
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "bpmn-visualization-ts-vue",
33
"private": true,
4+
"type": "module",
45
"license": "Apache-2.0",
56
"scripts": {
67
"start": "vite",
@@ -11,12 +12,12 @@
1112
"@process-analytics/bpmn-visualization-addons": "0.8.0",
1213
"bpmn-visualization": "0.46.0",
1314
"spectre.css": "~0.5.9",
14-
"vue": "~3.5.6"
15+
"vue": "~3.5.13"
1516
},
1617
"devDependencies": {
17-
"@babel/types": "~7.25.6",
18-
"@vitejs/plugin-vue": "~5.1.4",
18+
"@babel/types": "~7.27.0",
19+
"@vitejs/plugin-vue": "~5.2.3",
1920
"typescript": "~5.2.2",
20-
"vite": "~5.4.7"
21+
"vite": "~6.3.0"
2122
}
2223
}

0 commit comments

Comments
 (0)