Skip to content

Commit

Permalink
chore: Lock vscode-uri to 3.0.4 (#3609)
Browse files Browse the repository at this point in the history
To be reverted by #3608
  • Loading branch information
Jason3S authored Sep 18, 2022
1 parent 7bd56e3 commit 62db4b6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"rimraf": "^3.0.2",
"shelljs": "^0.8.5",
"simple-git": "^3.14.0",
"vscode-uri": "^3.0.4"
"vscode-uri": "3.0.4"
},
"devDependencies": {
"@cspell/cspell-bundled-dicts": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-config-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@cspell/cspell-types": "workspace:^",
"comment-json": "^4.2.3",
"vscode-uri": "^3.0.4",
"vscode-uri": "3.0.4",
"yaml": "^1.10.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"resolve-from": "^5.0.0",
"resolve-global": "^1.0.0",
"vscode-languageserver-textdocument": "^1.0.7",
"vscode-uri": "^3.0.4"
"vscode-uri": "3.0.4"
},
"engines": {
"node": ">=14"
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"imurmurhash": "^0.1.4",
"semver": "^7.3.7",
"strip-ansi": "^6.0.1",
"vscode-uri": "^3.0.4"
"vscode-uri": "3.0.4"
},
"engines": {
"node": ">=14"
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 62db4b6

Please sign in to comment.