Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update projects - autoclosed #146

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion projects/auth-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@antfu/eslint-config": "^0.31.0",
"@antfu/eslint-config": "^0.33.1",
"eslint": "^8.28.0"
}
}
10 changes: 5 additions & 5 deletions projects/auth-vue/packages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@
"crypto-js": "^4.1.1"
},
"dependencies": {
"@types/lodash": "^4.14.190",
"@types/lodash": "^4.14.191",
"crypto-js": "^4.1.1",
"jose": "^4.11.1",
"js-cookie": "^3.0.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.31.0",
"@antfu/eslint-config": "^0.33.1",
"@capacitor/preferences": "^4.0.2",
"@types/crypto-js": "^4.1.1",
"@types/js-cookie": "^3.0.2",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"@types/node": "^18.11.10",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"axios": "^1.2.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
Expand Down
290 changes: 160 additions & 130 deletions projects/auth-vue/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion projects/chatwoot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@antfu/eslint-config": "^0.31.0",
"@antfu/eslint-config": "^0.33.1",
"eslint": "^8.28.0"
}
}
2 changes: 1 addition & 1 deletion projects/chatwoot/packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"defu": "^6.1.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.31.0",
"@antfu/eslint-config": "^0.33.1",
"@nuxt/module-builder": "^0.2.1",
"@nuxt/schema": "^3.0.0",
"eslint": "^8.28.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/chatwoot/packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"defu": "^6.1.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.31.0",
"@antfu/eslint-config": "^0.33.1",
"eslint": "^8.28.0",
"tsx": "^3.12.1",
"unbuild": "^1.0.1",
Expand Down
16 changes: 8 additions & 8 deletions projects/chatwoot/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chatwoot-vue-playground",
"private": true,
"packageManager": "pnpm@7.17.0",
"packageManager": "pnpm@7.17.1",
"scripts": {
"build": "vite build",
"dev": "vite --port 3000 --open",
Expand All @@ -12,34 +12,34 @@
"dependencies": {
"@huntersofbook/chatwoot-vue": "workspace:^0.4.3",
"@vueuse/core": "^9.6.0",
"@vueuse/head": "^1.0.18",
"@vueuse/head": "^1.0.19",
"nprogress": "^0.2.0",
"pinia": "^2.0.26",
"pinia": "^2.0.27",
"sass": "^1.56.1",
"vee-validate": "^4.7.3",
"vue": "^3.2.45",
"vue-i18n": "^9.3.0-beta.10",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@antfu/eslint-config": "^0.31.0",
"@antfu/eslint-config": "^0.33.1",
"@iconify-json/carbon": "^1.1.11",
"@intlify/vite-plugin-vue-i18n": "^7.0.0-beta.4",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^3.2.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.28.0",
"postcss": "^8.4.19",
"postcss-import": "^15.0.0",
"postcss-import": "^15.0.1",
"postcss-nesting": "^10.2.0",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3",
"unocss": "^0.46.5",
"unplugin-auto-import": "^0.11.5",
"unocss": "^0.47.5",
"unplugin-auto-import": "^0.12.0",
"unplugin-vue-components": "^0.22.11",
"vite": "^3.2.4",
"vite-plugin-pages": "^0.27.1",
"vite-plugin-vue-layouts": "^0.7.0",
"vue-tsc": "^1.0.9"
"vue-tsc": "^1.0.10"
}
}