Skip to content

Commit

Permalink
chore: undate es-toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
MangMax committed Jul 14, 2024
1 parent 4641c7f commit 3363064
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 110 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@
},
"dependencies": {
"@nuxt/kit": "^3.12.3",
"es-toolkit": "^1.9.0"
"es-toolkit": "^1.10.0"
},
"devDependencies": {
"@nuxt/devtools": "^1.3.9",
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/module-builder": "^0.8.1",
"@nuxt/schema": "^3.12.3",
"@nuxt/test-utils": "^3.13.1",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"changelogen": "^0.5.5",
"eslint": "^9.6.0",
"eslint": "^9.7.0",
"nuxt": "^3.12.3",
"typescript": "latest",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.24"
"vue-tsc": "^2.0.26"
}
}
}
2 changes: 2 additions & 0 deletions playground/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<div>
<pre>{{ countBy }}</pre>
<pre>{{ meanBy }}</pre>
<pre>{{ pick }}</pre>
<pre>{{ isnil }}</pre>
<pre>{{ capitalize }}</pre>
</div>
</template>
Expand Down
Loading

0 comments on commit 3363064

Please sign in to comment.