mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-28 16:06:47 +01:00
global: use same versions for dependencies everywhere (#7365)
* global: use same versions for dependencies everywhere * intl: fix `Cannot find module '@lingui/macro'` * web: fix `I18n' is not assignable to parameter` type error * setup: log post install cmd * setup: more logging * web: update lockfile
This commit is contained in:
@@ -12,16 +12,15 @@
|
||||
"dependencies": {
|
||||
"@orama/orama": "^1.0.8",
|
||||
"@trpc/server": "10.45.2",
|
||||
"async-mutex": "^0.4.0",
|
||||
"async-mutex": "0.5.0",
|
||||
"cors": "^2.8.5",
|
||||
"util": "^0.12.5",
|
||||
"zod": "^3.21.4"
|
||||
"zod": "3.23.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@notesnook/theme": "file:../../packages/theme",
|
||||
"@types/cors": "^2.8.13",
|
||||
"@vitejs/plugin-react": "^4.0.3",
|
||||
"react": "18.2.0",
|
||||
"vite-node": "^0.33.0"
|
||||
"react": "18.3.1",
|
||||
"vite-node": "2.1.8"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user