Skip to content

Commit

Permalink
chore: upgrade build major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fpaul-1A committed Jan 28, 2025
1 parent 6b79a57 commit 6dbde32
Show file tree
Hide file tree
Showing 8 changed files with 87 additions and 223 deletions.
2 changes: 1 addition & 1 deletion apps/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"prism-themes": "^1.9.0",
"prismjs": "^1.28.0",
"rxjs": "^7.8.1",
"sass-loader": "^14.0.0",
"sass-loader": "^16.0.0",
"tslib": "^2.6.2",
"zone.js": "~0.15.0"
},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,18 +248,18 @@
"ngx-markdown": "^19.0.0",
"ngx-monaco-editor-v2": "^18.0.0",
"ngx-monaco-tree": "^18.4.0",
"npm-run-all2": "^6.0.0",
"npm-run-all2": "^7.0.0",
"nx": "~20.2.0",
"nx-cloud": "^19.1.0",
"playwright-lighthouse": "~4.0.0",
"postcss": "~8.5.1",
"postcss-scss": "~4.0.9",
"prism-themes": "^1.9.0",
"prismjs": "^1.28.0",
"replace-in-files-cli": "^2.2.0",
"replace-in-files-cli": "^3.0.0",
"rimraf": "^6.0.1",
"sass": "~1.83.0",
"sass-loader": "^14.0.0",
"sass-loader": "^16.0.0",
"semver": "^7.5.2",
"stylelint": "^16.0.2",
"stylelint-scss": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@ama-sdk/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"chokidar": "^4.0.3",
"globby": "^11.1.0",
"js-yaml": "^4.1.0",
"minimatch": "~9.0.3",
"minimatch": "~10.0.0",
"minimist": "^1.2.6",
"rxjs": "^7.8.1",
"semver": "^7.5.2",
Expand Down Expand Up @@ -126,7 +126,7 @@
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.4.0",
"mem-fs": "^4.0.0",
"npm-run-all2": "^6.0.0",
"npm-run-all2": "^7.0.0",
"nx": "~20.2.0",
"openapi-types": "^12.0.0",
"pid-from-port": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-terasu/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"typescript": "~5.6.2",
"typescript-eslint": "~8.21.0",
"webpack": "~5.97.0",
"webpack-cli": "~5.1.0"
"webpack-cli": "~6.0.0"
},
"dependencies": {
"@ama-terasu/core": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"jsonschema": "~1.5.0",
"minimatch": "~9.0.3",
"minimatch": "~10.0.0",
"minimist": "^1.2.6",
"ts-node": "~10.9.2",
"tslib": "^2.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"chalk": "^4.1.2",
"globby": "^11.1.0",
"inquirer": "~8.2.6",
"minimatch": "~9.0.3",
"minimatch": "~10.0.0",
"semver": "^7.5.2",
"tslib": "^2.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/styling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
"zone.js": "~0.15.0"
},
"generatorDependencies": {
"sass-loader": "^14.0.0"
"sass-loader": "^16.0.0"
},
"engines": {
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
Expand Down
Loading

0 comments on commit 6dbde32

Please sign in to comment.