Skip to content

Commit

Permalink
chore: update es-toolkit version
Browse files Browse the repository at this point in the history
  • Loading branch information
MangMax committed Sep 18, 2024
1 parent 792c9aa commit 119d97e
Show file tree
Hide file tree
Showing 2 changed files with 1,300 additions and 833 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "es-toolkit for Nuxt",
"repository": {
"type": "git",
"url": "https://github.com/mangmax/nuxt-es-toolkit"
"url": "git+https://github.com/mangmax/nuxt-es-toolkit.git"
},
"license": "MIT",
"type": "module",
Expand All @@ -30,24 +30,24 @@
"test": "vitest run",
"test:watch": "vitest watch",
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit",
"publish": "npm publish"
"publish": "npm publish --registry https://registry.npmjs.org/"
},
"dependencies": {
"@nuxt/kit": "^3.12.4",
"es-toolkit": "^1.16.0"
"@nuxt/kit": "^3.13.2",
"es-toolkit": "^1.19.0"
},
"devDependencies": {
"@nuxt/devtools": "^1.3.14",
"@nuxt/devtools": "^1.4.2",
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/module-builder": "^0.8.3",
"@nuxt/schema": "^3.12.4",
"@nuxt/test-utils": "^3.14.1",
"@types/node": "^20.16.1",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.13.2",
"@nuxt/test-utils": "^3.14.2",
"@types/node": "^20.16.5",
"changelogen": "^0.5.5",
"eslint": "^9.9.0",
"nuxt": "^3.12.4",
"eslint": "^9.10.0",
"nuxt": "^3.13.2",
"typescript": "latest",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.29"
"vue-tsc": "^2.1.6"
}
}
Loading

0 comments on commit 119d97e

Please sign in to comment.