Skip to content
Snippets Groups Projects
Commit 1251c41e authored by Kawtar Laariche's avatar Kawtar Laariche
Browse files

update dependencies

parent bf28cdfd
No related branches found
No related tags found
1 merge request!15Feautres/design studio
...@@ -23,7 +23,7 @@ RUN npm run ng build --configuration=prod ...@@ -23,7 +23,7 @@ RUN npm run ng build --configuration=prod
FROM nginx:alpine FROM nginx:alpine
# Copy the built app from the 'build' stage to the current stage # Copy the built app from the 'build' stage to the current stage
COPY --from=build /usr/src/app/dist/angular-frontend /usr/share/nginx/html COPY --from=build /usr/src/app/dist/graphene-ui /usr/share/nginx/html
# Start Nginx # Start Nginx
......
This diff is collapsed.
...@@ -18,33 +18,33 @@ ...@@ -18,33 +18,33 @@
"@angular/common": "^18.0.2", "@angular/common": "^18.0.2",
"@angular/compiler": "^18.0.2", "@angular/compiler": "^18.0.2",
"@angular/core": "^18.0.2", "@angular/core": "^18.0.2",
"@angular/forms": "^18.0.2", "@angular/forms": "^18.2.13",
"@angular/material": "^17.0.0", "@angular/material": "^17.3.10",
"@angular/platform-browser": "^18.0.2", "@angular/platform-browser": "^18.0.2",
"@angular/platform-browser-dynamic": "^18.0.2", "@angular/platform-browser-dynamic": "^18.0.2",
"@angular/router": "^18.0.2", "@angular/router": "^18.2.13",
"@angular/upgrade": "^18.2.1", "@angular/upgrade": "^18.2.13",
"jwt-decode": "^4.0.0", "jwt-decode": "^4.0.0",
"ngx-quill": "^26.0.1", "ngx-quill": "^26.0.10",
"quill": "^2.0.2", "quill": "^2.0.3",
"rxjs": "~7.8.1", "rxjs": "~7.8.1",
"tslib": "^2.6.2", "tslib": "^2.8.1",
"zone.js": "~0.14.2" "zone.js": "^0.14.10"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^18.0.3", "@angular-devkit/build-angular": "^18.2.12",
"@angular/cli": "^18.0.3", "@angular/cli": "^18.2.12",
"@angular/compiler-cli": "^18.0.2", "@angular/compiler-cli": "^18.2.13",
"@types/jasmine": "~5.1.2", "@types/jasmine": "~5.1.2",
"eslint": "^8.53.0", "eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0", "eslint-config-prettier": "^9.1.0",
"eslint-plugin-angular": "^4.1.0", "eslint-plugin-angular": "^4.1.0",
"eslint-plugin-html": "^7.1.0", "eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.29.0", "eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^46.9.0", "eslint-plugin-jsdoc": "^46.10.1",
"eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.0.1", "eslint-plugin-prettier": "^5.2.3",
"jasmine-core": "~5.1.1", "jasmine-core": "~5.1.1",
"karma": "~6.4.0", "karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0", "karma-chrome-launcher": "~3.2.0",
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
"karma-jasmine": "~5.1.0", "karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0", "karma-jasmine-html-reporter": "~2.1.0",
"prettier": "3.1.0", "prettier": "3.1.0",
"puppeteer": "^21.5.1", "puppeteer": "^21.11.0",
"typescript": "~5.4.5" "typescript": "~5.4.5"
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment