Chore: Update packages
This commit is contained in:
parent
89507f8412
commit
6550f703a5
2 changed files with 770 additions and 935 deletions
22
package.json
22
package.json
|
@ -22,30 +22,30 @@
|
||||||
"@fortawesome/pro-solid-svg-icons": "^6.5.1",
|
"@fortawesome/pro-solid-svg-icons": "^6.5.1",
|
||||||
"@fortawesome/pro-thin-svg-icons": "^6.5.1",
|
"@fortawesome/pro-thin-svg-icons": "^6.5.1",
|
||||||
"@fortawesome/sharp-solid-svg-icons": "^6.5.1",
|
"@fortawesome/sharp-solid-svg-icons": "^6.5.1",
|
||||||
"@lucia-auth/adapter-drizzle": "^1.0.2",
|
"@lucia-auth/adapter-drizzle": "^1.0.3",
|
||||||
"@paralleldrive/cuid2": "^2.2.2",
|
"@paralleldrive/cuid2": "^2.2.2",
|
||||||
"@solidjs/meta": "^0.29.3",
|
"@solidjs/meta": "^0.29.3",
|
||||||
"@solidjs/router": "^0.12.4",
|
"@solidjs/router": "^0.13.0",
|
||||||
"@solidjs/start": "^0.6.0",
|
"@solidjs/start": "^0.7.3",
|
||||||
"arctic": "^1.2.1",
|
"arctic": "^1.2.1",
|
||||||
"colors": "^1.4.0",
|
"colors": "^1.4.0",
|
||||||
"drizzle-orm": "^0.29.4",
|
"drizzle-orm": "^0.30.1",
|
||||||
"http-status": "^1.7.4",
|
"http-status": "^1.7.4",
|
||||||
"json-stable-stringify": "^1.1.1",
|
"json-stable-stringify": "^1.1.1",
|
||||||
"lucia": "^3.0.1",
|
"lucia": "^3.1.1",
|
||||||
"moment-timezone": "^0.5.45",
|
"moment-timezone": "^0.5.45",
|
||||||
"object-hash": "^3.0.0",
|
"object-hash": "^3.0.0",
|
||||||
"openapi-fetch": "^0.9.2",
|
"openapi-fetch": "^0.9.3",
|
||||||
"postgres": "^3.4.3",
|
"postgres": "^3.4.3",
|
||||||
"solid-js": "^1.8.15",
|
"solid-js": "^1.8.15",
|
||||||
"vinxi": "^0.3.4"
|
"vinxi": "^0.3.10"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@playwright/test": "^1.42.0",
|
"@playwright/test": "^1.42.1",
|
||||||
"@types/json-stable-stringify": "^1.0.36",
|
"@types/json-stable-stringify": "^1.0.36",
|
||||||
"@types/node": "^20.11.22",
|
"@types/node": "^20.11.25",
|
||||||
"@types/object-hash": "^3.0.6",
|
"@types/object-hash": "^3.0.6",
|
||||||
"@typescript-eslint/eslint-plugin": "^7.1.0",
|
"@typescript-eslint/eslint-plugin": "^7.1.1",
|
||||||
"dotenv": "^16.4.5",
|
"dotenv": "^16.4.5",
|
||||||
"drizzle-kit": "^0.20.14",
|
"drizzle-kit": "^0.20.14",
|
||||||
"drizzle-zod": "^0.5.1",
|
"drizzle-zod": "^0.5.1",
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
"prettier": "^3.2.5",
|
"prettier": "^3.2.5",
|
||||||
"prettier-plugin-organize-imports": "^3.2.4",
|
"prettier-plugin-organize-imports": "^3.2.4",
|
||||||
"sass": "^1.71.1",
|
"sass": "^1.71.1",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.4.2",
|
||||||
"zod": "3.22.4"
|
"zod": "3.22.4"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
1683
pnpm-lock.yaml
1683
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue