Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Commit 8223e4c

Browse files
committed
fix stuff
1 parent 1845bf3 commit 8223e4c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"preinstall": "npx only-allow yarn"
1212
},
1313
"dependencies": {
14-
"@prisma/client": "^4.11.0",
15-
"cookie-parser": "^1.4.6",
16-
"discord-interactions": "^3.3.0",
17-
"express": "^4.18.2",
18-
"node-fetch": "^3.3.1"
14+
"@prisma/client": "4.11.0",
15+
"cookie-parser": "1.4.6",
16+
"discord-interactions": "3.3.0",
17+
"express": "4.18.2",
18+
"node-fetch": "3.3.1"
1919
},
2020
"devDependencies": {
21-
"prisma": "^4.11.0",
21+
"prisma": "4.11.0",
2222
"dotenv": "16.0.3",
2323
"gray-matter": "4.0.3",
2424
"prettier": "2.8.4"

0 commit comments

Comments
 (0)