Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion autopairs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@vemjs/plugin-api": "^0.1.4"
},
"devDependencies": {
"typescript": "~6.0.2"
"typescript": "~7.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@vemjs/plugin-api": "^0.1.4"
},
"devDependencies": {
"typescript": "~6.0.2"
"typescript": "~7.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion layout-customizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@vemjs/plugin-api": "^0.1.4"
},
"devDependencies": {
"typescript": "~6.0.2"
"typescript": "~7.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion lualine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@vemjs/plugin-api": "^0.1.4"
},
"devDependencies": {
"typescript": "~6.0.2"
"typescript": "~7.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
],
"devDependencies": {
"@changesets/cli": "^2.31.0",
"@vemjs/core": "^0.1.4",
"@vemjs/core": "^0.3.0",
"@vemjs/plugin-api": "^0.1.4",
"oxlint": "^1.72.0",
"prettier": "^3.9.4",
"typescript": "~6.0.2"
"typescript": "~7.0.2"
}
}
2 changes: 1 addition & 1 deletion telescope/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@vemjs/plugin-api": "^0.1.4"
},
"devDependencies": {
"typescript": "~6.0.2"
"typescript": "~7.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion treesitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@vemjs/plugin-api": "^0.1.4"
},
"devDependencies": {
"typescript": "~6.0.2"
"typescript": "~7.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion trim-whitespace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@vemjs/plugin-api": "^0.1.4"
},
"devDependencies": {
"typescript": "~6.0.2"
"typescript": "~7.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading