@o3r/design 13.3.0-prerelease.7 → 13.3.0-rc.3
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 +19 -19
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o3r/design",
|
|
3
|
-
"version": "13.3.0-
|
|
3
|
+
"version": "13.3.0-rc.3",
|
|
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"
|
|
7
7
|
},
|
|
8
|
-
"
|
|
8
|
+
"types": "./src/public_api.d.ts",
|
|
9
9
|
"description": "A design framework to generate theme on an Otter application based on Design Tokens.",
|
|
10
10
|
"keywords": [
|
|
11
11
|
"design",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
".": {
|
|
38
38
|
"module": "./src/public_api.js",
|
|
39
|
-
"
|
|
39
|
+
"types": "./src/public_api.d.ts",
|
|
40
40
|
"node": "./src/public_api.js",
|
|
41
41
|
"require": "./src/public_api.js",
|
|
42
42
|
"default": "./src/public_api.js"
|
|
@@ -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": "
|
|
53
|
+
"@o3r/schematics": "13.3.0-rc.3",
|
|
54
54
|
"jsonschema": "~1.5.0",
|
|
55
55
|
"minimatch": "~10.0.0",
|
|
56
56
|
"minimist": "^1.2.6",
|
|
@@ -60,10 +60,10 @@
|
|
|
60
60
|
"peerDependencies": {
|
|
61
61
|
"@angular-devkit/architect": ">=0.2000.0 <0.2100.0-0",
|
|
62
62
|
"@angular-devkit/schematics": "^20.0.0",
|
|
63
|
-
"@o3r/core": "
|
|
64
|
-
"@o3r/schematics": "
|
|
65
|
-
"@o3r/styling": "
|
|
66
|
-
"@o3r/telemetry": "
|
|
63
|
+
"@o3r/core": "13.3.0-rc.3",
|
|
64
|
+
"@o3r/schematics": "13.3.0-rc.3",
|
|
65
|
+
"@o3r/styling": "13.3.0-rc.3",
|
|
66
|
+
"@o3r/telemetry": "13.3.0-rc.3",
|
|
67
67
|
"chokidar": "^4.0.3",
|
|
68
68
|
"globby": "^11.1.0",
|
|
69
69
|
"sass": "^1.81.0"
|
|
@@ -111,31 +111,31 @@
|
|
|
111
111
|
"@angular/platform-browser": "~20.3.0",
|
|
112
112
|
"@angular/platform-browser-dynamic": "~20.3.0",
|
|
113
113
|
"@babel/core": "~7.28.0",
|
|
114
|
-
"@babel/preset-typescript": "~7.
|
|
114
|
+
"@babel/preset-typescript": "~7.28.0",
|
|
115
115
|
"@compodoc/compodoc": "^1.1.19",
|
|
116
116
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
117
117
|
"@nx/eslint": "~21.6.0",
|
|
118
118
|
"@nx/eslint-plugin": "~21.6.0",
|
|
119
119
|
"@nx/jest": "~21.6.0",
|
|
120
120
|
"@nx/js": "~21.6.0",
|
|
121
|
-
"@o3r/build-helpers": "
|
|
122
|
-
"@o3r/core": "
|
|
123
|
-
"@o3r/eslint-plugin": "
|
|
124
|
-
"@o3r/styling": "
|
|
125
|
-
"@o3r/telemetry": "
|
|
126
|
-
"@o3r/test-helpers": "
|
|
121
|
+
"@o3r/build-helpers": "13.3.0-rc.3",
|
|
122
|
+
"@o3r/core": "13.3.0-rc.3",
|
|
123
|
+
"@o3r/eslint-plugin": "13.3.0-rc.3",
|
|
124
|
+
"@o3r/styling": "13.3.0-rc.3",
|
|
125
|
+
"@o3r/telemetry": "13.3.0-rc.3",
|
|
126
|
+
"@o3r/test-helpers": "13.3.0-rc.3",
|
|
127
127
|
"@schematics/angular": "~20.3.0",
|
|
128
|
-
"@stylistic/eslint-plugin": "~5.
|
|
128
|
+
"@stylistic/eslint-plugin": "~5.5.0",
|
|
129
129
|
"@swc/helpers": "~0.5.0",
|
|
130
130
|
"@types/jest": "~29.5.2",
|
|
131
131
|
"@types/minimist": "^1.2.2",
|
|
132
132
|
"@types/node": "~22.18.0",
|
|
133
133
|
"@types/semver": "^7.3.13",
|
|
134
134
|
"@typescript-eslint/parser": "~8.46.0",
|
|
135
|
-
"angular-eslint": "~20.
|
|
135
|
+
"angular-eslint": "~20.4.0",
|
|
136
136
|
"chokidar": "^4.0.3",
|
|
137
137
|
"cpy-cli": "^6.0.0",
|
|
138
|
-
"eslint": "~9.
|
|
138
|
+
"eslint": "~9.38.0",
|
|
139
139
|
"eslint-import-resolver-node": "~0.3.9",
|
|
140
140
|
"eslint-import-resolver-typescript": "~4.4.0",
|
|
141
141
|
"eslint-plugin-import": "~2.32.0",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"eslint-plugin-jsdoc": "~54.7.0",
|
|
145
145
|
"eslint-plugin-prefer-arrow": "~1.2.3",
|
|
146
146
|
"eslint-plugin-unicorn": "~60.0.0",
|
|
147
|
-
"eslint-plugin-unused-imports": "~4.
|
|
147
|
+
"eslint-plugin-unused-imports": "~4.3.0",
|
|
148
148
|
"globals": "^16.0.0",
|
|
149
149
|
"globby": "^11.1.0",
|
|
150
150
|
"jest": "~29.7.0",
|