Skip to content

Commit 19b2334

Browse files
authored
deps(build): Update to typescript 5.5 (#2395)
1 parent 9bae090 commit 19b2334

File tree

5 files changed

+98
-92
lines changed

5 files changed

+98
-92
lines changed

package.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@
1212
"pnpm": ">=9"
1313
},
1414
"browserslist": [
15-
"safari >=12",
16-
"edge >=79"
15+
"safari >= 15",
16+
"last 2 chrome versions",
17+
"last 2 edge versions",
18+
"last 2 firefox versions",
19+
"maintained node versions"
1720
],
1821
"scripts": {
1922
"dev": "npx @withfig/autocomplete-tools dev",
@@ -69,22 +72,23 @@
6972
"repository": "https://github.com/withfig/autocomplete",
7073
"devDependencies": {
7174
"@fig/eslint-config-autocomplete": "^2.0.0",
72-
"@typescript-eslint/eslint-plugin": "^7.8.0",
73-
"@typescript-eslint/parser": "^7.8.0",
75+
"@typescript-eslint/eslint-plugin": "^7.14.1",
76+
"@typescript-eslint/parser": "^7.14.1",
7477
"@withfig/autocomplete-tools": "^2.10.0",
7578
"@withfig/autocomplete-types": "^1.31.0",
7679
"danger": "^11.3.1",
7780
"eslint": "^8.57.0",
81+
"eslint-plugin-compat": "4.2.0",
7882
"husky": "^9.0.11",
79-
"lint-staged": "^15.2.2",
80-
"prettier": "^3.2.5",
81-
"typescript": "~5.4.5"
83+
"lint-staged": "^15.2.7",
84+
"prettier": "^3.3.2",
85+
"typescript": "~5.5.2"
8286
},
8387
"dependencies": {
8488
"@fig/autocomplete-generators": "^2.4.0",
8589
"@fig/autocomplete-helpers": "^1.0.7",
8690
"semver": "^7.6.2",
8791
"strip-json-comments": "^5.0.1",
88-
"yaml": "^2.4.2"
92+
"yaml": "^2.4.5"
8993
}
9094
}

0 commit comments

Comments
 (0)