Skip to content

Commit 3fffc99

Browse files
authored
chore: bump package versions (#50)
1 parent 1a67407 commit 3fffc99

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/configs/sidebase-auth.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const sidebaseAuth: ModuleConfig = {
8686
dependencies: [
8787
{
8888
name: '@sidebase/nuxt-auth',
89-
version: '^0.8.2',
89+
version: '^0.9.4',
9090
isDev: true
9191
},
9292
{

src/configs/typescript.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ const scripts: Config = {
1010
}],
1111
dependencies: [{
1212
name: 'vue-tsc',
13-
version: '^2.0.7',
13+
version: '^2.1.6',
1414
isDev: true
1515
}, {
1616
name: 'typescript',
17-
version: '^5.4.3',
17+
version: '^5.6.3',
1818
isDev: true,
1919
}, {
2020
name: '@types/node',
21-
version: '^20.11.30',
21+
version: '^22.7.8',
2222
isDev: true,
2323
}],
2424
files: [],

0 commit comments

Comments
 (0)