Skip to content

Commit

Permalink
chore: Update Dependencies (#5322)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Mar 1, 2024
1 parent 9018ccc commit cedce27
Show file tree
Hide file tree
Showing 11 changed files with 79 additions and 529 deletions.
2 changes: 1 addition & 1 deletion packages/cspell-dictionary/package.json
Expand Up @@ -50,6 +50,6 @@
"@cspell/cspell-types": "workspace:*",
"cspell-trie-lib": "workspace:*",
"fast-equals": "^5.0.1",
"gensequence": "^6.0.0"
"gensequence": "^7.0.0"
}
}
8 changes: 4 additions & 4 deletions packages/cspell-eslint-plugin/package.json
Expand Up @@ -75,10 +75,10 @@
"@types/eslint": "^8.56.4",
"@types/estree": "^1.0.5",
"@types/mocha": "^10.0.6",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/types": "^6.21.0",
"@typescript-eslint/typescript-estree": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@typescript-eslint/types": "^7.1.0",
"@typescript-eslint/typescript-estree": "^7.1.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.33.2",
"mocha": "^10.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-lib/package.json
Expand Up @@ -74,7 +74,7 @@
"cspell-io": "workspace:*",
"cspell-trie-lib": "workspace:*",
"fast-equals": "^5.0.1",
"gensequence": "^6.0.0",
"gensequence": "^7.0.0",
"import-fresh": "^3.3.0",
"resolve-from": "^5.0.0",
"vscode-languageserver-textdocument": "^1.0.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-tools/package.json
Expand Up @@ -53,7 +53,7 @@
"commander": "^12.0.0",
"cosmiconfig": "9.0.0",
"cspell-trie-lib": "workspace:*",
"gensequence": "^6.0.0",
"gensequence": "^7.0.0",
"glob": "^10.3.10",
"hunspell-reader": "workspace:*",
"yaml": "^2.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-trie-lib/package.json
Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"@cspell/cspell-pipe": "workspace:*",
"@cspell/cspell-types": "workspace:*",
"gensequence": "^6.0.0"
"gensequence": "^7.0.0"
},
"engines": {
"node": ">=18"
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-trie/package.json
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"commander": "^12.0.0",
"cspell-trie-lib": "workspace:*",
"gensequence": "^6.0.0"
"gensequence": "^7.0.0"
},
"engines": {
"node": ">=18"
Expand Down
2 changes: 1 addition & 1 deletion packages/hunspell-reader/package.json
Expand Up @@ -46,7 +46,7 @@
"@cspell/cspell-pipe": "workspace:^",
"@cspell/cspell-types": "workspace:^",
"commander": "^12.0.0",
"gensequence": "^6.0.0",
"gensequence": "^7.0.0",
"html-entities": "^2.4.0",
"iconv-lite": "^0.6.3"
},
Expand Down

0 comments on commit cedce27

Please sign in to comment.