|
2 | 2 | "name": "@drivenets/design-system-monorepo", |
3 | 3 | "version": "0.0.0", |
4 | 4 | "private": true, |
5 | | - "packageManager": "pnpm@10.30.3", |
| 5 | + "packageManager": "pnpm@11.1.0", |
6 | 6 | "type": "module", |
7 | 7 | "scripts": { |
8 | 8 | "start": "pnpm run --filter @drivenets/design-system start", |
|
60 | 60 | "typescript": "catalog:", |
61 | 61 | "typescript-eslint": "^8.58.2", |
62 | 62 | "yaml": "^2.8.3" |
63 | | - }, |
64 | | - "pnpm": { |
65 | | - "overrides": { |
66 | | - "array-includes": "npm:@nolyfill/array-includes@^1", |
67 | | - "array.prototype.findlast": "npm:@nolyfill/array.prototype.findlast@^1", |
68 | | - "array.prototype.flat": "npm:@nolyfill/array.prototype.flat@^1", |
69 | | - "array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@^1", |
70 | | - "array.prototype.tosorted": "npm:@nolyfill/array.prototype.tosorted@^1", |
71 | | - "es-iterator-helpers": "npm:@nolyfill/es-iterator-helpers@^1", |
72 | | - "es-set-tostringtag": "npm:@nolyfill/es-set-tostringtag@^1", |
73 | | - "hasown": "npm:@nolyfill/hasown@^1", |
74 | | - "is-core-module": "npm:@nolyfill/is-core-module@^1", |
75 | | - "object.assign": "npm:@nolyfill/object.assign@^1", |
76 | | - "object.entries": "npm:@nolyfill/object.entries@^1", |
77 | | - "object.fromentries": "npm:@nolyfill/object.fromentries@^1", |
78 | | - "object-keys": "npm:@nolyfill/object-keys@^1", |
79 | | - "object.values": "npm:@nolyfill/object.values@^1", |
80 | | - "safe-regex-test": "npm:@nolyfill/safe-regex-test@^1", |
81 | | - "safer-buffer": "npm:@nolyfill/safer-buffer@^1", |
82 | | - "string.prototype.includes": "npm:@nolyfill/string.prototype.includes@^1", |
83 | | - "string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@^1", |
84 | | - "string.prototype.repeat": "npm:@nolyfill/string.prototype.repeat@^1", |
85 | | - "eslint": "catalog:", |
86 | | - "typescript": "catalog:", |
87 | | - "semver": "^7.7.4", |
88 | | - "chokidar": "^5.0.0" |
89 | | - } |
90 | 63 | } |
91 | 64 | } |
0 commit comments