Skip to content

Commit

Permalink
deps/update (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolae-Rares Ailincai authored Sep 7, 2023
1 parent a35cbfe commit 1da8c9e
Show file tree
Hide file tree
Showing 2 changed files with 926 additions and 718 deletions.
28 changes: 13 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@raresail/prisma-mapper",
"version": "1.6.0",
"version": "1.6.1",
"description": "A CLI that adds @Map, @@Map, @updatedAt based on a json or camel case for the prisma schema",
"main": "bin/index.js",
"preferGlobal": true,
Expand Down Expand Up @@ -41,28 +41,26 @@
"test": "jest"
},
"dependencies": {
"@prisma/internals": "^4.16.1",
"@prisma/internals": "^5.2.0",
"colors": "^1.4.0",
"commander": "^11.0.0"
},
"resolutions": {
"semver": "^7.5.2"
},
"resolutions": {},
"devDependencies": {
"@types/inquirer": "^9.0.3",
"@types/jest": "^29.5.2",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"eslint": "^8.43.0",
"@types/jest": "^29.5.4",
"@types/node": "^20.5.9",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.48.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-security": "^1.7.1",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"jest": "^29.6.4",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
}
}
Loading

0 comments on commit 1da8c9e

Please sign in to comment.