From f4187868ac4e3950cc23b49e16644551c1c980a8 Mon Sep 17 00:00:00 2001 From: jerrywu Date: Sat, 17 Feb 2024 10:28:08 +0800 Subject: [PATCH] docs: pkg versions --- docs/package.json | 2 +- package.json | 40 ++++++++++++++++++++-------------------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/docs/package.json b/docs/package.json index edcf611..1e238c6 100644 --- a/docs/package.json +++ b/docs/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@documate/documate": "latest", - "vitepress": "^1.0.0-rc.40", + "vitepress": "^1.0.0-rc.42", "vitepress-plugin-sandpack": "latest" } } diff --git a/package.json b/package.json index 37a8538..b2f7657 100644 --- a/package.json +++ b/package.json @@ -88,27 +88,27 @@ "@babel/plugin-transform-typescript": "^7.23.6", "@babel/preset-env": "^7.23.9", "@babel/preset-typescript": "^7.23.3", - "@commitlint/cli": "^18.6.0", - "@commitlint/config-conventional": "^18.6.0", - "@swc/core": "^1.3.107", - "@testing-library/jest-dom": "^6.4.0", + "@commitlint/cli": "^18.6.1", + "@commitlint/config-conventional": "^18.6.2", + "@swc/core": "^1.4.1", + "@testing-library/jest-dom": "^6.4.2", "@testing-library/user-event": "^14.5.2", - "@testing-library/vue": "^8.0.1", + "@testing-library/vue": "^8.0.2", "@types/lodash.isequal": "^4.5.8", "@types/lz-string": "^1.5.0", - "@types/node": "^20.11.10", - "@typescript-eslint/eslint-plugin": "^6.20.0", - "@typescript-eslint/parser": "^6.20.0", - "@vitejs/plugin-vue": "^5.0.3", + "@types/node": "^20.11.19", + "@typescript-eslint/eslint-plugin": "^6.21.0", + "@typescript-eslint/parser": "^6.21.0", + "@vitejs/plugin-vue": "^5.0.4", "@vitejs/plugin-vue-jsx": "^3.1.0", - "@vitest/ui": "^1.2.2", + "@vitest/ui": "^1.3.0", "@vue/babel-plugin-jsx": "^1.2.1", "@vue/eslint-config-typescript": "^12.0.0", "autoprefixer": "^10.4.17", "babel-loader": "^9.1.3", "browserslist-to-esbuild": "^1.2.0", "bumpp": "^9.3.0", - "core-js": "^3.35.1", + "core-js": "^3.36.0", "cssnano": "^6.0.3", "esbuild-plugin-babel": "^0.2.3", "eslint": "^8.56.0", @@ -116,29 +116,29 @@ "eslint-config-airbnb-typescript": "^17.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jsx-a11y": "^6.8.0", - "eslint-plugin-vue": "^9.20.1", - "husky": "^8.0.3", + "eslint-plugin-vue": "^9.21.1", + "husky": "^9.0.11", "jsdom": "^24.0.0", - "lint-staged": "^15.2.0", + "lint-staged": "^15.2.2", "npm": "^10.4.0", "npm-run-all": "^4.1.5", - "postcss": "^8.4.33", + "postcss": "^8.4.35", "postcss-cli": "^11.0.0", - "postcss-loader": "^8.0.0", + "postcss-loader": "^8.1.0", "postcss-nested": "^6.0.1", "postcss-scss": "^4.0.9", "rimraf": "^5.0.5", - "sass": "^1.70.0", + "sass": "^1.71.0", "shelljs": "^0.8.5", "stylelint": "^14.16.1", "stylelint-config-recommended-vue": "^1.5.0", "stylelint-config-standard": "^29.0.0", - "tsup": "^8.0.1", + "tsup": "^8.0.2", "typescript": "^5.3.3", - "vite": "^5.0.12", + "vite": "^5.1.3", "vite-plugin-dts": "^3.7.2", "vite-plugin-style-import": "^2.0.0", - "vitest": "^1.2.2", + "vitest": "^1.3.0", "vue-tsc": "^1.8.27" }, "peerDependencies": {