Skip to content

Commit

Permalink
chore: deps updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-solanki committed Dec 16, 2022
1 parent 23100e9 commit 4a9cff9
Show file tree
Hide file tree
Showing 5 changed files with 1,965 additions and 870 deletions.
14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
"license": "ISC",
"devDependencies": {
"@iconify-json/bx": "^1.1.5",
"@iconify-json/fluent-emoji": "^1.1.5",
"@iconify-json/fluent-emoji": "^1.1.7",
"@iconify-json/logos": "^1.1.19",
"@unocss/preset-icons": "^0.46.5",
"@unocss/preset-uno": "0.46.5",
"@unocss/preset-icons": "^0.47.6",
"@unocss/preset-uno": "0.47.6",
"markdown-it": "^13.0.1",
"markdown-it-container": "^3.0.0",
"postcss-prefix-selector": "^1.16.0",
"unocss": "^0.46.5",
"vitepress": "1.0.0-alpha.29"
"unocss": "^0.47.6",
"vitepress": "1.0.0-alpha.32"
},
"dependencies": {
"@vueuse/core": "^9.6.0",
"anu-vue": "workspace:*",
"@anu-vue/preset-theme-default": "workspace:*",
"@vueuse/core": "^9.7.0",
"anu-vue": "workspace:*",
"vee-validate": "^4.7.3",
"vue": "^3.2.45"
}
Expand Down
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,35 +12,36 @@
"clean": "rimraf packages/anu-vue/dist && rimraf packages/anu-nuxt/dist && rimraf packages/preset-theme-default/dist",
"release": "bumpp package.json packages/**/package.json",
"lint": "pnpm --filter anu-vue lint",
"update:deps": "taze -r -w",
"update:deps": "taze -r -w --install",
"test": "nr --filter anu-vue test"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@antfu/eslint-config-vue": "^0.31.0",
"@antfu/eslint-config-vue": "^0.31.1",
"@antfu/ni": "^0.18.8",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"@types/node": "^18.11.15",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"bumpp": "^8.2.1",
"eslint": "^8.28.0",
"eslint": "^8.29.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsonc": "^2.5.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-unicorn": "^45.0.0",
"eslint-plugin-unicorn": "^45.0.2",
"eslint-plugin-vue": "^9.8.0",
"fast-glob": "^3.2.12",
"pnpm": "^7.17.1",
"pnpm": "^7.18.2",
"rimraf": "^3.0.2",
"tsx": "^3.10.4",
"typescript": "^4.9.3",
"unbuild": "^1.0.1",
"vue-component-meta": "^1.0.8"
"taze": "^0.8.4",
"tsx": "^3.12.1",
"typescript": "^4.9.4",
"unbuild": "^1.0.2",
"vue-component-meta": "^1.0.13"
},
"packageManager": "pnpm@7.18.0"
}
18 changes: 9 additions & 9 deletions packages/anu-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,27 +45,27 @@
"test": "vitest"
},
"dependencies": {
"@floating-ui/dom": "^1.0.3",
"vue": "^3.2.41"
"@floating-ui/dom": "^1.0.12",
"vue": "^3.2.45"
},
"devDependencies": {
"@unocss/core": "^0.46.5",
"@unocss/reset": "^0.46.5",
"@vitejs/plugin-vue": "^3.2.0",
"@vitejs/plugin-vue-jsx": "^2.1.1",
"@vue/test-utils": "^2.2.6",
"@vueuse/core": "^9.6.0",
"@vueuse/core": "^9.7.0",
"jsdom": "^20.0.3",
"markdown-it": "^13.0.1",
"sass": "^1.56.1",
"typescript": "^4.9.3",
"sass": "^1.56.2",
"typescript": "^4.9.4",
"unocss": "^0.46.5",
"unplugin-vue-components": "^0.22.11",
"vite": "^3.2.4",
"unplugin-vue-components": "^0.22.12",
"vite": "^3.2.5",
"vite-plugin-dts": "^1.7.1",
"vitest": "^0.25.6",
"vitest": "^0.25.8",
"vue-router": "^4.1.6",
"vue-tsc": "^1.0.9"
"vue-tsc": "^1.0.13"
},
"peerDependencies": {
"@unocss/reset": "^0.41.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-theme-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/fs-extra": "^9.0.13",
"@unocss/core": "^0.45.30",
"@unocss/reset": "^0.46.5",
"fs-extra": "^11.0.0",
"fs-extra": "^11.1.0",
"rollup-plugin-scss": "3"
}
}
Loading

0 comments on commit 4a9cff9

Please sign in to comment.