Skip to content

Commit ec3eab9

Browse files
authored
bump ts-fsrs to 4.1.1 & fsrs-browser to 1.1.4 (#46)
* bump ts-fsrs to 4.1.1 & fsrs-browser to 1.1.4 * update wasm
1 parent 2359b1f commit ec3eab9

File tree

3 files changed

+13
-20
lines changed

3 files changed

+13
-20
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"db:push": "npx prisma db push",
1313
"db:generate": "npx prisma generate",
1414
"db:init": "npx prisma migrate dev --name init",
15-
"postinstall": "prisma generate"
15+
"postinstall": "prisma generate && cp ./node_modules/fsrs-browser/fsrs_browser_bg.wasm public/"
1616
},
1717
"dependencies": {
1818
"@hookform/resolvers": "^3.6.0",
@@ -42,7 +42,7 @@
4242
"class-variance-authority": "^0.7.0",
4343
"clsx": "^2.1.1",
4444
"cmdk": "^1.0.0",
45-
"fsrs-browser": "^1.1.3",
45+
"fsrs-browser": "^1.1.4",
4646
"lucide-react": "^0.395.0",
4747
"next": "14.1.1",
4848
"next-auth": "^4.24.7",
@@ -55,7 +55,7 @@
5555
"sharp": "^0.33.4",
5656
"tailwind-merge": "^2.3.0",
5757
"tailwindcss-animate": "^1.0.7",
58-
"ts-fsrs": "^4.0.2",
58+
"ts-fsrs": "^4.1.1",
5959
"vaul": "^0.9.1",
6060
"zod": "^3.23.8"
6161
},

pnpm-lock.yaml

Lines changed: 10 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/fsrs_browser_bg.wasm

99.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)