Skip to content

Commit

Permalink
Merge pull request #20 from Lmmmmmm-bb/chore/deps-upgrade
Browse files Browse the repository at this point in the history
chore: deps upgrade
  • Loading branch information
Lmmmmmm-bb authored Nov 30, 2024
2 parents a004ac5 + 4316130 commit ce689f2
Show file tree
Hide file tree
Showing 3 changed files with 838 additions and 628 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vite-plugin-open-graph",
"type": "module",
"version": "2.0.6",
"packageManager": "pnpm@9.12.2",
"packageManager": "pnpm@9.14.2",
"description": "Generate open graph meta tags for your vite app.",
"author": {
"email": "lmmmmmm12138@gmail.com",
Expand Down Expand Up @@ -56,13 +56,13 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@types/node": "^22.7.7",
"bumpp": "^9.7.1",
"eslint": "^9.13.0",
"tsup": "^8.3.0",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vitest": "^2.1.3"
"@antfu/eslint-config": "^3.9.2",
"@types/node": "^22.9.3",
"bumpp": "^9.8.1",
"eslint": "^9.15.0",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vitest": "^2.1.5"
}
}
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"build": "vite build"
},
"devDependencies": {
"typescript": "^5.6.3",
"vite": "^5.4.9",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-plugin-open-graph": "workspace:*"
}
}
Loading

0 comments on commit ce689f2

Please sign in to comment.