Skip to content

Commit cc7cdcf

Browse files
Update packages
1 parent 8abafbc commit cc7cdcf

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"watch": "pnpm dev",
1212
"play": "sh src/playground/configs/build.sh && NODE_ENV=playground vite",
1313
"bundle": "rollup -c --bundleConfigAsCjs",
14-
"build": "vue-tsc && vite build --config vite.build.config.ts",
14+
"build": "vite build --config vite.build.config.ts",
1515
"build:docs": "vite build",
1616
"predeploy": "npm run build",
1717
"deploy": "gh-pages -d docs",
@@ -70,8 +70,8 @@
7070
"vuetify": "3.3.7"
7171
},
7272
"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",
7575
"@faker-js/faker": "^8.0.2",
7676
"@fortawesome/fontawesome-svg-core": "^6.4.0",
7777
"@fortawesome/free-brands-svg-icons": "^6.4.0",
@@ -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.4.1",
86+
"@types/node": "^20.3.2",
8787
"@typescript-eslint/eslint-plugin": "^6.0.0",
8888
"@typescript-eslint/parser": "^6.0.0",
8989
"@vitejs/plugin-vue": "^4.2.3",
@@ -94,8 +94,8 @@
9494
"@vue/eslint-config-typescript": "^11.0.3",
9595
"@vueuse/core": "^10.2.1",
9696
"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",
9999
"eslint-config-prettier": "^8.8.0",
100100
"eslint-plugin-import": "^2.27.5",
101101
"eslint-plugin-prettier": "^5.0.0",
@@ -105,27 +105,27 @@
105105
"lint-staged": "^13.2.3",
106106
"miragejs": "^0.1.47",
107107
"pinia": "^2.1.4",
108-
"postcss": "^8.4.25",
108+
"postcss": "^8.4.24",
109109
"postcss-html": "^1.5.0",
110110
"postcss-scss": "^4.0.6",
111111
"prettier": "^3.0.0",
112112
"prismjs": "^1.29.0",
113113
"roboto-fontface": "^0.10.0",
114-
"rollup": "^3.26.2",
114+
"rollup": "^3.25.3",
115115
"rollup-plugin-polyfill-node": "^0.12.0",
116116
"rollup-plugin-postcss": "^4.0.2",
117117
"rollup-plugin-scss": "^4.0.0",
118118
"rollup-plugin-typescript2": "^0.35.0",
119119
"sass": "^1.63.6",
120-
"stylelint": "^15.10.1",
120+
"stylelint": "^15.9.0",
121121
"stylelint-config-standard": "^34.0.0",
122122
"stylelint-order": "^6.0.3",
123123
"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",
127127
"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",
129129
"vite-plugin-dts": "^3.2.0",
130130
"vite-plugin-eslint": "^1.8.1",
131131
"vite-plugin-static-copy": "^0.16.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)