Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
LarchLiu committed Jun 23, 2023
1 parent f01cb7e commit a7e5433
Show file tree
Hide file tree
Showing 8 changed files with 1,722 additions and 1,980 deletions.
16 changes: 8 additions & 8 deletions app/extension/chrome/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,28 @@
},
"dependencies": {
"@stargram/core": "workspace:*",
"@vueuse/core": "^10.1.2",
"@vueuse/core": "^10.2.0",
"@vueuse/head": "^1.1.26",
"element-plus": "^2.3.6",
"element-plus": "^2.3.7",
"vue-i18n": "^9.2.2"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^0.11.0",
"@types/chrome": "^0.0.237",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.16.16",
"@types/ws": "^8.5.4",
"@types/node": "^18.16.18",
"@types/ws": "^8.5.5",
"@vitejs/plugin-vue": "^4.2.3",
"chokidar": "^3.5.3",
"chrome-types": "^0.1.199",
"chrome-types": "^0.1.208",
"cross-env": "^7.0.3",
"eslint-plugin-cypress": "^2.13.3",
"fs-extra": "^11.1.1",
"npm-run-all": "^4.1.5",
"sass": "^1.62.1",
"unocss": "^0.52.7",
"sass": "^1.63.6",
"unocss": "^0.53.3",
"unplugin-auto-import": "^0.16.4",
"unplugin-vue-components": "^0.25.0",
"unplugin-vue-components": "^0.25.1",
"vue": "^3.3.4",
"ws": "^8.13.0"
}
Expand Down
4 changes: 1 addition & 3 deletions app/extension/chrome/src/contentScript/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'

export {}

declare module '@vue/runtime-core' {
declare module 'vue' {
export interface GlobalComponents {
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Expand Down
4 changes: 1 addition & 3 deletions app/extension/chrome/src/popup/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'

export {}

declare module '@vue/runtime-core' {
declare module 'vue' {
export interface GlobalComponents {
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "stargram",
"version": "0.0.7",
"private": true,
"packageManager": "pnpm@8.6.0",
"packageManager": "pnpm@8.6.3",
"description": "Manage all your starred pages.",
"author": "Alex Liu <larch.liu@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -37,19 +37,19 @@
"up:w": "taze major -r -w"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.4",
"@unocss/eslint-config": "^0.52.7",
"bumpp": "^9.1.0",
"eslint": "^8.41.0",
"@antfu/eslint-config": "^0.39.5",
"@unocss/eslint-config": "^0.53.3",
"bumpp": "^9.1.1",
"eslint": "^8.43.0",
"lint-staged": "^13.2.2",
"rimraf": "^5.0.1",
"simple-git-hooks": "^2.8.1",
"taze": "^0.10.1",
"turbo": "^1.10.1",
"typescript": "^5.1.0",
"taze": "^0.10.2",
"turbo": "^1.10.5",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vitest": "^0.31.4",
"vue-tsc": "^1.6.5"
"vitest": "^0.32.2",
"vue-tsc": "^1.8.1"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,6 @@
}
},
"devDependencies": {
"ofetch": "^1.0.1"
"ofetch": "^1.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/plugins/generate-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
"@antfu/utils": "^0.7.4",
"magic-string": "^0.30.0",
"scule": "^1.0.0",
"unimport": "^3.0.7",
"unimport": "^3.0.8",
"unplugin": "^1.3.1"
},
"devDependencies": {
"tsup": "^6.7.0"
"tsup": "^7.0.0"
}
}
Loading

1 comment on commit a7e5433

@vercel
Copy link

@vercel vercel bot commented on a7e5433 Jun 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

star-nexus – ./

star-nexus.vercel.app
star-nexus-larchliu.vercel.app
star-nexus-git-main-larchliu.vercel.app

Please sign in to comment.