|
5 | 5 | "scripts": {
|
6 | 6 | "dev": "nx serve",
|
7 | 7 | "ng": "nx",
|
8 |
| - "postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2020 browser module main", |
9 | 8 | "prepare": "git config core.hookspath .githooks",
|
10 | 9 | "start": "nx serve",
|
11 | 10 | "build": "nx run-many --target build --all",
|
|
36 | 35 | "apps/docs-app"
|
37 | 36 | ],
|
38 | 37 | "dependencies": {
|
39 |
| - "@analogjs/content": "*", |
40 |
| - "@angular/animations": "15.1.2", |
41 |
| - "@angular/common": "15.1.2", |
42 |
| - "@angular/compiler": "15.1.2", |
43 |
| - "@angular/core": "15.1.2", |
44 |
| - "@angular/forms": "15.1.2", |
45 |
| - "@angular/platform-browser": "15.1.2", |
46 |
| - "@angular/platform-browser-dynamic": "15.1.2", |
47 |
| - "@angular/platform-server": "15.1.2", |
48 |
| - "@angular/router": "15.1.2", |
| 38 | + "@analogjs/content": "latest", |
| 39 | + "@angular/animations": "^16.0.0-next.7", |
| 40 | + "@angular/common": "^16.0.0-next.7", |
| 41 | + "@angular/compiler": "^16.0.0-next.7", |
| 42 | + "@angular/core": "^16.0.0-next.7", |
| 43 | + "@angular/forms": "^16.0.0-next.7", |
| 44 | + "@angular/platform-browser": "^16.0.0-next.7", |
| 45 | + "@angular/platform-browser-dynamic": "^16.0.0-next.7", |
| 46 | + "@angular/platform-server": "^16.0.0-next.7", |
| 47 | + "@angular/router": "^16.0.0-next.7", |
49 | 48 | "@astrojs/react": "^2.0.2",
|
50 |
| - "@nrwl/angular": "15.7.0", |
| 49 | + "@nrwl/angular": "15.9.2", |
51 | 50 | "@types/react": "^18.0.21",
|
52 | 51 | "@types/react-dom": "^18.0.6",
|
| 52 | + "ajv-formats": "^2.1.1", |
53 | 53 | "front-matter": "^4.0.2",
|
54 | 54 | "marked": "^4.2.12",
|
55 | 55 | "react": "^18.0.0",
|
56 | 56 | "react-dom": "^18.0.0",
|
57 |
| - "rxjs": "7.5.7", |
| 57 | + "rxjs": "7.8.0", |
58 | 58 | "tslib": "^2.4.0",
|
59 |
| - "zone.js": "~0.11.8" |
| 59 | + "zone.js": "0.13.0" |
60 | 60 | },
|
61 | 61 | "devDependencies": {
|
62 |
| - "@angular-devkit/build-angular": "15.1.3", |
63 |
| - "@angular-devkit/core": "~15.1.3", |
64 |
| - "@angular-devkit/schematics": "~15.1.3", |
| 62 | + "@angular-devkit/build-angular": "^16.0.0-next.7", |
| 63 | + "@angular-devkit/core": "^16.0.0-next.7", |
| 64 | + "@angular-devkit/schematics": "^16.0.0-next.7", |
65 | 65 | "@angular-eslint/eslint-plugin": "15.2.0",
|
66 | 66 | "@angular-eslint/eslint-plugin-template": "15.2.0",
|
67 | 67 | "@angular-eslint/template-parser": "15.2.0",
|
68 |
| - "@angular/cli": "~15.1.3", |
69 |
| - "@angular/compiler-cli": "15.1.2", |
70 |
| - "@angular/language-service": "15.1.2", |
| 68 | + "@angular/cli": "^16.0.0-next.7", |
| 69 | + "@angular/compiler-cli": "^16.0.0-next.7", |
| 70 | + "@angular/language-service": "^16.0.0-next.7", |
71 | 71 | "@astrojs/markdown-component": "^1.0.2",
|
72 | 72 | "@commitlint/cli": "^17.4.2",
|
73 | 73 | "@commitlint/config-conventional": "^17.4.2",
|
74 |
| - "@ngtools/webpack": "~15.1.3", |
75 |
| - "@nrwl/cli": "15.7.0", |
76 |
| - "@nrwl/cypress": "15.7.0", |
77 |
| - "@nrwl/devkit": "15.7.0", |
78 |
| - "@nrwl/eslint-plugin-nx": "15.7.0", |
79 |
| - "@nrwl/jest": "15.7.0", |
80 |
| - "@nrwl/js": "15.7.0", |
81 |
| - "@nrwl/linter": "15.7.0", |
82 |
| - "@nrwl/nx-plugin": "15.7.0", |
83 |
| - "@nrwl/vite": "15.7.0", |
84 |
| - "@nrwl/web": "15.7.0", |
85 |
| - "@nrwl/workspace": "15.7.0", |
| 74 | + "@ngtools/webpack": "^16.0.0-next.7", |
| 75 | + "@nrwl/cli": "15.9.2", |
| 76 | + "@nrwl/cypress": "15.9.2", |
| 77 | + "@nrwl/devkit": "15.9.2", |
| 78 | + "@nrwl/eslint-plugin-nx": "15.9.2", |
| 79 | + "@nrwl/jest": "15.9.2", |
| 80 | + "@nrwl/js": "15.9.2", |
| 81 | + "@nrwl/linter": "15.9.2", |
| 82 | + "@nrwl/nx-plugin": "15.9.2", |
| 83 | + "@nrwl/vite": "15.9.2", |
| 84 | + "@nrwl/web": "15.9.2", |
| 85 | + "@nrwl/workspace": "15.9.2", |
86 | 86 | "@nx-plus/docusaurus": "15.0.0-rc.0",
|
87 |
| - "@schematics/angular": "~15.1.3", |
| 87 | + "@schematics/angular": "^16.0.0-next.7", |
88 | 88 | "@swc-node/register": "^1.4.2",
|
89 | 89 | "@swc/cli": "~0.1.55",
|
90 | 90 | "@swc/core": "^1.2.173",
|
91 | 91 | "@swc/helpers": "^0.4.14",
|
92 |
| - "@types/jest": "29.4.0", |
| 92 | + "@types/jest": "29.4.4", |
93 | 93 | "@types/marked": "^4.0.8",
|
94 | 94 | "@types/node": "18.11.18",
|
95 | 95 | "@types/prismjs": "^1.26.0",
|
|
104 | 104 | "eslint": "~8.33.0",
|
105 | 105 | "eslint-config-prettier": "8.6.0",
|
106 | 106 | "eslint-plugin-cypress": "^2.12.1",
|
107 |
| - "jest": "29.4.1", |
108 |
| - "jest-environment-jsdom": "28.1.1", |
| 107 | + "jest": "29.4.3", |
| 108 | + "jest-environment-jsdom": "29.4.3", |
109 | 109 | "jsdom": "^21.1.0",
|
110 | 110 | "jsonc-eslint-parser": "^2.1.0",
|
111 | 111 | "kolorist": "^1.6.0",
|
112 | 112 | "lint-staged": "^13.1.0",
|
113 | 113 | "minimist": "^1.2.7",
|
114 |
| - "ng-packagr": "~15.1.1", |
| 114 | + "ng-packagr": "^16.0.0-next.0", |
115 | 115 | "nitropack": "^1.0.0",
|
116 |
| - "nx": "15.7.0", |
| 116 | + "nx": "15.9.2", |
117 | 117 | "playwright": "^1.30.0",
|
118 | 118 | "postcss": "^8.4.21",
|
119 | 119 | "postcss-import": "~15.1.0",
|
|
126 | 126 | "start-server-and-test": "^1.15.3",
|
127 | 127 | "ts-jest": "29.0.5",
|
128 | 128 | "ts-node": "10.9.1",
|
129 |
| - "typescript": "4.9.4", |
130 |
| - "vite": "4.0.4", |
| 129 | + "typescript": "5.0.3", |
| 130 | + "vite": "4.2.1", |
131 | 131 | "vite-tsconfig-paths": "4.0.5",
|
132 | 132 | "vitest": "0.25.8",
|
133 | 133 | "webpack-bundle-analyzer": "^4.7.0"
|
|
0 commit comments