|
8 | 8 | },
|
9 | 9 | "main": "dist/vuetify-inline-fields.cjs.js",
|
10 | 10 | "module": "dist/vuetify-inline-fields.es.js",
|
11 |
| - "types": "dist/types/index.d.ts", |
| 11 | + "types": "dist/plugin/types/index.d.ts", |
12 | 12 | "scripts": {
|
13 | 13 | "dev": "vite",
|
14 | 14 | "watch": "pnpm dev",
|
|
66 | 66 | "wdns"
|
67 | 67 | ],
|
68 | 68 | "dependencies": {
|
69 |
| - "@vueuse/core": "^10.6.1", |
70 |
| - "vue": "^3.3.8", |
71 |
| - "vuetify": "^3.4.2" |
| 69 | + "@vueuse/core": "^10.7.0", |
| 70 | + "vue": "^3.3.10", |
| 71 | + "vuetify": "^3.4.6" |
72 | 72 | },
|
73 | 73 | "devDependencies": {
|
74 |
| - "@babel/core": "^7.23.3", |
75 |
| - "@babel/eslint-parser": "^7.23.3", |
76 |
| - "@fortawesome/fontawesome-svg-core": "^6.4.2", |
77 |
| - "@fortawesome/free-brands-svg-icons": "^6.4.2", |
78 |
| - "@fortawesome/free-regular-svg-icons": "^6.4.2", |
79 |
| - "@fortawesome/free-solid-svg-icons": "^6.4.2", |
| 74 | + "@fortawesome/fontawesome-svg-core": "^6.5.1", |
| 75 | + "@fortawesome/free-brands-svg-icons": "^6.5.1", |
| 76 | + "@fortawesome/free-regular-svg-icons": "^6.5.1", |
| 77 | + "@fortawesome/free-solid-svg-icons": "^6.5.1", |
80 | 78 | "@fortawesome/vue-fontawesome": "^3.0.5",
|
81 | 79 | "@mdi/font": "^7.3.67",
|
82 | 80 | "@rollup/plugin-commonjs": "^25.0.7",
|
83 | 81 | "@rollup/plugin-node-resolve": "^15.2.3",
|
84 | 82 | "@rollup/plugin-terser": "^0.4.4",
|
85 |
| - "@types/node": "^20.9.1", |
86 |
| - "@typescript-eslint/eslint-plugin": "^6.11.0", |
87 |
| - "@typescript-eslint/parser": "^6.11.0", |
88 |
| - "@vitejs/plugin-vue": "^4.5.0", |
89 |
| - "@vue/cli-plugin-babel": "^5.0.8", |
| 83 | + "@types/node": "^20.10.3", |
| 84 | + "@typescript-eslint/eslint-plugin": "^6.13.2", |
| 85 | + "@typescript-eslint/parser": "^6.13.2", |
| 86 | + "@vitejs/plugin-vue": "^4.5.1", |
90 | 87 | "@vue/cli-plugin-eslint": "^5.0.8",
|
91 | 88 | "@vue/cli-service": "^5.0.8",
|
92 |
| - "@vue/compiler-sfc": "^3.3.8", |
| 89 | + "@vue/compiler-sfc": "^3.3.10", |
93 | 90 | "@vue/eslint-config-typescript": "^12.0.0",
|
94 |
| - "@wdns/vue-code-block": "^2.2.15", |
| 91 | + "@wdns/vue-code-block": "^2.3.1", |
95 | 92 | "autoprefixer": "^10.4.16",
|
96 |
| - "eslint": "^8.53.0", |
97 |
| - "eslint-config-prettier": "^9.0.0", |
| 93 | + "eslint": "^8.55.0", |
| 94 | + "eslint-config-prettier": "^9.1.0", |
98 | 95 | "eslint-plugin-import": "^2.29.0",
|
99 | 96 | "eslint-plugin-prettier": "^5.0.1",
|
100 |
| - "eslint-plugin-vue": "^9.18.1", |
101 |
| - "gh-pages": "^6.0.0", |
| 97 | + "eslint-plugin-vue": "^9.19.2", |
| 98 | + "gh-pages": "^6.1.0", |
102 | 99 | "husky": "^8.0.3",
|
103 |
| - "lint-staged": "^15.1.0", |
| 100 | + "lint-staged": "^15.2.0", |
104 | 101 | "miragejs": "^0.1.48",
|
105 | 102 | "pinia": "^2.1.7",
|
106 |
| - "postcss": "^8.4.31", |
| 103 | + "postcss": "^8.4.32", |
107 | 104 | "postcss-html": "^1.5.0",
|
108 | 105 | "postcss-scss": "^4.0.9",
|
109 | 106 | "prettier": "^3.1.0",
|
110 | 107 | "prismjs": "^1.29.0",
|
111 | 108 | "roboto-fontface": "^0.10.0",
|
112 |
| - "rollup": "^3.29.4", |
113 |
| - "rollup-plugin-polyfill-node": "^0.12.0", |
| 109 | + "rollup": "^4.6.1", |
| 110 | + "rollup-plugin-polyfill-node": "^0.13.0", |
114 | 111 | "rollup-plugin-postcss": "^4.0.2",
|
115 | 112 | "rollup-plugin-scss": "^4.0.0",
|
116 | 113 | "rollup-plugin-typescript2": "^0.36.0",
|
|
119 | 116 | "stylelint-config-standard": "^34.0.0",
|
120 | 117 | "stylelint-order": "^6.0.3",
|
121 | 118 | "stylelint-scss": "^5.3.1",
|
122 |
| - "typescript": "^5.2.2", |
123 |
| - "unplugin-auto-import": "^0.16.7", |
| 119 | + "typescript": "^5.3.3", |
| 120 | + "unplugin-auto-import": "^0.17.2", |
124 | 121 | "vite": "^4.5.0",
|
125 | 122 | "vite-plugin-babel": "^1.1.3",
|
126 | 123 | "vite-plugin-css-injected-by-js": "^3.3.0",
|
127 |
| - "vite-plugin-dts": "^3.6.3", |
| 124 | + "vite-plugin-dts": "^3.6.4", |
128 | 125 | "vite-plugin-eslint": "^1.8.1",
|
129 | 126 | "vite-plugin-static-copy": "^0.17.1",
|
130 | 127 | "vite-plugin-stylelint": "^5.2.1",
|
131 | 128 | "vite-plugin-vuetify": "^1.0.2",
|
132 |
| - "vue-tsc": "^1.8.22", |
| 129 | + "vue-tsc": "^1.8.25", |
133 | 130 | "webfontloader": "^1.6.28"
|
134 | 131 | }
|
135 | 132 | }
|
0 commit comments