Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 1, 2024
1 parent d05614d commit c8928f8
Show file tree
Hide file tree
Showing 4 changed files with 450 additions and 370 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.13.1",
"description": "Collection of TextMate grammars and themes in JSON",
"scripts": {
"build": "pnpm -r build",
Expand All @@ -16,21 +16,21 @@
"prepare": "simple-git-hooks"
},
"devDependencies": {
"@antfu/eslint-config": "^2.4.0",
"@antfu/eslint-config": "^2.6.1",
"@antfu/ni": "^0.21.12",
"@antfu/utils": "^0.7.6",
"@antfu/utils": "^0.7.7",
"@types/adm-zip": "^0.5.5",
"@types/cson": "^7.20.3",
"@types/js-yaml": "^4.0.9",
"@types/json-stable-stringify": "^1.0.36",
"@types/node": "^20.10.4",
"@types/node": "^20.10.6",
"@types/semver": "^7.5.6",
"adm-zip": "^0.5.10",
"bumpp": "^9.2.0",
"bumpp": "^9.2.1",
"chalk": "^5.3.0",
"cson": "^8.2.0",
"cson": "^8.4.0",
"dotenv": "^16.3.1",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"esno": "^4.0.0",
"fast-glob": "^3.3.2",
"fast-plist": "^0.1.3",
Expand All @@ -41,15 +41,15 @@
"octokit": "^3.1.2",
"ofetch": "^1.3.3",
"p-limit": "^5.0.0",
"pnpm": "^8.11.0",
"pnpm": "^8.13.1",
"rimraf": "^5.0.5",
"semver": "^7.5.4",
"simple-git": "^3.21.0",
"simple-git": "^3.22.0",
"simple-git-hooks": "^2.9.0",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vite": "^5.0.6",
"vitest": "^1.0.2",
"vite": "^5.0.10",
"vitest": "^1.1.1",
"yaml": "^2.3.4"
},
"simple-git-hooks": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tm-grammars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tm-grammars",
"type": "module",
"version": "1.0.7",
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.13.1",
"description": "Collecton of TextMate grammars in JSON",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/tm-themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tm-themes",
"type": "module",
"version": "1.0.4",
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.13.1",
"description": "Collecton of TextMate grammars in JSON",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
Loading

0 comments on commit c8928f8

Please sign in to comment.