File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
2525 - name : Setup pnpm
2626 uses : pnpm/action-setup@v3
2727 with :
28- version : 10.15.1
28+ version : 10.34.5
2929
3030 - name : Setup node
3131 uses : actions/setup-node@v5
3232 with :
33- node-version : 24.7 .0
33+ node-version : 24.19 .0
3434 cache : ' pnpm'
3535
3636 - name : Get playwright version
Original file line number Diff line number Diff line change 11{
22 "name" : " bachelor" ,
33 "type" : " module" ,
4- "packageManager" : " pnpm@10.15.1 " ,
4+ "packageManager" : " pnpm@10.34.5 " ,
55 "engines" : {
6- "node" : " 24.7 .0" ,
7- "pnpm" : " 10.15.1 "
6+ "node" : " 24.19 .0" ,
7+ "pnpm" : " 10.34.5 "
88 },
99 "scripts" : {
1010 "format:check" : " prettier --check ." ,
1111 "format" : " prettier --write ." ,
1212 "test" : " pnpm --filter \" core\" test"
1313 },
1414 "devDependencies" : {
15- "prettier" : " 3.6.2 " ,
16- "prettier-plugin-organize-imports" : " 4.2 .0" ,
17- "prettier-plugin-svelte" : " 3.4.0 " ,
18- "prettier-plugin-tailwindcss" : " 0.6.14 "
15+ "prettier" : " 3.9.6 " ,
16+ "prettier-plugin-organize-imports" : " 4.3 .0" ,
17+ "prettier-plugin-svelte" : " 3.5.2 " ,
18+ "prettier-plugin-tailwindcss" : " 0.8.1 "
1919 }
2020}
Original file line number Diff line number Diff line change 1414 },
1515 "devDependencies" : {
1616 "@iconify-json/mdi" : " 1.2.3" ,
17- "@sveltejs/adapter-cloudflare" : " 7.2.3 " ,
18- "@sveltejs/kit" : " 2.37.1 " ,
19- "@sveltejs/vite-plugin-svelte" : " 6.1 .4" ,
20- "@types/node" : " 24.3.1 " ,
21- "@webgpu/types" : " 0.1.64 " ,
17+ "@sveltejs/adapter-cloudflare" : " 7.2.9 " ,
18+ "@sveltejs/kit" : " 2.70.2 " ,
19+ "@sveltejs/vite-plugin-svelte" : " 6.2 .4" ,
20+ "@types/node" : " 24.13.3 " ,
21+ "@webgpu/types" : " 0.1.71 " ,
2222 "postcss-nesting" : " 13.0.2" ,
23- "svelte" : " 5.38.7 " ,
24- "svelte-check" : " 4.3.1 " ,
25- "typescript" : " 5.9.2 " ,
26- "unocss" : " 66.5.0 " ,
27- "unplugin-icons" : " 22.2 .0" ,
28- "vite" : " 7.1.4 " ,
29- "wrangler" : " 4.34 .0"
23+ "svelte" : " 5.56.8 " ,
24+ "svelte-check" : " 4.7.5 " ,
25+ "typescript" : " 5.9.3 " ,
26+ "unocss" : " 66.7.5 " ,
27+ "unplugin-icons" : " 22.5 .0" ,
28+ "vite" : " 7.3.6 " ,
29+ "wrangler" : " 4.121 .0"
3030 },
3131 "dependencies" : {
3232 "@bachelor/core" : " workspace:" ,
33- "bits-ui" : " 2.9.6 "
33+ "bits-ui" : " 2.18.1 "
3434 }
3535}
Original file line number Diff line number Diff line change 1515 },
1616 "devDependencies" : {
1717 "@total-typescript/tsconfig" : " 1.0.4" ,
18- "@vitest/browser" : " 3.2.4 " ,
19- "@webgpu/types" : " 0.1.64 " ,
20- "playwright" : " 1.55.0 " ,
21- "vitest" : " 3.2.4 "
18+ "@vitest/browser" : " 3.2.7 " ,
19+ "@webgpu/types" : " 0.1.71 " ,
20+ "playwright" : " 1.62.1 " ,
21+ "vitest" : " 3.2.7 "
2222 }
2323}
Original file line number Diff line number Diff line change 1212 },
1313 "devDependencies" : {
1414 "@total-typescript/tsconfig" : " 1.0.4" ,
15- "@vitest/browser" : " 3.2.4 " ,
16- "playwright" : " 1.55.0 " ,
17- "vitest" : " 3.2.4 "
15+ "@vitest/browser" : " 3.2.7 " ,
16+ "playwright" : " 1.62.1 " ,
17+ "vitest" : " 3.2.7 "
1818 },
1919 "dependencies" : {
2020 "@bachelor/core" : " workspace:"
Original file line number Diff line number Diff line change 1- 3.11.13
1+ 3.14.7
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ name = "quality"
33version = " 0.1.0"
44description = " Add your description here"
55readme = " README.md"
6- requires-python = " ==3.11.13 "
6+ requires-python = " ==3.14.7 "
77dependencies = [
8- " cmcrameri==1.9 " ,
9- " matplotlib==3.10.5 " ,
10- " networkx==3.5 " ,
11- " numpy==2.3 .2" ,
8+ " cmcrameri==1.10 " ,
9+ " matplotlib==3.11.1 " ,
10+ " networkx==3.6.1 " ,
11+ " numpy==2.5 .2" ,
1212 " nx2ipe==0.0.7" ,
1313 " pillow==11.3.0" ,
14- " scipy==1.16.1 " ,
15- " setuptools==80.9.0 " ,
14+ " scipy==1.18.0 " ,
15+ " setuptools==80.10.2 " ,
1616]
You can’t perform that action at this time.
0 commit comments