Skip to content

Commit

Permalink
Merge branch 'master' into kdinev-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipata authored Nov 6, 2024
2 parents e5a4741 + ea9efb3 commit b5729de
Show file tree
Hide file tree
Showing 5 changed files with 2,182 additions and 3,527 deletions.
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"packages/*"
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "independent",
"changelog": {
"repo": "igniteui-cli-repo",
Expand Down
16 changes: 13 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,26 @@
"glob": "^11.0.0",
"jasmine": "^5.3.0",
"jasmine-spec-reporter": "^7.0.0",
"lerna": "^3.16.4",
"lerna-changelog": "^0.8.2",
"lerna": "^8.1.9",
"lerna-changelog": "^2.2.0",
"lite-server": "^2.6.1",
"nyc": "^17.0.0",
"resolve": "^1.22.8",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.2",
"tslint": "^5.11.0",
"typescript": "~5.5.4",
"typescript-json-schema": "^0.65.1"
"typescript-json-schema": "^0.65.1",
"parse-url": "^8.1.0",
"braces": "^3.0.3",
"ip": "^2.0.1",
"highlight.js": "^10.4.1",
"mem": "^4.0.0",
"tar": "^6.2.1",
"micromatch": "^4.0.8",
"trim-newlines": "^3.0.1",
"parse-path": "^5.0.0",
"http-cache-semantics": "^4.1.1"
},
"workspaces": [
"packages/*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"browser-sync": "^2.26.3",
"igniteui-cli": "^$(cliVersion)",
"karma": "^1.7.1",
"karma": "^6.4.4",
"karma-chrome-launcher": "^2.2.0",
"karma-qunit": "^1.2.1",
"qunitjs": "^2.4.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/templates/quickstart/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"html-webpack-plugin": "2.26.0",
"style-loader": "0.13.1",
"webpack": "5.94.0",
"webpack-dev-server": "2.2.0"
"webpack-dev-server": "^5.1.0"
}
}
Loading

0 comments on commit b5729de

Please sign in to comment.