chore(npm): 📌 updated packages
Updated packages that may solve Prisma OpenSSL 3 problems
This commit is contained in:
parent
be82bbda6d
commit
23d0103961
3 changed files with 476 additions and 7258 deletions
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
@ -33,5 +33,5 @@
|
||||||
"[prisma]": {
|
"[prisma]": {
|
||||||
"editor.defaultFormatter": "Prisma.prisma"
|
"editor.defaultFormatter": "Prisma.prisma"
|
||||||
},
|
},
|
||||||
"conventionalCommits.scopes": ["git", "github"]
|
"conventionalCommits.scopes": ["git", "github", "npm"]
|
||||||
}
|
}
|
||||||
|
|
7708
package-lock.json
generated
7708
package-lock.json
generated
File diff suppressed because it is too large
Load diff
24
package.json
24
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "xyter",
|
"name": "xyter",
|
||||||
"version": "v1.1.0",
|
"version": "v1.1.1",
|
||||||
"description": "Earn credits while chatting! And more",
|
"description": "Earn credits while chatting! And more",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -33,26 +33,26 @@
|
||||||
"email": "vermium@zyner.org"
|
"email": "vermium@zyner.org"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@prisma/client": "^4.5.0",
|
"@prisma/client": "^4.7.1",
|
||||||
"@types/i18next-fs-backend": "^1.1.2",
|
"@types/i18next-fs-backend": "^1.1.2",
|
||||||
"axios": "^1.0.0",
|
"axios": "^1.2.1",
|
||||||
"chance": "^1.1.8",
|
"chance": "^1.1.9",
|
||||||
"date-fns": "^2.29.3",
|
"date-fns": "^2.29.3",
|
||||||
"discord.js": "^14.0.0",
|
"discord.js": "^14.7.1",
|
||||||
"dotenv": "^16.0.1",
|
"dotenv": "^16.0.3",
|
||||||
"node-schedule": "^2.1.0",
|
"node-schedule": "^2.1.0",
|
||||||
"typescript": "^4.8.4",
|
"typescript": "^4.9.4",
|
||||||
"uuid": "^9.0.0",
|
"uuid": "^9.0.0",
|
||||||
"winston": "^3.8.2",
|
"winston": "^3.8.2",
|
||||||
"winston-daily-rotate-file": "^4.6.1"
|
"winston-daily-rotate-file": "^4.7.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/chance": "1.1.3",
|
"@types/chance": "1.1.3",
|
||||||
"@types/node-schedule": "2.1.0",
|
"@types/node-schedule": "2.1.0",
|
||||||
"@types/uuid": "9.0.0",
|
"@types/uuid": "9.0.0",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.42.0",
|
"@typescript-eslint/eslint-plugin": "^5.46.1",
|
||||||
"@typescript-eslint/parser": "^5.42.0",
|
"@typescript-eslint/parser": "^5.46.1",
|
||||||
"eslint": "^8.26.0",
|
"eslint": "^8.29.0",
|
||||||
"eslint-config-prettier": "8.5.0",
|
"eslint-config-prettier": "8.5.0",
|
||||||
"eslint-plugin-import": "2.26.0",
|
"eslint-plugin-import": "2.26.0",
|
||||||
"eslint-plugin-no-loops": "0.3.0",
|
"eslint-plugin-no-loops": "0.3.0",
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
"lint-staged": "13.0.4",
|
"lint-staged": "13.0.4",
|
||||||
"nodemon": "2.0.20",
|
"nodemon": "2.0.20",
|
||||||
"prettier": "2.8.0",
|
"prettier": "2.8.0",
|
||||||
"prisma": "^4.5.0",
|
"prisma": "^4.7.1",
|
||||||
"semantic-release": "^19.0.5"
|
"semantic-release": "^19.0.5"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue