|
21 | 21 | "build:test": "nx build ng-app --skip-nx-cache"
|
22 | 22 | },
|
23 | 23 | "engines": {
|
24 |
| - "node": "^18.13.0 || ^20.0.0", |
| 24 | + "node": "^18.13.0 || ^20.0.0 || ^22.0.0", |
25 | 25 | "pnpm": "^9.0.0"
|
26 | 26 | },
|
27 |
| - "packageManager": "pnpm@9.3.0", |
| 27 | + "packageManager": "pnpm@9.10.0", |
28 | 28 | "keywords": [
|
29 | 29 | "vite-plugin",
|
30 | 30 | "angular",
|
|
41 | 41 | },
|
42 | 42 | "private": true,
|
43 | 43 | "dependencies": {
|
44 |
| - "@angular/animations": "^18.0.0", |
45 |
| - "@angular/cdk": "^18.0.0", |
46 |
| - "@angular/common": "^18.0.0", |
47 |
| - "@angular/compiler": "^18.0.0", |
48 |
| - "@angular/core": "^18.0.0", |
49 |
| - "@angular/forms": "^18.0.0", |
50 |
| - "@angular/material": "^18.0.0", |
51 |
| - "@angular/platform-browser": "^18.0.0", |
52 |
| - "@angular/platform-browser-dynamic": "^18.0.0", |
53 |
| - "@angular/platform-server": "^18.0.0", |
54 |
| - "@angular/router": "^18.0.0", |
| 44 | + "@angular/animations": "^18.2.4", |
| 45 | + "@angular/cdk": "^18.2.4", |
| 46 | + "@angular/common": "^18.2.4", |
| 47 | + "@angular/compiler": "^18.2.4", |
| 48 | + "@angular/core": "^18.2.4", |
| 49 | + "@angular/forms": "^18.2.4", |
| 50 | + "@angular/material": "^18.2.4", |
| 51 | + "@angular/platform-browser": "^18.2.4", |
| 52 | + "@angular/platform-browser-dynamic": "^18.2.4", |
| 53 | + "@angular/platform-server": "^18.2.4", |
| 54 | + "@angular/router": "^18.2.4", |
55 | 55 | "@astrojs/mdx": "^3.0.1",
|
56 | 56 | "@astrojs/react": "^3.0.0",
|
57 | 57 | "@babel/core": "^7.21.8",
|
58 | 58 | "@mdx-js/react": "3.0.1",
|
59 |
| - "@nx/angular": "19.2.3", |
60 |
| - "@nx/devkit": "19.2.3", |
| 59 | + "@nx/angular": "19.5.3", |
| 60 | + "@nx/devkit": "19.5.3", |
61 | 61 | "@trpc/client": "^10.25.0",
|
62 | 62 | "@trpc/server": "^10.25.0",
|
63 | 63 | "ajv-formats": "^2.1.1",
|
|
68 | 68 | "marked-gfm-heading-id": "^3.1.0",
|
69 | 69 | "marked-highlight": "^2.0.1",
|
70 | 70 | "mermaid": "^10.2.4",
|
71 |
| - "react": "^18.2.0", |
72 |
| - "react-dom": "^18.0.0", |
73 |
| - "rxjs": "7.8.0", |
74 |
| - "semver": "^7.5.1", |
| 71 | + "react": "^18.3.1", |
| 72 | + "react-dom": "^18.3.1", |
| 73 | + "rxjs": "7.8.1", |
| 74 | + "semver": "^7.6.3", |
75 | 75 | "superjson": "^2.2.1",
|
76 |
| - "tslib": "^2.4.0", |
77 |
| - "ufo": "^1.1.2", |
| 76 | + "tslib": "^2.7.0", |
| 77 | + "ufo": "^1.5.4", |
78 | 78 | "xhr2": "^0.2.1",
|
79 |
| - "zod": "^3.21.4", |
80 |
| - "zone.js": "^0.14.8" |
| 79 | + "zod": "^3.23.8", |
| 80 | + "zone.js": "^0.14.10" |
81 | 81 | },
|
82 | 82 | "devDependencies": {
|
83 |
| - "@angular-devkit/architect": "^0.1800.0", |
84 |
| - "@angular-devkit/build-angular": "^18.0.0", |
85 |
| - "@angular-devkit/core": "^18.0.0", |
86 |
| - "@angular-devkit/schematics": "^18.0.0", |
87 |
| - "@angular-eslint/eslint-plugin": "18.0.1", |
88 |
| - "@angular-eslint/eslint-plugin-template": "18.0.1", |
89 |
| - "@angular-eslint/template-parser": "18.0.1", |
90 |
| - "@angular/build": "^18.0.3", |
91 |
| - "@angular/cli": "~18.0.0", |
92 |
| - "@angular/compiler-cli": "^18.0.0", |
93 |
| - "@angular/language-service": "^18.0.0", |
| 83 | + "@angular-devkit/architect": "^0.1802.4", |
| 84 | + "@angular-devkit/build-angular": "^18.2.4", |
| 85 | + "@angular-devkit/core": "^18.2.4", |
| 86 | + "@angular-devkit/schematics": "^18.2.4", |
| 87 | + "@angular-eslint/eslint-plugin": "18.3.1", |
| 88 | + "@angular-eslint/eslint-plugin-template": "18.3.1", |
| 89 | + "@angular-eslint/template-parser": "18.3.1", |
| 90 | + "@angular/build": "^18.2.4", |
| 91 | + "@angular/cli": "~18.2.4", |
| 92 | + "@angular/compiler-cli": "^18.2.4", |
| 93 | + "@angular/language-service": "^18.2.4", |
94 | 94 | "@astrojs/markdown-component": "^1.0.5",
|
95 | 95 | "@commitlint/cli": "^17.4.2",
|
96 | 96 | "@commitlint/config-conventional": "^17.4.2",
|
97 | 97 | "@netlify/functions": "^2.3.0",
|
98 |
| - "@nx/cypress": "19.2.3", |
99 |
| - "@nx/eslint": "19.2.3", |
100 |
| - "@nx/eslint-plugin": "19.2.3", |
101 |
| - "@nx/jest": "19.2.3", |
102 |
| - "@nx/js": "19.2.3", |
103 |
| - "@nx/plugin": "19.2.3", |
104 |
| - "@nx/vite": "19.2.3", |
105 |
| - "@nx/web": "19.2.3", |
106 |
| - "@schematics/angular": "^18.0.0", |
| 98 | + "@nx/cypress": "19.5.3", |
| 99 | + "@nx/eslint": "19.5.3", |
| 100 | + "@nx/eslint-plugin": "19.5.3", |
| 101 | + "@nx/jest": "19.5.3", |
| 102 | + "@nx/js": "19.5.3", |
| 103 | + "@nx/plugin": "19.5.3", |
| 104 | + "@nx/vite": "19.5.3", |
| 105 | + "@nx/web": "19.5.3", |
| 106 | + "@schematics/angular": "^18.2.4", |
107 | 107 | "@semantic-release/changelog": "^6.0.3",
|
108 | 108 | "@semantic-release/exec": "^6.0.3",
|
109 | 109 | "@semantic-release/git": "^10.0.1",
|
|
128 | 128 | "conventional-changelog": "^3.1.25",
|
129 | 129 | "conventional-changelog-cli": "^2.2.2",
|
130 | 130 | "cpy-cli": "^4.2.0",
|
131 |
| - "cypress": "13.9.0", |
| 131 | + "cypress": "13.14.2", |
132 | 132 | "esbuild": "0.19.5",
|
133 | 133 | "eslint": "8.57.0",
|
134 | 134 | "eslint-config-prettier": "9.0.0",
|
135 |
| - "eslint-plugin-cypress": "2.14.0", |
| 135 | + "eslint-plugin-cypress": "3.5.0", |
136 | 136 | "execa": "^7.1.1",
|
137 | 137 | "fast-glob": "^3.2.12",
|
138 | 138 | "fs-extra": "^11.1.1",
|
|
147 | 147 | "marked-mangle": "^1.1.7",
|
148 | 148 | "marked-shiki": "^1.1.0",
|
149 | 149 | "minimist": "^1.2.7",
|
150 |
| - "ng-packagr": "^18.0.0", |
151 |
| - "nitropack": "^2.9.0", |
152 |
| - "nx": "19.2.3", |
| 150 | + "ng-packagr": "^18.2.1", |
| 151 | + "nitropack": "^2.9.7", |
| 152 | + "nx": "19.5.3", |
153 | 153 | "playwright": "^1.30.0",
|
154 | 154 | "postcss": "^8.4.21",
|
155 | 155 | "postcss-import": "~15.1.0",
|
|
0 commit comments