This commit is contained in:
Riz 2023-12-06 19:31:11 +07:00
parent a059d50460
commit 2b253faaea
5 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "db", "name": "db",
"dependencies": { "dependencies": {
"@prisma/client": "^5.4.1", "@prisma/client": "^5.6.0",
"prisma": "^5.4.1" "prisma": "^5.6.0"
} }
} }

View File

@ -4,7 +4,7 @@ generator client {
datasource db { datasource db {
provider = "postgresql" provider = "postgresql"
url = env("DATABASE_URL") url = "postgresql://postgres:a5f64103e7ba098d@web.andromedia.co.id:5446/prasi?schema=public"
} }
model billing_account { model billing_account {

View File

@ -1,5 +1,5 @@
import { dirAsync } from "fs-jetpack"; import { dirAsync } from "fs-jetpack";
import trim from "lodash/trim"; import trim from "lodash.trim";
import { dirname } from "path"; import { dirname } from "path";
import { apiContext } from "service-srv"; import { apiContext } from "service-srv";
import { g } from "utils/global"; import { g } from "utils/global";

View File

@ -12,8 +12,8 @@
"@minoru/react-dnd-treeview": "^3.4.4", "@minoru/react-dnd-treeview": "^3.4.4",
"@monaco-editor/react": "^4.6.0", "@monaco-editor/react": "^4.6.0",
"@paralleldrive/cuid2": "2.2.2", "@paralleldrive/cuid2": "2.2.2",
"@parcel/packager-wasm": "^2.10.1", "@parcel/packager-wasm": "^2.10.3",
"@parcel/service-worker": "^2.10.1", "@parcel/service-worker": "^2.10.3",
"recast": "^0.23.4", "recast": "^0.23.4",
"@qiwi/deep-proxy": "^2.0.3", "@qiwi/deep-proxy": "^2.0.3",
"algoliasearch": "^4.20.0", "algoliasearch": "^4.20.0",
@ -81,9 +81,9 @@
"@types/react-is": "^18.2.3", "@types/react-is": "^18.2.3",
"@types/textdiff-create": "^1.0.1", "@types/textdiff-create": "^1.0.1",
"@types/ua-parser-js": "^0.7.38", "@types/ua-parser-js": "^0.7.38",
"@parcel/config-default": "2.10.1", "@parcel/config-default": "^2.10.3",
"@parcel/core": "2.10.1", "@parcel/core": "^2.10.3",
"@parcel/transformer-raw": "^2.10.1", "@parcel/transformer-raw": "^2.10.3",
"@tinijs/parcel-reporter-copy-public": "0.0.2", "@tinijs/parcel-reporter-copy-public": "0.0.2",
"@types/lodash.capitalize": "4.2.8", "@types/lodash.capitalize": "4.2.8",
"@types/lodash.debounce": "^4.0.8", "@types/lodash.debounce": "^4.0.8",
@ -96,7 +96,7 @@
"@types/tinycolor2": "^1.4.5", "@types/tinycolor2": "^1.4.5",
"@types/uuid": "9.0.6", "@types/uuid": "9.0.6",
"@types/vscode": "^1.83.1", "@types/vscode": "^1.83.1",
"parcel": "2.10.1", "parcel": "^2.10.3",
"parcel-bundler-splitable": "0.0.4", "parcel-bundler-splitable": "0.0.4",
"postcss": "8.4.31", "postcss": "8.4.31",
"tailwindcss": "3.3.4" "tailwindcss": "3.3.4"

BIN
bun.lockb

Binary file not shown.