mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-07-08 05:31:00 +02:00
build(config): add prisma as dev dependency
This commit is contained in:
parent
3dd219ae04
commit
39c32101c5
10
package-lock.json
generated
10
package-lock.json
generated
@ -21,7 +21,6 @@
|
||||
"discord-api-types": "^0.33.3",
|
||||
"discord.js": "^13.10.3",
|
||||
"dotenv": "^16.0.1",
|
||||
"prisma": "^4.2.1",
|
||||
"ts-node": "^10.8.2",
|
||||
"typescript": "^4.7.4"
|
||||
},
|
||||
@ -33,7 +32,8 @@
|
||||
"eslint": "^8.20.0",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
"eslint-config-airbnb-typescript": "^17.0.0",
|
||||
"eslint-plugin-import": "^2.26.0"
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"prisma": "^4.2.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@cspotcode/source-map-support": {
|
||||
@ -284,6 +284,7 @@
|
||||
"version": "4.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@prisma/engines/-/engines-4.2.1.tgz",
|
||||
"integrity": "sha512-0KqBwREUOjBiHwITsQzw2DWfLHjntvbqzGRawj4sBMnIiL5CXwyDUKeHOwXzKMtNr1rEjxEsypM14g0CzLRK3g==",
|
||||
"devOptional": true,
|
||||
"hasInstallScript": true
|
||||
},
|
||||
"node_modules/@prisma/engines-version": {
|
||||
@ -2691,6 +2692,7 @@
|
||||
"version": "4.2.1",
|
||||
"resolved": "https://registry.npmjs.org/prisma/-/prisma-4.2.1.tgz",
|
||||
"integrity": "sha512-HuYqnTDgH8atjPGtYmY0Ql9XrrJnfW7daG1PtAJRW0E6gJxc50lY3vrIDn0yjMR3TvRlypjTcspQX8DT+xD4Sg==",
|
||||
"devOptional": true,
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"@prisma/engines": "4.2.1"
|
||||
@ -3484,7 +3486,8 @@
|
||||
"@prisma/engines": {
|
||||
"version": "4.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@prisma/engines/-/engines-4.2.1.tgz",
|
||||
"integrity": "sha512-0KqBwREUOjBiHwITsQzw2DWfLHjntvbqzGRawj4sBMnIiL5CXwyDUKeHOwXzKMtNr1rEjxEsypM14g0CzLRK3g=="
|
||||
"integrity": "sha512-0KqBwREUOjBiHwITsQzw2DWfLHjntvbqzGRawj4sBMnIiL5CXwyDUKeHOwXzKMtNr1rEjxEsypM14g0CzLRK3g==",
|
||||
"devOptional": true
|
||||
},
|
||||
"@prisma/engines-version": {
|
||||
"version": "4.2.0-33.2920a97877e12e055c1333079b8d19cee7f33826",
|
||||
@ -5238,6 +5241,7 @@
|
||||
"version": "4.2.1",
|
||||
"resolved": "https://registry.npmjs.org/prisma/-/prisma-4.2.1.tgz",
|
||||
"integrity": "sha512-HuYqnTDgH8atjPGtYmY0Ql9XrrJnfW7daG1PtAJRW0E6gJxc50lY3vrIDn0yjMR3TvRlypjTcspQX8DT+xD4Sg==",
|
||||
"devOptional": true,
|
||||
"requires": {
|
||||
"@prisma/engines": "4.2.1"
|
||||
}
|
||||
|
@ -38,7 +38,6 @@
|
||||
"discord-api-types": "^0.33.3",
|
||||
"discord.js": "^13.10.3",
|
||||
"dotenv": "^16.0.1",
|
||||
"prisma": "^4.2.1",
|
||||
"ts-node": "^10.8.2",
|
||||
"typescript": "^4.7.4"
|
||||
},
|
||||
@ -50,6 +49,7 @@
|
||||
"eslint": "^8.20.0",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
"eslint-config-airbnb-typescript": "^17.0.0",
|
||||
"eslint-plugin-import": "^2.26.0"
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"prisma": "^4.2.1"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user