Skip to content

Commit d73d606

Browse files
authored
chore: Update dependencies (#2340)
1 parent b727d27 commit d73d606

File tree

2 files changed

+223
-455
lines changed

2 files changed

+223
-455
lines changed

package.json

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,26 +68,23 @@
6868
"bugs": "https://github.com/withfig/autocomplete/issues",
6969
"repository": "https://github.com/withfig/autocomplete",
7070
"devDependencies": {
71-
"@fig/eslint-config-autocomplete": "^1.2.1",
72-
"@typescript-eslint/eslint-plugin": "^7.3.1",
73-
"@typescript-eslint/parser": "^7.3.1",
71+
"@fig/eslint-config-autocomplete": "^2.0.0",
72+
"@typescript-eslint/eslint-plugin": "^7.8.0",
73+
"@typescript-eslint/parser": "^7.8.0",
7474
"@withfig/autocomplete-tools": "^2.10.0",
7575
"@withfig/autocomplete-types": "^1.31.0",
7676
"danger": "^11.3.1",
7777
"eslint": "^8.57.0",
7878
"husky": "^9.0.11",
7979
"lint-staged": "^15.2.2",
80-
"prettier": "^3.1.1",
81-
"typescript": "~5.3.3"
80+
"prettier": "^3.2.5",
81+
"typescript": "~5.4.5"
8282
},
8383
"dependencies": {
8484
"@fig/autocomplete-generators": "^2.4.0",
8585
"@fig/autocomplete-helpers": "^1.0.7",
86-
"semver": "^7.6.0",
86+
"semver": "^7.6.2",
8787
"strip-json-comments": "^5.0.1",
88-
"yaml": "^2.4.1"
89-
},
90-
"resolutions": {
91-
"word-wrap": "1.2.4"
88+
"yaml": "^2.4.2"
9289
}
9390
}

0 commit comments

Comments
 (0)