|
8 | 8 | "contributors": [
|
9 | 9 | "JounQin (https://www.1stG.me) <admin@1stg.me>"
|
10 | 10 | ],
|
11 |
| - "donate": { |
12 |
| - "recipients": [ |
13 |
| - { |
14 |
| - "name": "unts", |
15 |
| - "platform": "opencollective", |
16 |
| - "address": "https://opencollective.com/unts", |
17 |
| - "weight": 60 |
18 |
| - }, |
19 |
| - { |
20 |
| - "name": "rxts", |
21 |
| - "platform": "opencollective", |
22 |
| - "address": "https://opencollective.com/rxts", |
23 |
| - "weight": 20 |
24 |
| - }, |
25 |
| - { |
26 |
| - "name": "1stG", |
27 |
| - "email": "i@1stg.me", |
28 |
| - "weight": 20, |
29 |
| - "platforms": [ |
30 |
| - { |
31 |
| - "platform": "opencollective", |
32 |
| - "address": "https://opencollective.com/1stG" |
33 |
| - }, |
34 |
| - { |
35 |
| - "platform": "patreon", |
36 |
| - "address": "https://www.patreon.com/1stG" |
37 |
| - } |
38 |
| - ] |
39 |
| - } |
40 |
| - ] |
41 |
| - }, |
42 |
| - "funding": "https://opencollective.com/unts", |
| 11 | + "funding": "https://opencollective.com/unts/projects/eslint-import-resolver-ts", |
43 | 12 | "license": "ISC",
|
44 |
| - "packageManager": "pnpm@7.9.5", |
| 13 | + "packageManager": "pnpm@7.12.1", |
45 | 14 | "engines": {
|
46 | 15 | "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
|
47 | 16 | },
|
|
103 | 72 | "globby": "^13.1.2",
|
104 | 73 | "is-core-module": "^2.10.0",
|
105 | 74 | "is-glob": "^4.0.3",
|
106 |
| - "synckit": "^0.8.3" |
| 75 | + "synckit": "^0.8.4" |
107 | 76 | },
|
108 | 77 | "devDependencies": {
|
109 |
| - "@1stg/lib-config": "^10.1.1", |
| 78 | + "@1stg/lib-config": "^10.3.0", |
110 | 79 | "@changesets/changelog-github": "^0.4.6",
|
111 | 80 | "@changesets/cli": "^2.24.4",
|
112 | 81 | "@mozilla/glean": "^1.1.0",
|
113 | 82 | "@types/debug": "^4.1.7",
|
114 | 83 | "@types/enhanced-resolve": "^3.0.7",
|
115 | 84 | "@types/is-core-module": "^2.2.0",
|
116 | 85 | "@types/is-glob": "^4.0.2",
|
117 |
| - "@types/node": "^18.7.9", |
| 86 | + "@types/node": "^18.7.18", |
118 | 87 | "@types/unist": "^2.0.6",
|
119 | 88 | "dummy.js": "link:dummy.js",
|
120 | 89 | "react": "^18.2.0",
|
121 |
| - "size-limit": "^8.0.1", |
| 90 | + "size-limit": "^8.1.0", |
122 | 91 | "size-limit-preset-node-lib": "^0.1.0",
|
123 | 92 | "type-coverage": "^2.22.0",
|
124 |
| - "typescript": "^4.7.4" |
| 93 | + "typescript": "^4.8.3" |
125 | 94 | },
|
126 | 95 | "resolutions": {
|
127 | 96 | "eslint-import-resolver-typescript": "link:.",
|
|
0 commit comments