Skip to content

Commit 1f714ca

Browse files
committed
Support more minor version
1 parent 046cf33 commit 1f714ca

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"changes":{"package.json":"Patch"},"note":"Support more minor version","date":"2026-03-16T03:29:48.786404100Z"}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Colors can be any valid CSS color string. The VS Code Settings UI shows a color
4545

4646
## Requirements
4747

48-
- VS Code 1.110.0 or later
48+
- VS Code 1.14.0 or later
4949
- A project with `.tsx` or `.jsx` files
5050

5151
No additional runtime, build step, or Next.js installation is required.

bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"typescript"
2121
],
2222
"engines": {
23-
"vscode": "^1.110.0"
23+
"vscode": "^1.14.0"
2424
},
2525
"activationEvents": [
2626
"onLanguage:typescriptreact",
@@ -117,7 +117,7 @@
117117
"devDependencies": {
118118
"@types/bun": "^1.3.10",
119119
"@types/node": "25.5.0",
120-
"@types/vscode": "1.110.0",
120+
"@types/vscode": "1.14.0",
121121
"@vscode/vsce": "3.7.1",
122122
"eslint-plugin-devup": "^2.0.17",
123123
"globals": "17.4.0",

0 commit comments

Comments
 (0)