We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd581dc commit b378884Copy full SHA for b378884
package.json
@@ -35,8 +35,8 @@
35
"@commitlint/cli": "19.3.0",
36
"@commitlint/config-conventional": "19.2.2",
37
"@types/jest": "29.5.11",
38
- "@typescript-eslint/eslint-plugin": "7.7.1",
39
- "@typescript-eslint/parser": "7.7.1",
+ "@typescript-eslint/eslint-plugin": "8.2.0",
+ "@typescript-eslint/parser": "8.2.0",
40
"abortcontroller-polyfill": "1.7.5",
41
"cz-conventional-changelog": "3.3.0",
42
"eslint": "8.57.0",
@@ -90,7 +90,7 @@
90
"dependencies": {
91
"core-js": "^3.37.1",
92
"exponential-backoff": "^3.1.0",
93
- "query-string-cjs": "npm:query-string@^7.0.0",
+ "query-string-cjs": "npm:query-string@^9.0.0",
94
"query-string-esm": "npm:query-string@^9.0.0"
95
},
96
"publishConfig": {
0 commit comments