Skip to content

Commit

Permalink
chore: bump package versions (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser authored Oct 25, 2024
1 parent 1a67407 commit 3fffc99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/configs/sidebase-auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const sidebaseAuth: ModuleConfig = {
dependencies: [
{
name: '@sidebase/nuxt-auth',
version: '^0.8.2',
version: '^0.9.4',
isDev: true
},
{
Expand Down
6 changes: 3 additions & 3 deletions src/configs/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ const scripts: Config = {
}],
dependencies: [{
name: 'vue-tsc',
version: '^2.0.7',
version: '^2.1.6',
isDev: true
}, {
name: 'typescript',
version: '^5.4.3',
version: '^5.6.3',
isDev: true,
}, {
name: '@types/node',
version: '^20.11.30',
version: '^22.7.8',
isDev: true,
}],
files: [],
Expand Down

0 comments on commit 3fffc99

Please sign in to comment.