Skip to content

Commit 2a0cfa9

Browse files
Hristo HristovHristo Hristov
authored andcommitted
feat(wc): update vite, typescript and concurrently versions to latest
1 parent 0349072 commit 2a0cfa9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

packages/cli/templates/webcomponents/igc-ts/projects/_base/files/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@vaadin/router": "^1.7.4",
2424
"lit": "^3.1.2",
25-
"typescript": "~5.5.4",
25+
"typescript": "~5.7.2",
2626
"igniteui-webcomponents": "~5.1.0"
2727
},
2828
"devDependencies": {
@@ -33,7 +33,7 @@
3333
"@web/dev-server": "^0.4.6",
3434
"@web/test-runner": "^0.18.0",
3535
"babel-plugin-template-html-minifier": "^4.1.0",
36-
"concurrently": "^8.2.2",
36+
"concurrently": "^9.1.2",
3737
"deepmerge": "^4.2.2",
3838
"eslint": "^8.57.0",
3939
"eslint-plugin-lit": "^1.8.2",
@@ -43,8 +43,8 @@
4343
"tslib": "^2.6.2",
4444
"@types/mocha": "^10.0.6",
4545
"vite": "^6.0.7",
46-
"vite-plugin-pwa": "^0.21.0",
47-
"vite-plugin-static-copy": "^2.1.0",
46+
"vite-plugin-pwa": "^0.21.1",
47+
"vite-plugin-static-copy": "^2.2.0",
4848
"vite-plugin-babel": "^1.3.0",
4949
"vite-plugin-html": "^3.2.2"
5050
}

packages/cli/templates/webcomponents/igc-ts/projects/_base_with_home/files/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"igniteui-webcomponents-inputs": "~5.0.0",
3232
"igniteui-webcomponents-layouts": "~5.0.0",
3333
"lit": "^3.1.2",
34-
"typescript": "~5.5.4"
34+
"typescript": "~5.7.2"
3535
},
3636
"devDependencies": {
3737
"@babel/preset-env": "^7.20.2",
@@ -41,7 +41,7 @@
4141
"@web/dev-server": "^0.4.6",
4242
"@web/test-runner": "^0.18.0",
4343
"babel-plugin-template-html-minifier": "^4.1.0",
44-
"concurrently": "^8.2.2",
44+
"concurrently": "^9.1.2",
4545
"deepmerge": "^4.2.2",
4646
"eslint": "^8.57.0",
4747
"eslint-plugin-lit": "^1.8.2",
@@ -51,8 +51,8 @@
5151
"tslib": "^2.6.2",
5252
"@types/mocha": "^10.0.6",
5353
"vite": "^6.0.7",
54-
"vite-plugin-pwa": "^0.21.0",
55-
"vite-plugin-static-copy": "^2.1.0",
54+
"vite-plugin-pwa": "^0.21.1",
55+
"vite-plugin-static-copy": "^2.2.0",
5656
"vite-plugin-babel": "^1.3.0",
5757
"vite-plugin-html": "^3.2.2"
5858
}

0 commit comments

Comments
 (0)