Skip to content

Commit e546bb2

Browse files
Adding core-js
1 parent b789dc9 commit e546bb2

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuetify-drilldown-table",
3-
"version": "1.0.0-beta-1",
3+
"version": "1.0.0-beta-2",
44
"description": "The Vuetify Drilldown Table is a powerful component that enhances the functionality of the Vuetify framework's VDataTable and VDataTableServer. It provides a recursive table structure, allowing you to display hierarchical data in a nested format.",
55
"private": false,
66
"main": "dist/vuetify-drilldown-table.cjs.js",
@@ -83,7 +83,7 @@
8383
"@rollup/plugin-json": "^6.0.0",
8484
"@rollup/plugin-node-resolve": "^15.1.0",
8585
"@rollup/plugin-terser": "^0.4.3",
86-
"@types/node": "^20.3.1",
86+
"@types/node": "^20.3.0",
8787
"@typescript-eslint/eslint-plugin": "^5.59.11",
8888
"@typescript-eslint/parser": "^5.59.11",
8989
"@vitejs/plugin-vue": "^4.2.3",
@@ -94,6 +94,7 @@
9494
"@vue/eslint-config-typescript": "^11.0.3",
9595
"@vueuse/core": "^10.1.2",
9696
"autoprefixer": "^10.4.14",
97+
"core-js": "^3.31.0",
9798
"eslint": "^8.42.0",
9899
"eslint-config-prettier": "^8.8.0",
99100
"eslint-plugin-import": "^2.27.5",

pnpm-lock.yaml

Lines changed: 12 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)