Skip to content

Commit

Permalink
feat: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nailiable committed Oct 26, 2024
1 parent 5156205 commit 6e1bbc9
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 32 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
"intlify",
"Naily",
"nailyjs",
"nprogress",
"pinia",
"pnpm",
"sizecheck",
"taze",
"typecheck",
"unocss",
"unplugin",
Expand Down
6 changes: 5 additions & 1 deletion backend/welcome-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ export class WelcomeServerImpl implements WelcomeServer {
sayHello() {
this.toggle = !this.toggle
return this.toggle
? 'Hello, world! Click me to refetch.'
? 'Hello, world! Click me to refetch?'
: 'Hello, vitesse! Click me to refetch.'
}

sayGoodbye() {
return 'Goodbye, world!'
}
}
1 change: 1 addition & 0 deletions common/welcome-protocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ export const WelcomeServer = 'WelcomeServer'

export interface WelcomeServer {
sayHello(): string
sayGoodbye(): string
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"sizecheck": "npx vite-bundle-visualizer"
},
"dependencies": {
"@nailyjs/backend": "^1.0.2",
"@nailyjs/ioc": "^1.0.2",
"@nailyjs/rpc": "^1.0.2",
"@nailyjs/backend": "^1.0.7",
"@nailyjs/ioc": "^1.0.7",
"@nailyjs/rpc": "^1.0.7",
"@unhead/vue": "^1.10.0",
"@unocss/reset": "^0.62.2",
"@vueuse/core": "^11.0.1",
Expand Down Expand Up @@ -60,7 +60,7 @@
"typescript": "^5.5.4",
"unocss": "^0.62.2",
"unplugin-auto-import": "^0.18.2",
"unplugin-rpc": "^1.0.2",
"unplugin-rpc": "^1.0.7",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-macros": "^2.11.6",
"unplugin-vue-markdown": "^0.26.2",
Expand Down
54 changes: 27 additions & 27 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6e1bbc9

Please sign in to comment.