Skip to content

Commit

Permalink
feat(global): update all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hrynevychroman committed Sep 12, 2024
1 parent f5830f2 commit 3ec0c2b
Show file tree
Hide file tree
Showing 11 changed files with 2,804 additions and 2,201 deletions.
2 changes: 1 addition & 1 deletion apps/nuxt-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"vue": "catalog:"
},
"devDependencies": {
"@nuxt/eslint": "^0.5.1",
"@nuxt/eslint": "^0.5.7",
"@nuxtjs/tailwindcss": "^6.12.1"
}
}
14 changes: 7 additions & 7 deletions apps/vue-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@
"@gwlab/tailwind": "workspace:*",
"@gwlab/types": "workspace:*",
"@gwlab/ui": "workspace:*",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@intlify/unplugin-vue-i18n": "^5.0.0",
"pinia": "^2.2.2",
"pinia-plugin-persistedstate": "^3.2.1",
"pinia-plugin-persistedstate": "^4.0.1",
"vue": "catalog:",
"vue-i18n": "9.13.1",
"vue-router": "^4.4.3"
"vue-i18n": "10.0.1",
"vue-router": "^4.4.4"
},
"devDependencies": {
"@types/node": "^22.5.0",
"@types/node": "^22.5.4",
"autoprefixer": "^10.4.20",
"destr": "^2.0.3",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-router": "^0.10.7",
"unplugin-vue-router": "^0.10.8",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.0.29"
"vue-tsc": "^2.1.6"
}
}
4 changes: 2 additions & 2 deletions apps/vue-start/src/store/auth.store.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Auth, User } from '@gwlab/types'
import { omit } from 'radash'
import type { Auth, User } from '@gwlab/types'

export const useAuthStore = defineStore('auth-store', () => {
const user = ref<User | null>(null)
Expand Down Expand Up @@ -66,6 +66,6 @@ export const useAuthStore = defineStore('auth-store', () => {
}, {
persist: {
storage: localStorage,
paths: ['user', 'token', 'refreshToken', 'expiresAt', 'refreshExpiresAt'],
pick: ['user', 'token', 'refreshToken', 'expiresAt', 'refreshExpiresAt'],
},
})
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,51 +15,51 @@
"prepare": "simple-git-hooks",
"release": "bumpp"
},
"packageManager": "pnpm@9.7.1",
"packageManager": "pnpm@9.10.0",
"engines": {
"node": ">=20.11.0",
"pnpm": ">=9.0.0"
},
"dependencies": {
"@internationalized/date": "^3.5.5",
"@internationalized/number": "^3.5.3",
"@tanstack/vue-query": "^5.52.0",
"@tanstack/vue-table": "^8.20.4",
"@tanstack/vue-query": "^5.55.4",
"@tanstack/vue-table": "^8.20.5",
"@vee-validate/zod": "^4.13.2",
"@vueuse/core": "^11.0.1",
"@vueuse/integrations": "^11.0.1",
"@vueuse/router": "^11.0.1",
"@vueuse/core": "^11.0.3",
"@vueuse/integrations": "^11.0.3",
"@vueuse/router": "^11.0.3",
"fuse.js": "^7",
"i18next": "^23.14.0",
"libphonenumber-js": "^1.11.7",
"i18next": "^23.15.1",
"libphonenumber-js": "^1.11.8",
"nanoid": "^5.0.7",
"ofetch": "^1.3.4",
"pathe": "^1.1.2",
"radash": "^12.1.0",
"radix-vue": "^1.9.4",
"radix-vue": "^1.9.5",
"vee-validate": "^4.13.2",
"vue-sonner": "1.1.2",
"zod": "^3.23.8",
"zod-i18n-map": "^2.27.0",
"zod-validation-error": "^3.3.1"
},
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/format": "^19.3.0",
"@types/eslint": "^8.56.11",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/format": "^19.5.0",
"@types/eslint": "^9.6.1",
"@types/file-saver": "^2.0.7",
"@types/node": "^22.5.0",
"@vitejs/plugin-vue": "^5.1.2",
"bumpp": "^9.5.1",
"@types/node": "^22.5.4",
"@vitejs/plugin-vue": "^5.1.3",
"bumpp": "^9.5.2",
"defu": "^6.1.4",
"lint-staged": "^15.2.9",
"lint-staged": "^15.2.10",
"simple-git-hooks": "^2.11.1",
"turbo": "^2.0.14",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vite-plugin-checker": "^0.7.2",
"vite-plugin-vue-devtools": "^7.3.8",
"turbo": "^2.1.1",
"typescript": "^5.6.2",
"vite": "^5.4.4",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-vue-devtools": "^7.4.5",
"vite-plugin-vue-layouts": "^0.11.0"
},
"simple-git-hooks": {
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"@gwlab/types": "workspace:*"
},
"devDependencies": {
"@turbo/gen": "^2.0.14",
"@types/eslint": "^8.56.11",
"@types/node": "^22.5.0",
"typescript": "^5.5.4"
"@turbo/gen": "^2.1.1",
"@types/eslint": "^9.6.1",
"@types/node": "^22.5.4",
"typescript": "^5.6.2"
}
}
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"private": true,
"main": "eslint.config.js",
"devDependencies": {
"@antfu/eslint-config": "^2.27.0",
"eslint": "^9.9.0",
"eslint-import-resolver-typescript": "^3.6.1",
"@antfu/eslint-config": "^3.5.1",
"eslint": "^9.10.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-tailwindcss": "^3.17.4"
}
}
2 changes: 1 addition & 1 deletion packages/postcss-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"postcss": "^8.4.41",
"postcss": "^8.4.45",
"postcss-functions": "^4.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"devDependencies": {
"@tailwindcss/container-queries": "^0.1.1",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.10",
"tailwindcss": "^3.4.11",
"tailwindcss-animate": "^1.0.7"
},
"dependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"class-variance-authority": "^0.7.0",
"vaul-vue": "^0.2.0",
"vue": "catalog:",
"vue-i18n": "9.13.1"
"vue-i18n": "10.0.1"
},
"devDependencies": {
"@turbo/gen": "^2.0.14",
"@types/eslint": "^8.56.11",
"@types/node": "^22.5.0",
"typescript": "^5.5.4"
"@turbo/gen": "^2.1.1",
"@types/eslint": "^9.6.1",
"@types/node": "^22.5.4",
"typescript": "^5.6.2"
}
}
Loading

0 comments on commit 3ec0c2b

Please sign in to comment.