@o3r/design 13.0.0-next.26 → 13.0.0-next.28

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.
Files changed (1) hide show
  1. package/package.json +17 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/design",
3
- "version": "13.0.0-next.26",
3
+ "version": "13.0.0-next.28",
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": "^13.0.0-next.26",
53
+ "@o3r/schematics": "^13.0.0-next.28",
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": "^13.0.0-next.26",
64
- "@o3r/schematics": "^13.0.0-next.26",
65
- "@o3r/styling": "^13.0.0-next.26",
66
- "@o3r/telemetry": "^13.0.0-next.26",
63
+ "@o3r/core": "^13.0.0-next.28",
64
+ "@o3r/schematics": "^13.0.0-next.28",
65
+ "@o3r/styling": "^13.0.0-next.28",
66
+ "@o3r/telemetry": "^13.0.0-next.28",
67
67
  "chokidar": "^4.0.3",
68
68
  "globby": "^11.1.0",
69
69
  "sass": "^1.81.0"
@@ -118,12 +118,12 @@
118
118
  "@nx/eslint-plugin": "~21.3.11",
119
119
  "@nx/jest": "~21.3.11",
120
120
  "@nx/js": "~21.3.11",
121
- "@o3r/build-helpers": "^13.0.0-next.26",
122
- "@o3r/core": "^13.0.0-next.26",
123
- "@o3r/eslint-plugin": "^13.0.0-next.26",
124
- "@o3r/styling": "^13.0.0-next.26",
125
- "@o3r/telemetry": "^13.0.0-next.26",
126
- "@o3r/test-helpers": "^13.0.0-next.26",
121
+ "@o3r/build-helpers": "^13.0.0-next.28",
122
+ "@o3r/core": "^13.0.0-next.28",
123
+ "@o3r/eslint-plugin": "^13.0.0-next.28",
124
+ "@o3r/styling": "^13.0.0-next.28",
125
+ "@o3r/telemetry": "^13.0.0-next.28",
126
+ "@o3r/test-helpers": "^13.0.0-next.28",
127
127
  "@schematics/angular": "~20.0.0",
128
128
  "@stylistic/eslint-plugin": "~5.2.0",
129
129
  "@swc/helpers": "~0.5.0",
@@ -131,11 +131,11 @@
131
131
  "@types/minimist": "^1.2.2",
132
132
  "@types/node": "^22.0.0",
133
133
  "@types/semver": "^7.3.13",
134
- "@typescript-eslint/parser": "~8.37.0",
134
+ "@typescript-eslint/parser": "~8.39.0",
135
135
  "angular-eslint": "~20.1.0",
136
136
  "chokidar": "^4.0.3",
137
137
  "cpy-cli": "^5.0.0",
138
- "eslint": "~9.31.0",
138
+ "eslint": "~9.33.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",
@@ -149,17 +149,18 @@
149
149
  "globby": "^11.1.0",
150
150
  "jest": "~29.7.0",
151
151
  "jest-junit": "~16.0.0",
152
+ "jest-util": "~29.7.0",
152
153
  "jsonc-eslint-parser": "~2.4.0",
153
154
  "nx": "~21.3.11",
154
155
  "pid-from-port": "^1.1.3",
155
156
  "rxjs": "^7.8.1",
156
157
  "sass": "~1.89.0",
157
158
  "semver": "^7.5.2",
158
- "ts-jest": "~29.3.0",
159
+ "ts-jest": "~29.4.0",
159
160
  "ts-node": "~10.9.2",
160
161
  "type-fest": "^4.30.1",
161
162
  "typescript": "~5.8.2",
162
- "typescript-eslint": "~8.37.0",
163
+ "typescript-eslint": "~8.39.0",
163
164
  "zone.js": "~0.15.0"
164
165
  },
165
166
  "engines": {