|
11 | 11 | "watch": "pnpm dev", |
12 | 12 | "play": "sh src/playground/configs/build.sh && NODE_ENV=playground vite", |
13 | 13 | "bundle": "rollup -c --bundleConfigAsCjs", |
14 | | - "build": "vue-tsc && vite build --config vite.build.config.ts", |
| 14 | + "build": "vite build --config vite.build.config.ts", |
15 | 15 | "build:docs": "vite build", |
16 | 16 | "predeploy": "npm run build", |
17 | 17 | "deploy": "gh-pages -d docs", |
|
70 | 70 | "vuetify": "3.3.7" |
71 | 71 | }, |
72 | 72 | "devDependencies": { |
73 | | - "@babel/core": "^7.22.8", |
74 | | - "@babel/eslint-parser": "^7.22.7", |
| 73 | + "@babel/core": "^7.22.5", |
| 74 | + "@babel/eslint-parser": "^7.22.5", |
75 | 75 | "@faker-js/faker": "^8.0.2", |
76 | 76 | "@fortawesome/fontawesome-svg-core": "^6.4.0", |
77 | 77 | "@fortawesome/free-brands-svg-icons": "^6.4.0", |
|
83 | 83 | "@rollup/plugin-json": "^6.0.0", |
84 | 84 | "@rollup/plugin-node-resolve": "^15.1.0", |
85 | 85 | "@rollup/plugin-terser": "^0.4.3", |
86 | | - "@types/node": "^20.4.1", |
| 86 | + "@types/node": "^20.3.2", |
87 | 87 | "@typescript-eslint/eslint-plugin": "^6.0.0", |
88 | 88 | "@typescript-eslint/parser": "^6.0.0", |
89 | 89 | "@vitejs/plugin-vue": "^4.2.3", |
|
94 | 94 | "@vue/eslint-config-typescript": "^11.0.3", |
95 | 95 | "@vueuse/core": "^10.2.1", |
96 | 96 | "autoprefixer": "^10.4.14", |
97 | | - "core-js": "^3.31.1", |
98 | | - "eslint": "^8.44.0", |
| 97 | + "core-js": "^3.31.0", |
| 98 | + "eslint": "^8.43.0", |
99 | 99 | "eslint-config-prettier": "^8.8.0", |
100 | 100 | "eslint-plugin-import": "^2.27.5", |
101 | 101 | "eslint-plugin-prettier": "^5.0.0", |
|
105 | 105 | "lint-staged": "^13.2.3", |
106 | 106 | "miragejs": "^0.1.47", |
107 | 107 | "pinia": "^2.1.4", |
108 | | - "postcss": "^8.4.25", |
| 108 | + "postcss": "^8.4.24", |
109 | 109 | "postcss-html": "^1.5.0", |
110 | 110 | "postcss-scss": "^4.0.6", |
111 | 111 | "prettier": "^3.0.0", |
112 | 112 | "prismjs": "^1.29.0", |
113 | 113 | "roboto-fontface": "^0.10.0", |
114 | | - "rollup": "^3.26.2", |
| 114 | + "rollup": "^3.25.3", |
115 | 115 | "rollup-plugin-polyfill-node": "^0.12.0", |
116 | 116 | "rollup-plugin-postcss": "^4.0.2", |
117 | 117 | "rollup-plugin-scss": "^4.0.0", |
118 | 118 | "rollup-plugin-typescript2": "^0.35.0", |
119 | 119 | "sass": "^1.63.6", |
120 | | - "stylelint": "^15.10.1", |
| 120 | + "stylelint": "^15.9.0", |
121 | 121 | "stylelint-config-standard": "^34.0.0", |
122 | 122 | "stylelint-order": "^6.0.3", |
123 | 123 | "stylelint-scss": "^5.0.1", |
124 | | - "typescript": "^5.1.6", |
125 | | - "unplugin-auto-import": "^0.16.6", |
126 | | - "vite": "^4.4.3", |
| 124 | + "typescript": "^5.1.5", |
| 125 | + "unplugin-auto-import": "^0.16.4", |
| 126 | + "vite": "^4.3.9", |
127 | 127 | "vite-plugin-babel": "^1.1.3", |
128 | | - "vite-plugin-css-injected-by-js": "^3.2.0", |
| 128 | + "vite-plugin-css-injected-by-js": "^3.1.2", |
129 | 129 | "vite-plugin-dts": "^3.2.0", |
130 | 130 | "vite-plugin-eslint": "^1.8.1", |
131 | 131 | "vite-plugin-static-copy": "^0.16.0", |
|
0 commit comments