Bump dependencies

This commit is contained in:
Sercan Yemen 2024-06-12 09:00:33 +03:00
parent 6e224c35ea
commit 7ed57abf49
2 changed files with 364 additions and 206 deletions

530
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,17 +13,17 @@
"test": "ng test" "test": "ng test"
}, },
"dependencies": { "dependencies": {
"@angular/animations": "18.0.1", "@angular/animations": "18.0.2",
"@angular/cdk": "18.0.1", "@angular/cdk": "18.0.2",
"@angular/common": "18.0.1", "@angular/common": "18.0.2",
"@angular/compiler": "18.0.1", "@angular/compiler": "18.0.2",
"@angular/core": "18.0.1", "@angular/core": "18.0.2",
"@angular/forms": "18.0.1", "@angular/forms": "18.0.2",
"@angular/material": "18.0.1", "@angular/material": "18.0.2",
"@angular/material-luxon-adapter": "18.0.1", "@angular/material-luxon-adapter": "18.0.2",
"@angular/platform-browser": "18.0.1", "@angular/platform-browser": "18.0.2",
"@angular/platform-browser-dynamic": "18.0.1", "@angular/platform-browser-dynamic": "18.0.2",
"@angular/router": "18.0.1", "@angular/router": "18.0.2",
"@ngneat/transloco": "6.0.4", "@ngneat/transloco": "6.0.4",
"apexcharts": "3.49.1", "apexcharts": "3.49.1",
"crypto-js": "4.2.0", "crypto-js": "4.2.0",
@ -35,19 +35,19 @@
"perfect-scrollbar": "1.5.5", "perfect-scrollbar": "1.5.5",
"quill": "2.0.2", "quill": "2.0.2",
"rxjs": "7.8.1", "rxjs": "7.8.1",
"tslib": "2.6.2", "tslib": "2.6.3",
"zone.js": "0.14.6" "zone.js": "0.14.7"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "18.0.2", "@angular-devkit/build-angular": "18.0.3",
"@angular/cli": "18.0.2", "@angular/cli": "18.0.3",
"@angular/compiler-cli": "18.0.1", "@angular/compiler-cli": "18.0.2",
"@tailwindcss/typography": "0.5.13", "@tailwindcss/typography": "0.5.13",
"@types/chroma-js": "2.4.4", "@types/chroma-js": "2.4.4",
"@types/crypto-js": "4.2.2", "@types/crypto-js": "4.2.2",
"@types/highlight.js": "10.1.0", "@types/highlight.js": "10.1.0",
"@types/jasmine": "5.1.4", "@types/jasmine": "5.1.4",
"@types/lodash": "4.17.4", "@types/lodash": "4.17.5",
"@types/lodash-es": "4.17.12", "@types/lodash-es": "4.17.12",
"@types/luxon": "3.4.2", "@types/luxon": "3.4.2",
"autoprefixer": "10.4.19", "autoprefixer": "10.4.19",
@ -60,10 +60,10 @@
"karma-jasmine-html-reporter": "2.1.0", "karma-jasmine-html-reporter": "2.1.0",
"lodash": "4.17.21", "lodash": "4.17.21",
"postcss": "8.4.38", "postcss": "8.4.38",
"prettier": "3.3.0", "prettier": "3.3.2",
"prettier-plugin-organize-imports": "3.2.4", "prettier-plugin-organize-imports": "3.2.4",
"prettier-plugin-tailwindcss": "0.6.1", "prettier-plugin-tailwindcss": "0.6.3",
"tailwindcss": "3.4.3", "tailwindcss": "3.4.4",
"typescript": "5.4.5" "typescript": "5.4.5"
} }
} }