Skip to content

Commit f622a53

Browse files
committed
chore: update deps
1 parent 630af25 commit f622a53

File tree

2 files changed

+630
-630
lines changed

2 files changed

+630
-630
lines changed

package.json

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"types": "./build/index.d.ts",
88
"exports": {
99
".": "./build/index.js",
10-
"./*.js": "./build/*.js",
11-
"./aws/*.js": "./build/aws/*.js"
10+
"./dynamic": "./build/dynamic/index.js"
1211
},
1312
"type": "module",
1413
"packageManager": "pnpm@9.1.0+sha256.22e36fba7f4880ecf749a5ca128b8435da085ecd49575e7fb9e64d6bf4fad394",
@@ -79,23 +78,23 @@
7978
"repository": "https://github.com/withfig/autocomplete",
8079
"devDependencies": {
8180
"@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",
8584
"@withfig/autocomplete-types": "^1.31.0",
8685
"danger": "^11.3.1",
87-
"eslint": "^8.57.0",
86+
"eslint": "^8.57.1",
8887
"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"
9392
},
9493
"dependencies": {
9594
"@fig/autocomplete-generators": "^2.4.0",
9695
"@fig/autocomplete-helpers": "^1.0.7",
97-
"semver": "^7.6.2",
96+
"semver": "^7.6.3",
9897
"strip-json-comments": "^5.0.1",
99-
"yaml": "^2.4.5"
98+
"yaml": "^2.7.0"
10099
}
101100
}

0 commit comments

Comments
 (0)