Skip to content

Commit

Permalink
chore(workspace): upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
subframe7536 committed Mar 15, 2024
1 parent f23559c commit 7c64421
Show file tree
Hide file tree
Showing 6 changed files with 598 additions and 486 deletions.
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.5.7",
"private": true,
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"description": "",
"author": {
"name": "subframe7536",
Expand Down Expand Up @@ -34,26 +34,27 @@
},
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@sqlite.org/sqlite-wasm": "^3.45.1-build1",
"@subframe7536/eslint-config": "^0.5.10",
"@commitlint/config-conventional": "^18.6.3",
"@sqlite.org/sqlite-wasm": "^3.45.2-build1",
"@subframe7536/eslint-config": "^0.5.11",
"@subframe7536/type-utils": "^0.1.6",
"@types/better-sqlite3": "^7.6.9",
"@types/node": "^20.11.20",
"@types/node": "^20.11.27",
"@types/sql.js": "^1.4.9",
"@vlcn.io/crsqlite-wasm": "^0.16.0",
"better-sqlite3": "^9.4.3",
"bumpp": "^9.3.0",
"cz-git": "^1.8.0",
"czg": "^1.8.0",
"eslint": "^8.56.0",
"bumpp": "^9.4.0",
"cz-git": "^1.9.0",
"czg": "^1.9.0",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"kysely": "^0.27.2",
"kysely": "^0.27.3",
"lint-staged": "^15.2.2",
"node-sqlite3-wasm": "^0.8.10",
"node-sqlite3-wasm": "^0.8.11",
"sql.js": "^1.10.2",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vitest": "^1.3.1"
},
"lint-staged": {
Expand Down
1 change: 1 addition & 0 deletions packages/sqlite-builder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- auto detect transaction, catch all errors
- support nest transaction (using `savepoint`)
- support precompile querys for performance
- support soft delete
- more utils for SQLite

## Install
Expand Down
2 changes: 1 addition & 1 deletion packages/sqlite-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"kysely": ">=0.26"
},
"dependencies": {
"@subframe7536/type-utils": "^0.1.4",
"@subframe7536/type-utils": "^0.1.6",
"kysely-plugin-serialize": "workspace:*",
"kysely-sqlite-utils": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"kysely-sqlite-builder": "workspace:*",
"kysely-wasm": "workspace:*",
"kysely-wasqlite-worker": "workspace:*",
"vue": "^3.4.19"
"vue": "^3.4.21"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4"
Expand Down
Loading

0 comments on commit 7c64421

Please sign in to comment.