Skip to content

Commit 01623f9

Browse files
committed
chore: Updated packages
1 parent d193f08 commit 01623f9

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
}
5353
},
5454
"dependencies": {
55-
"@prisma/generator-helper": "^3.2.0",
55+
"@prisma/generator-helper": "^3.2.1",
5656
"await-event-emitter": "^2.0.2",
5757
"filenamify": "4.X",
5858
"flat": "^5.0.2",
@@ -65,20 +65,20 @@
6565
"ts-morph": ">=11"
6666
},
6767
"devDependencies": {
68-
"@commitlint/cli": "^13.2.0",
68+
"@commitlint/cli": "^13.2.1",
6969
"@commitlint/config-conventional": "^13.2.0",
70-
"@nestjs/common": "^8.0.10",
71-
"@nestjs/core": "^8.0.10",
72-
"@nestjs/graphql": "^9.0.5",
73-
"@nestjs/platform-express": "^8.0.10",
70+
"@nestjs/common": "^8.0.11",
71+
"@nestjs/core": "^8.0.11",
72+
"@nestjs/graphql": "^9.0.6",
73+
"@nestjs/platform-express": "^8.0.11",
7474
"@paljs/plugins": "^4.0.8",
75-
"@prisma/client": "^3.2.0",
75+
"@prisma/client": "^3.2.1",
7676
"@semantic-release/changelog": "^6.0.0",
7777
"@semantic-release/git": "^10.0.0",
7878
"@types/flat": "^5.0.2",
7979
"@types/lodash": "^4.14.175",
8080
"@types/mocha": "^9.0.0",
81-
"@types/node": "^16.10.2",
81+
"@types/node": "^16.10.4",
8282
"@types/pluralize": "^0.0.29",
8383
"@typescript-eslint/eslint-plugin": "^4.33.0",
8484
"@typescript-eslint/parser": "^4.33.0",
@@ -92,38 +92,38 @@
9292
"eslint": "^7.32.0",
9393
"eslint-import-resolver-node": "^0.3.6",
9494
"eslint-plugin-etc": "^1.5.4",
95-
"eslint-plugin-import": "^2.24.2",
95+
"eslint-plugin-import": "^2.25.1",
9696
"eslint-plugin-only-warn": "^1.0.3",
9797
"eslint-plugin-prettier": "^4.0.0",
9898
"eslint-plugin-promise": "^5.1.0",
99-
"eslint-plugin-regexp": "^1.3.1",
99+
"eslint-plugin-regexp": "^1.4.1",
100100
"eslint-plugin-simple-import-sort": "^7.0.0",
101101
"eslint-plugin-sonarjs": "^0.10.0",
102102
"eslint-plugin-sort-class-members": "^1.11.0",
103103
"eslint-plugin-total-functions": "^4.10.1",
104-
"eslint-plugin-unicorn": "^36.0.0",
104+
"eslint-plugin-unicorn": "^37.0.1",
105105
"eslint-plugin-wix-editor": "^3.3.0",
106-
"expect": "^27.2.4",
106+
"expect": "^27.2.5",
107107
"ghooks": "^2.0.4",
108108
"git-branch-is": "^4.0.0",
109109
"graphql": "^15.6.1",
110-
"graphql-scalars": "^1.11.0",
110+
"graphql-scalars": "^1.11.1",
111111
"graphql-type-json": "^0.3.2",
112112
"mocha": "^9.1.2",
113113
"ololog": "^1.1.175",
114114
"precise-commits": "^1.0.2",
115115
"prettier": "^2.4.1",
116-
"prisma": "^3.2.0",
116+
"prisma": "^3.2.1",
117117
"prisma-graphql-type-decimal": "^1.0.0",
118118
"reflect-metadata": "^0.1.13",
119-
"rxjs": "^7.3.1",
119+
"rxjs": "^7.4.0",
120120
"semantic-release": "^18.0.0",
121121
"simplytyped": "^3.3.0",
122122
"temp-dir": "^2.0.0",
123-
"ts-node": "^10.2.1",
123+
"ts-node": "^10.3.0",
124124
"ts-node-dev": "^1.1.8",
125125
"tslib": "^2.3.1",
126-
"typescript": "^4.4.3",
126+
"typescript": "^4.4.4",
127127
"watchexec-bin": "^1.0.0"
128128
}
129129
}

0 commit comments

Comments
 (0)