Skip to content

Commit

Permalink
Rollback vite and ts-pattern (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek authored Jan 20, 2025
1 parent b36c2a6 commit bf33f3b
Show file tree
Hide file tree
Showing 8 changed files with 303 additions and 344 deletions.
6 changes: 3 additions & 3 deletions LICENSE_REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
| rifm | 0.12.1 | MIT | istarkov | https://github.com/istarkov/rifm#readme |
| shx | 0.3.4 | MIT | Unknown | https://github.com/shelljs/shx#readme |
| tggl-client | 2.0.1 | ISC | Nicolas Keller | https://tggl.io/developers/sdks/node |
| ts-pattern | 5.6.1 | MIT | Gabriel Vergnaud | https://github.com/gvergnaud/ts-pattern#readme |
| ts-pattern | 5.6.0 | MIT | Gabriel Vergnaud | https://github.com/gvergnaud/ts-pattern#readme |
| type-fest | 4.32.0 | (MIT OR CC0-1.0) | Sindre Sorhus | https://github.com/sindresorhus/type-fest#readme |
| uuid | 11.0.5 | MIT | Unknown | https://github.com/uuidjs/uuid#readme |
| valienv | 0.7.0 | MIT | Mathieu Acthernoene | https://github.com/zoontek/valienv#readme |
| vite | 6.0.9 | MIT | Evan You | https://vite.dev |
| vitest | 3.0.2 | MIT | Anthony Fu | https://github.com/vitest-dev/vitest#readme |
| vite | 5.4.11 | MIT | Evan You | https://vite.dev |
| vitest | 2.1.8 | MIT | Anthony Fu | https://github.com/vitest-dev/vitest#readme |
10 changes: 5 additions & 5 deletions clients/banking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"@swan-io/boxed": "3.2.0",
"@swan-io/chicane": "2.1.0",
"@swan-io/graphql-client": "0.5.1",
"@swan-io/lake": "11.3.2",
"@swan-io/lake": "11.3.3",
"@swan-io/request": "2.0.0",
"@swan-io/shared-business": "11.3.2",
"@swan-io/shared-business": "11.3.3",
"@swan-io/use-form": "3.1.0",
"core-js": "3.40.0",
"dayjs": "1.11.13",
Expand All @@ -33,7 +33,7 @@
"react-native-web": "0.19.13",
"rifm": "0.12.1",
"tggl-client": "2.0.1",
"ts-pattern": "5.6.1"
"ts-pattern": "5.6.0"
},
"devDependencies": {
"@types/iban": "0.0.35",
Expand All @@ -43,7 +43,7 @@
"@vitejs/plugin-react-swc": "3.7.2",
"jsdom": "26.0.0",
"type-fest": "4.32.0",
"vite": "6.0.9",
"vitest": "3.0.2"
"vite": "5.4.11",
"vitest": "2.1.8"
}
}
10 changes: 5 additions & 5 deletions clients/onboarding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"@swan-io/boxed": "3.2.0",
"@swan-io/chicane": "2.1.0",
"@swan-io/graphql-client": "0.5.1",
"@swan-io/lake": "11.3.2",
"@swan-io/lake": "11.3.3",
"@swan-io/request": "2.0.0",
"@swan-io/shared-business": "11.3.2",
"@swan-io/shared-business": "11.3.3",
"@swan-io/use-form": "3.1.0",
"core-js": "3.40.0",
"dayjs": "1.11.13",
Expand All @@ -30,7 +30,7 @@
"react-dom": "18.3.1",
"react-native-web": "0.19.13",
"tggl-client": "2.0.1",
"ts-pattern": "5.6.1",
"ts-pattern": "5.6.0",
"uuid": "11.0.5"
},
"devDependencies": {
Expand All @@ -40,7 +40,7 @@
"@vitejs/plugin-react-swc": "3.7.2",
"jsdom": "26.0.0",
"type-fest": "4.32.0",
"vite": "6.0.9",
"vitest": "3.0.2"
"vite": "5.4.11",
"vitest": "2.1.8"
}
}
10 changes: 5 additions & 5 deletions clients/payment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@swan-io/boxed": "3.2.0",
"@swan-io/chicane": "2.1.0",
"@swan-io/graphql-client": "0.5.1",
"@swan-io/lake": "11.3.2",
"@swan-io/shared-business": "11.3.2",
"@swan-io/lake": "11.3.3",
"@swan-io/shared-business": "11.3.3",
"@swan-io/use-form": "3.1.0",
"core-js": "3.40.0",
"dayjs": "1.11.13",
Expand All @@ -29,7 +29,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native-web": "0.19.13",
"ts-pattern": "5.6.1"
"ts-pattern": "5.6.0"
},
"devDependencies": {
"@types/iban": "0.0.35",
Expand All @@ -39,7 +39,7 @@
"@vitejs/plugin-react-swc": "3.7.2",
"jsdom": "26.0.0",
"type-fest": "4.32.0",
"vite": "6.0.9",
"vitest": "3.0.2"
"vite": "5.4.11",
"vitest": "2.1.8"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"type-fest": "4.32.0",
"typescript": "5.7.3",
"valienv": "0.7.0",
"vite": "6.0.9",
"vitest": "3.0.2"
"vite": "5.4.11",
"vitest": "2.1.8"
}
}
Loading

0 comments on commit bf33f3b

Please sign in to comment.