Skip to content

Commit

Permalink
Update package dependencies (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheraff authored Feb 26, 2024
2 parents 3b83f39 + 385c928 commit 839da87
Show file tree
Hide file tree
Showing 2 changed files with 205 additions and 213 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,52 +37,52 @@
"@fastify/cookie": "^9.3.1",
"@fastify/session": "^10.7.0",
"@fastify/static": "7.0.1",
"@tanstack/react-query": "^5.22.2",
"@tanstack/react-query-devtools": "^5.24.0",
"@tanstack/react-query": "^5.24.1",
"@tanstack/react-query-devtools": "^5.24.1",
"@vlcn.io/crsqlite": "0.16.3",
"@vlcn.io/crsqlite-wasm": "0.16.0",
"@vlcn.io/rx-tbl": "0.15.0",
"@vlcn.io/ws-common": "0.2.0",
"better-sqlite3": "^9.4.1",
"better-sqlite3": "^9.4.3",
"clsx": "^2.1.0",
"dotenv": "^16.4.4",
"dotenv": "^16.4.5",
"fastify": "^4.26.1",
"grant": "^5.4.22",
"pino-pretty": "10.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"valibot": "0.28.1",
"valibot": "0.29.0",
"web-push": "^3.6.7"
},
"devDependencies": {
"@fastify/http-proxy": "^9.4.0",
"@total-typescript/ts-reset": "0.5.1",
"@types/better-sqlite3": "^7.6.9",
"@types/node": "20.11.19",
"@types/react": "18.2.57",
"@types/node": "20.11.20",
"@types/react": "18.2.58",
"@types/react-dom": "18.2.19",
"@types/web-push": "^3.6.3",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react-swc": "3.6.0",
"@vitest/web-worker": "^1.3.0",
"@vitest/web-worker": "^1.3.1",
"chalk": "^5.3.0",
"chokidar": "3.6.0",
"cspell": "^8.4.0",
"cspell": "^8.4.1",
"esbuild": "0.20.1",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-refresh": "^0.4.5",
"json-schema-to-ts": "3.0.0",
"knip": "^5.0.1",
"knip": "^5.0.2",
"prettier": "^3.2.5",
"rollup-plugin-visualizer": "5.12.0",
"tsx": "4.7.1",
"turbo": "1.12.4",
"typed-css-modules": "^0.9.1",
"typescript": "^5.3.3",
"vite": "5.1.3",
"vitest": "^1.3.0",
"vite": "5.1.4",
"vitest": "^1.3.1",
"vitest-github-actions-reporter": "^0.11.1"
},
"engines": {
Expand Down
Loading

0 comments on commit 839da87

Please sign in to comment.