Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Jun 29, 2023
1 parent e1fffba commit 989ec77
Show file tree
Hide file tree
Showing 3 changed files with 548 additions and 583 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@leanera/vue-i18n",
"type": "module",
"version": "0.5.0",
"packageManager": "pnpm@8.5.1",
"packageManager": "pnpm@8.6.5",
"description": "Lightweight internationalization plugin for Vue",
"author": "LeanERA GmbH <https://github.com/leanera>",
"license": "MIT",
Expand Down Expand Up @@ -45,16 +45,16 @@
"klona": "^2.0.6"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.1",
"@types/node": "^18.16.14",
"@antfu/eslint-config": "^0.39.6",
"@types/node": "^20.3.2",
"@vitejs/plugin-vue": "^4.2.3",
"bumpp": "^9.1.0",
"eslint": "^8.41.0",
"typescript": "^5.0.4",
"bumpp": "^9.1.1",
"eslint": "^8.43.0",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"vite": "^4.3.8",
"vitest": "^0.31.1",
"vite": "^4.3.9",
"vitest": "^0.32.2",
"vue": "^3.3.4",
"vue-tsc": "^1.6.5"
"vue-tsc": "^1.8.3"
}
}

0 comments on commit 989ec77

Please sign in to comment.