|
13 | 13 | }, |
14 | 14 | "private": true, |
15 | 15 | "devDependencies": { |
16 | | - "@analogjs/platform": "^0.2.1", |
17 | | - "@analogjs/vite-plugin-angular": "^0.2.1", |
| 16 | + "@analogjs/platform": "^0.2.2", |
| 17 | + "@analogjs/vite-plugin-angular": "^0.2.2", |
18 | 18 | "@angular-devkit/build-angular": "16.2.1", |
19 | 19 | "@angular-devkit/core": "16.2.1", |
20 | 20 | "@angular-devkit/schematics": "16.2.1", |
|
24 | 24 | "@angular/cli": "~16.2.1", |
25 | 25 | "@angular/compiler-cli": "16.2.3", |
26 | 26 | "@angular/language-service": "16.2.3", |
27 | | - "@nx/angular": "16.8.0", |
28 | | - "@nx/devkit": "16.8.0", |
29 | | - "@nx/eslint-plugin": "16.8.0", |
30 | | - "@nx/jest": "16.8.0", |
31 | | - "@nx/js": "16.8.0", |
32 | | - "@nx/linter": "16.8.0", |
33 | | - "@nx/plugin": "16.8.0", |
34 | | - "@nx/storybook": "16.8.0", |
35 | | - "@nx/vite": "16.8.0", |
36 | | - "@nx/web": "16.8.0", |
37 | | - "@nx/workspace": "16.8.0", |
| 27 | + "@nx/angular": "16.8.1", |
| 28 | + "@nx/devkit": "16.8.1", |
| 29 | + "@nx/eslint-plugin": "16.8.1", |
| 30 | + "@nx/jest": "16.8.1", |
| 31 | + "@nx/js": "16.8.1", |
| 32 | + "@nx/linter": "16.8.1", |
| 33 | + "@nx/plugin": "16.8.1", |
| 34 | + "@nx/storybook": "16.8.1", |
| 35 | + "@nx/vite": "16.8.1", |
| 36 | + "@nx/web": "16.8.1", |
| 37 | + "@nx/workspace": "16.8.1", |
38 | 38 | "@phenomnomnominal/tsquery": "^6.1.3", |
39 | 39 | "@release-it/bumper": "^5.1.0", |
40 | | - "@release-it/conventional-changelog": "^7.0.0", |
| 40 | + "@release-it/conventional-changelog": "^7.0.1", |
41 | 41 | "@schematics/angular": "16.2.1", |
42 | 42 | "@storybook/addon-essentials": "7.4.0", |
43 | 43 | "@storybook/addon-interactions": "7.4.0", |
|
50 | 50 | "@storybook/theming": "^7.4.0", |
51 | 51 | "@swc-node/register": "~1.6.7", |
52 | 52 | "@swc/cli": "~0.1.62", |
53 | | - "@swc/core": "~1.3.82", |
| 53 | + "@swc/core": "~1.3.83", |
54 | 54 | "@types/jest": "^29.5.4", |
55 | 55 | "@types/node": "20.5.9", |
56 | 56 | "@types/three": "^0.155.1", |
57 | | - "@typescript-eslint/eslint-plugin": "6.5.0", |
58 | | - "@typescript-eslint/parser": "6.5.0", |
| 57 | + "@typescript-eslint/eslint-plugin": "6.6.0", |
| 58 | + "@typescript-eslint/parser": "6.6.0", |
59 | 59 | "autoprefixer": "^10.4.15", |
60 | 60 | "dotenv-cli": "^7.3.0", |
61 | 61 | "enquirer": "^2.4.1", |
|
67 | 67 | "jest-environment-jsdom": "^29.6.4", |
68 | 68 | "jest-preset-angular": "~13.1.1", |
69 | 69 | "jsdom": "^22.1.0", |
70 | | - "ng-packagr": "16.2.2", |
| 70 | + "ng-packagr": "16.2.3", |
71 | 71 | "ngx-resize": "^2.0.0", |
72 | | - "nx": "16.8.0", |
| 72 | + "nx": "16.8.1", |
73 | 73 | "postcss": "^8.4.29", |
74 | 74 | "postcss-import": "~15.1.0", |
75 | 75 | "postcss-preset-env": "~9.1.3", |
|
90 | 90 | "vitest": "^0.34.3" |
91 | 91 | }, |
92 | 92 | "dependencies": { |
93 | | - "@analogjs/content": "^0.2.1", |
94 | | - "@analogjs/router": "^0.2.1", |
| 93 | + "@analogjs/content": "^0.2.2", |
| 94 | + "@analogjs/router": "^0.2.2", |
95 | 95 | "@angular/animations": "16.2.3", |
96 | 96 | "@angular/common": "16.2.3", |
97 | 97 | "@angular/compiler": "16.2.3", |
|
102 | 102 | "@angular/platform-server": "16.2.3", |
103 | 103 | "@angular/router": "16.2.3", |
104 | 104 | "@pmndrs/cannon-worker-api": "^2.4.0", |
105 | | - "@swc/helpers": "~0.5.1", |
| 105 | + "@swc/helpers": "~0.5.2", |
106 | 106 | "cannon-es": "^0.20.0", |
107 | 107 | "cannon-es-debugger": "^1.0.0", |
108 | 108 | "front-matter": "^4.0.2", |
109 | 109 | "gsap": "^3.12.2", |
110 | 110 | "maath": "^0.7.0", |
111 | 111 | "marked": "^7.0.5", |
112 | | - "marked-gfm-heading-id": "^3.0.6", |
113 | | - "marked-highlight": "^2.0.4", |
| 112 | + "marked-gfm-heading-id": "^3.0.7", |
| 113 | + "marked-highlight": "^2.0.5", |
114 | 114 | "mermaid": "^10.4.0", |
115 | 115 | "meshline": "^3.1.6", |
116 | 116 | "nice-color-palettes": "^3.0.0", |
|
119 | 119 | "react-dom": "^18.2.0", |
120 | 120 | "rxjs": "~7.8.1", |
121 | 121 | "stats-gl": "^1.0.5", |
122 | | - "three-mesh-bvh": "^0.6.6", |
123 | | - "three-stdlib": "^2.25.0", |
| 122 | + "three-mesh-bvh": "^0.6.7", |
| 123 | + "three-stdlib": "^2.25.1", |
124 | 124 | "troika-three-text": "^0.47.2", |
125 | 125 | "tslib": "^2.6.2", |
126 | 126 | "zone.js": "~0.13.1" |
|
0 commit comments