Skip to content

Commit

Permalink
chore: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Jun 17, 2024
1 parent 677099c commit 402a634
Show file tree
Hide file tree
Showing 2 changed files with 1,063 additions and 1,120 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"repository": "kingyue737/nuxt-echarts",
"license": "MIT",
"type": "module",
"packageManager": "pnpm@9.2.0",
"packageManager": "pnpm@9.3.0",
"exports": {
".": {
"types": "./dist/types.d.ts",
Expand All @@ -39,31 +39,32 @@
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
},
"dependencies": {
"@nuxt/kit": "^3.11.2",
"@nuxt/kit": "^3.12.2",
"echarts": "^5.5.0"
},
"devDependencies": {
"@nuxt/devtools": "^1.3.3",
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/module-builder": "^0.6.0",
"@nuxt/schema": "^3.11.2",
"@nuxt/module-builder": "^0.7.1",
"@nuxt/schema": "^3.12.2",
"@nuxt/test-utils": "^3.13.1",
"@types/node": "^20.14.2",
"changelogen": "^0.5.5",
"eslint": "^9.4.0",
"nuxt": "^3.11.2",
"prettier": "^3.3.1",
"eslint": "^9.5.0",
"nuxt": "^3.12.2",
"prettier": "^3.3.2",
"typescript": "latest",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.19"
"vue-tsc": "^2.0.21"
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"@typescript-eslint/eslint-plugin>eslint": "^9.0.0",
"@typescript-eslint/parser>eslint": "^9.0.0",
"@typescript-eslint/type-utils>eslint": "^9.0.0",
"@typescript-eslint/utils>eslint": "^9.0.0"
"@typescript-eslint/utils>eslint": "^9.0.0",
"@opentelemetry/api": "^1.9.0"
}
}
}
Expand Down
Loading

0 comments on commit 402a634

Please sign in to comment.