Skip to content

Commit

Permalink
feat: increase minimum VSCode version to 1.80.0
Browse files Browse the repository at this point in the history
the git diff for this one shows reducing the minimum version from
v1.83.0 -> v1.80.0, but the actual change is increasing it from
v1.70.0 -> v1.80.0. v1.83.0 was never published to the marketplace.
  • Loading branch information
nekowinston committed Oct 21, 2023
1 parent 91e0615 commit 8a1c1a5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "🦌 Soothing pastel theme for VSCode",
"version": "3.3.0",
"engines": {
"vscode": "^1.83.0",
"vscode": "^1.80.0",
"node": ">=18.0.0"
},
"categories": [
Expand Down Expand Up @@ -168,7 +168,7 @@
"@storybook/react": "^7.5.1",
"@storybook/react-vite": "^7.5.1",
"@types/node": "^18.18.6",
"@types/vscode": "~1.83.1",
"@types/vscode": "~1.80.0",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vscode/vsce": "^2.21.1",
Expand Down
2 changes: 1 addition & 1 deletion yarn-project.nix

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

10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4366,10 +4366,10 @@ __metadata:
languageName: node
linkType: hard

"@types/vscode@npm:~1.83.1":
version: 1.83.1
resolution: "@types/vscode@npm:1.83.1"
checksum: b421594b61529d38120effff3b7358efcdbc6a0786936d0dec6251c264c08793c802f1973c6408238a01b29e08fb40279f6d4d7c3194fdb7d5f50b044a4e9c8a
"@types/vscode@npm:~1.80.0":
version: 1.80.0
resolution: "@types/vscode@npm:1.80.0"
checksum: 442c55fb83151d36aa30c895dacb3f2320a7a7a1c8d956f1f1902618b6f3cddec070a88e494fe7e6db4aec481e9f44d4df0077d2598edb815ebffb6e7ea0e176
languageName: node
linkType: hard

Expand Down Expand Up @@ -5346,7 +5346,7 @@ __metadata:
"@storybook/react": ^7.5.1
"@storybook/react-vite": ^7.5.1
"@types/node": ^18.18.6
"@types/vscode": ~1.83.1
"@types/vscode": ~1.80.0
"@typescript-eslint/eslint-plugin": ^6.8.0
"@typescript-eslint/parser": ^6.8.0
"@vscode/vsce": ^2.21.1
Expand Down

0 comments on commit 8a1c1a5

Please sign in to comment.