Skip to content

Commit

Permalink
Rollback vite and ts-pattern (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek authored Jan 20, 2025
1 parent 7110730 commit 2f9017d
Show file tree
Hide file tree
Showing 5 changed files with 339 additions and 113 deletions.
2 changes: 1 addition & 1 deletion LICENSE_REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
| ts-pattern | 5.6.1 | 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 |
| vitest | 3.0.2 | MIT | Anthony Fu | https://github.com/vitest-dev/vitest#readme |
| vitest | 2.1.8 | MIT | Anthony Fu | https://github.com/vitest-dev/vitest#readme |
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@
"semver": "^7.6.3",
"storybook": "^8.5.0",
"tiktoken-node": "^0.0.7",
"ts-pattern": "^5.6.1",
"ts-pattern": "^5.6.0",
"tsx": "^4.19.2",
"type-fest": "^4.32.0",
"typescript": "^5.7.3",
"valienv": "^0.7.0",
"vite": "^6.0.8",
"vitest": "^3.0.2"
"vite": "^5.4.12",
"vitest": "^2.1.8"
}
}
2 changes: 1 addition & 1 deletion packages/lake/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"rifm": "^0.12.1",
"three": "^0.172.0",
"ts-dedent": "^2.2.0",
"ts-pattern": "^5.6.1",
"ts-pattern": "^5.6.0",
"uuid": "^11.0.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/shared-business/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"react-dropzone": "^14.3.5",
"react-native-web": "^0.19.13",
"rifm": "^0.12.1",
"ts-pattern": "^5.6.1",
"ts-pattern": "^5.6.0",
"uuid": "^11.0.5"
},
"devDependencies": {
Expand All @@ -53,6 +53,6 @@
"@types/react-dom": "^18.3.1",
"@types/react-native": "^0.72.8",
"jsdom": "^26.0.0",
"vitest": "^3.0.2"
"vitest": "^2.1.8"
}
}
Loading

0 comments on commit 2f9017d

Please sign in to comment.