File tree Expand file tree Collapse file tree 6 files changed +87
-88
lines changed Expand file tree Collapse file tree 6 files changed +87
-88
lines changed Original file line number Diff line number Diff line change 25
25
- name : Setup Tools
26
26
uses : ./.github/setup
27
27
- name : Get base and head commits for `nx affected`
28
- uses : nrwl/nx-set-shas@v4.0.6
28
+ uses : nrwl/nx-set-shas@v4.1.0
29
29
with :
30
30
main-branch-name : main
31
31
- name : Run Checks
Original file line number Diff line number Diff line change 25
25
"test:build" : " vite build && vitest && publint --strict"
26
26
},
27
27
"dependencies" : {
28
- "@tanstack/query-core" : " ^5.52.0 " ,
28
+ "@tanstack/query-core" : " ^5.52.3 " ,
29
29
"react" : " ^18.3.1" ,
30
30
"react-dom" : " ^18.3.1"
31
31
},
Original file line number Diff line number Diff line change 29
29
},
30
30
"devDependencies" : {
31
31
"@tanstack/config" : " workspace:*" ,
32
- "@vitejs/plugin-vue" : " ^5.1.2 "
32
+ "@vitejs/plugin-vue" : " ^5.1.3 "
33
33
}
34
34
}
Original file line number Diff line number Diff line change 5
5
"type" : " git" ,
6
6
"url" : " https://github.com/TanStack/config.git"
7
7
},
8
- "packageManager" : " pnpm@9.8 .0" ,
8
+ "packageManager" : " pnpm@9.9 .0" ,
9
9
"type" : " module" ,
10
10
"scripts" : {
11
11
"preinstall" : " node -e \" if(process.env.CI == 'true') {console.log('Skipping preinstall...')} else {process.exit(1)}\" || npx -y only-allow pnpm" ,
25
25
"devDependencies" : {
26
26
"@types/node" : " ^20.14.10" ,
27
27
"jsdom" : " ^24.1.3" ,
28
- "nx" : " ^19.6.2 " ,
28
+ "nx" : " ^19.6.4 " ,
29
29
"prettier" : " ^3.3.3" ,
30
30
"publint" : " ^0.2.10" ,
31
31
"sherif" : " ^0.11.0" ,
Original file line number Diff line number Diff line change 61
61
"dependencies" : {
62
62
"@commitlint/parse" : " ^19.0.3" ,
63
63
"@eslint/js" : " ^8.57.0" ,
64
- "@stylistic/eslint-plugin-js" : " ^2.6.4 " ,
64
+ "@stylistic/eslint-plugin-js" : " ^2.7.1 " ,
65
65
"commander" : " ^12.1.0" ,
66
66
"current-git-branch" : " ^1.1.0" ,
67
67
"esbuild-register" : " ^3.6.0" ,
86
86
},
87
87
"devDependencies" : {
88
88
"@types/current-git-branch" : " ^1.1.6" ,
89
- "@types/eslint" : " ^8.56.11 " ,
89
+ "@types/eslint" : " ^8.56.12 " ,
90
90
"@types/interpret" : " ^1.1.3" ,
91
91
"@types/jsonfile" : " ^6.1.4" ,
92
92
"@types/liftoff" : " ^4.0.3" ,
93
93
"@types/minimist" : " ^1.2.5" ,
94
94
"@types/semver" : " ^7.5.8" ,
95
95
"@types/v8flags" : " ^3.1.3" ,
96
96
"eslint" : " ^8.57.0" ,
97
- "type-fest" : " ^4.25 .0"
97
+ "type-fest" : " ^4.26 .0"
98
98
}
99
99
}
You can’t perform that action at this time.
0 commit comments