|
7 | 7 | "types": "./build/index.d.ts", |
8 | 8 | "exports": { |
9 | 9 | ".": "./build/index.js", |
10 | | - "./*.js": "./build/*.js", |
11 | | - "./aws/*.js": "./build/aws/*.js" |
| 10 | + "./dynamic": "./build/dynamic/index.js" |
12 | 11 | }, |
13 | 12 | "type": "module", |
14 | 13 | "packageManager": "pnpm@9.1.0+sha256.22e36fba7f4880ecf749a5ca128b8435da085ecd49575e7fb9e64d6bf4fad394", |
|
79 | 78 | "repository": "https://github.com/withfig/autocomplete", |
80 | 79 | "devDependencies": { |
81 | 80 | "@fig/eslint-config-autocomplete": "^2.0.0", |
82 | | - "@typescript-eslint/eslint-plugin": "^7.14.1", |
83 | | - "@typescript-eslint/parser": "^7.14.1", |
84 | | - "@withfig/autocomplete-tools": "^2.10.0", |
| 81 | + "@typescript-eslint/eslint-plugin": "^7.18.0", |
| 82 | + "@typescript-eslint/parser": "^7.18.0", |
| 83 | + "@withfig/autocomplete-tools": "^2.11.0", |
85 | 84 | "@withfig/autocomplete-types": "^1.31.0", |
86 | 85 | "danger": "^11.3.1", |
87 | | - "eslint": "^8.57.0", |
| 86 | + "eslint": "^8.57.1", |
88 | 87 | "eslint-plugin-compat": "4.2.0", |
89 | | - "husky": "^9.0.11", |
90 | | - "lint-staged": "^15.2.7", |
91 | | - "prettier": "^3.3.2", |
92 | | - "typescript": "~5.5.2" |
| 88 | + "husky": "^9.1.7", |
| 89 | + "lint-staged": "^15.3.0", |
| 90 | + "prettier": "^3.4.2", |
| 91 | + "typescript": "~5.5.4" |
93 | 92 | }, |
94 | 93 | "dependencies": { |
95 | 94 | "@fig/autocomplete-generators": "^2.4.0", |
96 | 95 | "@fig/autocomplete-helpers": "^1.0.7", |
97 | | - "semver": "^7.6.2", |
| 96 | + "semver": "^7.6.3", |
98 | 97 | "strip-json-comments": "^5.0.1", |
99 | | - "yaml": "^2.4.5" |
| 98 | + "yaml": "^2.7.0" |
100 | 99 | } |
101 | 100 | } |
0 commit comments