@o3r/design 14.0.0-next.7 → 14.0.0-next.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o3r/design",
|
|
3
|
-
"version": "14.0.0-next.
|
|
3
|
+
"version": "14.0.0-next.8",
|
|
4
4
|
"deprecated": "This package will be removed in Otter v14. Please use @ama-styling/style-dictionary instead.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"o3r-css-from-design-token": "./cli/generate-css-from-design-token-cli.cjs"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@o3r/schematics": "~14.0.0-next.
|
|
53
|
+
"@o3r/schematics": "~14.0.0-next.8",
|
|
54
54
|
"jsonschema": "~1.5.0",
|
|
55
55
|
"minimatch": "~10.1.0",
|
|
56
56
|
"minimist": "^1.2.6",
|
|
@@ -59,10 +59,10 @@
|
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"@angular-devkit/architect": ">=0.2000.0 <0.2100.0-0",
|
|
61
61
|
"@angular-devkit/schematics": "^20.0.0",
|
|
62
|
-
"@o3r/core": "~14.0.0-next.
|
|
63
|
-
"@o3r/schematics": "~14.0.0-next.
|
|
64
|
-
"@o3r/styling": "~14.0.0-next.
|
|
65
|
-
"@o3r/telemetry": "~14.0.0-next.
|
|
62
|
+
"@o3r/core": "~14.0.0-next.8",
|
|
63
|
+
"@o3r/schematics": "~14.0.0-next.8",
|
|
64
|
+
"@o3r/styling": "~14.0.0-next.8",
|
|
65
|
+
"@o3r/telemetry": "~14.0.0-next.8",
|
|
66
66
|
"chokidar": "^4.0.3",
|
|
67
67
|
"globby": "^11.1.0",
|
|
68
68
|
"sass": "^1.81.0"
|
|
@@ -117,12 +117,12 @@
|
|
|
117
117
|
"@nx/eslint-plugin": "~21.6.0",
|
|
118
118
|
"@nx/jest": "~21.6.0",
|
|
119
119
|
"@nx/js": "~21.6.0",
|
|
120
|
-
"@o3r/build-helpers": "~14.0.0-next.
|
|
121
|
-
"@o3r/core": "~14.0.0-next.
|
|
122
|
-
"@o3r/eslint-plugin": "~14.0.0-next.
|
|
123
|
-
"@o3r/styling": "~14.0.0-next.
|
|
124
|
-
"@o3r/telemetry": "~14.0.0-next.
|
|
125
|
-
"@o3r/test-helpers": "~14.0.0-next.
|
|
120
|
+
"@o3r/build-helpers": "~14.0.0-next.8",
|
|
121
|
+
"@o3r/core": "~14.0.0-next.8",
|
|
122
|
+
"@o3r/eslint-plugin": "~14.0.0-next.8",
|
|
123
|
+
"@o3r/styling": "~14.0.0-next.8",
|
|
124
|
+
"@o3r/telemetry": "~14.0.0-next.8",
|
|
125
|
+
"@o3r/test-helpers": "~14.0.0-next.8",
|
|
126
126
|
"@schematics/angular": "~20.3.13",
|
|
127
127
|
"@stylistic/eslint-plugin": "~5.6.0",
|
|
128
128
|
"@swc/helpers": "~0.5.17",
|
|
@@ -140,9 +140,9 @@
|
|
|
140
140
|
"eslint-plugin-import": "~2.32.0",
|
|
141
141
|
"eslint-plugin-import-newlines": "~1.4.0",
|
|
142
142
|
"eslint-plugin-jest": "~29.1.0",
|
|
143
|
-
"eslint-plugin-jsdoc": "~
|
|
143
|
+
"eslint-plugin-jsdoc": "~61.5.0",
|
|
144
144
|
"eslint-plugin-prefer-arrow": "~1.2.3",
|
|
145
|
-
"eslint-plugin-unicorn": "~
|
|
145
|
+
"eslint-plugin-unicorn": "~62.0.0",
|
|
146
146
|
"eslint-plugin-unused-imports": "~4.3.0",
|
|
147
147
|
"globals": "^16.0.0",
|
|
148
148
|
"globby": "^11.1.0",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"sass": "~1.93.0",
|
|
156
156
|
"semver": "^7.5.2",
|
|
157
157
|
"ts-jest": "~29.4.0",
|
|
158
|
-
"type-fest": "^
|
|
158
|
+
"type-fest": "^5.3.1",
|
|
159
159
|
"typescript": "~5.9.2",
|
|
160
160
|
"typescript-eslint": "~8.47.0",
|
|
161
161
|
"zone.js": "~0.15.0"
|