|
1 | 1 | { |
2 | 2 | "name": "utilplex", |
3 | | - "version": "2.3.0", |
| 3 | + "version": "2.4.0", |
4 | 4 | "scripts": { |
5 | 5 | "ng": "ng", |
6 | 6 | "start": "ng serve", |
|
13 | 13 | }, |
14 | 14 | "private": true, |
15 | 15 | "dependencies": { |
16 | | - "@acrodata/code-editor": "^0.5.1", |
17 | | - "@angular/animations": "^20.3.10", |
18 | | - "@angular/common": "^20.3.10", |
19 | | - "@angular/compiler": "^20.3.10", |
20 | | - "@angular/core": "^20.3.10", |
21 | | - "@angular/forms": "^20.3.10", |
22 | | - "@angular/platform-browser": "^20.3.10", |
23 | | - "@angular/platform-browser-dynamic": "^20.3.10", |
24 | | - "@angular/platform-server": "^20.3.10", |
25 | | - "@angular/router": "^20.3.10", |
26 | | - "@angular/ssr": "^20.3.9", |
27 | | - "@codemirror/commands": "^6.10.0", |
| 16 | + "@acrodata/code-editor": "^0.6.0", |
| 17 | + "@angular/animations": "^21.1.1", |
| 18 | + "@angular/common": "^21.1.1", |
| 19 | + "@angular/compiler": "^21.1.1", |
| 20 | + "@angular/core": "^21.1.1", |
| 21 | + "@angular/forms": "^21.1.1", |
| 22 | + "@angular/platform-browser": "^21.1.1", |
| 23 | + "@angular/platform-browser-dynamic": "^21.1.1", |
| 24 | + "@angular/platform-server": "^21.1.1", |
| 25 | + "@angular/router": "^21.1.1", |
| 26 | + "@angular/ssr": "^21.1.1", |
| 27 | + "@codemirror/commands": "^6.10.1", |
28 | 28 | "@codemirror/lang-css": "^6.3.1", |
29 | 29 | "@codemirror/lang-javascript": "^6.2.4", |
30 | 30 | "@codemirror/lang-json": "^6.0.2", |
31 | 31 | "@codemirror/lang-sql": "^6.10.0", |
32 | 32 | "@codemirror/lang-xml": "^6.1.0", |
33 | 33 | "@codemirror/lang-yaml": "^6.1.2", |
34 | | - "@codemirror/language": "^6.11.3", |
35 | | - "@codemirror/state": "^6.5.2", |
36 | | - "@codemirror/view": "^6.38.6", |
| 34 | + "@codemirror/language": "^6.12.1", |
| 35 | + "@codemirror/state": "^6.5.4", |
| 36 | + "@codemirror/view": "^6.39.11", |
37 | 37 | "@lezer/highlight": "^1.2.3", |
38 | | - "@ng-select/ng-select": "^20.7.0", |
39 | | - "@stedi/prettier-plugin-jsonata": "^2.1.6", |
| 38 | + "@ng-select/ng-select": "^21.2.0", |
| 39 | + "@stedi/prettier-plugin-jsonata": "^2.1.8", |
40 | 40 | "codemirror": "^6.0.2", |
41 | | - "express": "~5.1.0", |
42 | | - "js-yaml": "^4.1.0", |
43 | | - "prettier": "^3.6.2", |
| 41 | + "express": "~5.2.1", |
| 42 | + "js-yaml": "^4.1.1", |
| 43 | + "prettier": "^3.8.1", |
44 | 44 | "rxjs": "~7.8.2", |
45 | | - "sql-formatter": "^15.6.10", |
| 45 | + "sql-formatter": "^15.7.0", |
46 | 46 | "tslib": "^2.8.1", |
47 | | - "zone.js": "~0.15.1" |
| 47 | + "zone.js": "~0.16.0" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
50 | | - "@angular-eslint/builder": "20.5.1", |
51 | | - "@angular-eslint/schematics": "20.5.1", |
52 | | - "@angular-eslint/template-parser": "20.5.1", |
53 | | - "@angular/build": "^20.3.9", |
54 | | - "@angular/cli": "~20.3.9", |
55 | | - "@angular/compiler-cli": "^20.3.10", |
56 | | - "@types/express": "~5.0.5", |
57 | | - "@types/jasmine": "~5.1.12", |
| 50 | + "@angular-eslint/builder": "21.1.0", |
| 51 | + "@angular-eslint/schematics": "21.1.0", |
| 52 | + "@angular-eslint/template-parser": "21.1.0", |
| 53 | + "@angular/build": "^21.1.1", |
| 54 | + "@angular/cli": "~21.1.1", |
| 55 | + "@angular/compiler-cli": "^21.1.1", |
| 56 | + "@types/express": "~5.0.6", |
| 57 | + "@types/jasmine": "~6.0.0", |
58 | 58 | "@types/js-yaml": "^4.0.9", |
59 | | - "@types/node": "^24.10.0", |
60 | | - "angular-eslint": "^20.5.1", |
61 | | - "eslint": "^9.39.1", |
| 59 | + "@types/node": "^25.0.10", |
| 60 | + "angular-eslint": "^21.1.0", |
| 61 | + "eslint": "^9.39.2", |
62 | 62 | "eslint-config-prettier": "^10.1.8", |
63 | | - "eslint-plugin-prettier": "^5.5.4", |
64 | | - "jasmine-core": "~5.12.1", |
| 63 | + "eslint-plugin-prettier": "^5.5.5", |
| 64 | + "jasmine-core": "~6.0.1", |
65 | 65 | "karma": "~6.4.4", |
66 | 66 | "karma-chrome-launcher": "~3.2.0", |
67 | 67 | "karma-coverage": "~2.2.1", |
68 | 68 | "karma-jasmine": "~5.1.0", |
69 | | - "karma-jasmine-html-reporter": "~2.1.0", |
70 | | - "prettier": "^3.6.2", |
| 69 | + "prettier": "^3.8.1", |
71 | 70 | "prettier-eslint": "^16.4.2", |
72 | 71 | "style-loader": "^4.0.0", |
73 | 72 | "typescript": "~5.9.3", |
74 | | - "typescript-eslint": "^8.46.3" |
| 73 | + "typescript-eslint": "^8.53.1" |
75 | 74 | } |
76 | 75 | } |
0 commit comments