mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-25 15:56:19 -05:00
Upgrade deps
This commit is contained in:
parent
ac85ee2972
commit
9ec54b9440
42
package-lock.json
generated
42
package-lock.json
generated
|
|
@ -13,7 +13,7 @@
|
|||
"@dnd-kit/sortable": "^6.0.0",
|
||||
"@dnd-kit/utilities": "^3.1.0",
|
||||
"@headlessui/react": "^1.4.3",
|
||||
"@prisma/client": "^3.9.1",
|
||||
"@prisma/client": "^3.9.2",
|
||||
"@remix-run/express": "^1.1.3",
|
||||
"@remix-run/react": "^1.1.3",
|
||||
"clsx": "^1.1.1",
|
||||
|
|
@ -53,8 +53,8 @@
|
|||
"cypress": "^9.4.1",
|
||||
"eslint": "^8.8.0",
|
||||
"prettier": "2.5.1",
|
||||
"prisma": "^3.9.1",
|
||||
"stylelint": "^14.4.0",
|
||||
"prisma": "^3.9.2",
|
||||
"stylelint": "^14.5.0",
|
||||
"stylelint-config-idiomatic-order": "^8.1.0",
|
||||
"stylelint-config-prettier": "^9.0.3",
|
||||
"stylelint-config-standard": "^25.0.0",
|
||||
|
|
@ -448,9 +448,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@prisma/client": {
|
||||
"version": "3.9.1",
|
||||
"resolved": "https://registry.npmjs.org/@prisma/client/-/client-3.9.1.tgz",
|
||||
"integrity": "sha512-aLwfXKLvL+loQ0IuPPCXkcq8cXBg1IeoHHa5lqQu3dJHdj45wnislA/Ny4UxRQjD5FXqrfAb8sWtF+jhdmjFTg==",
|
||||
"version": "3.9.2",
|
||||
"resolved": "https://registry.npmjs.org/@prisma/client/-/client-3.9.2.tgz",
|
||||
"integrity": "sha512-VlEIYVMyfFZHbVBOlunPl47gmP/Z0zzPjPj8I7uKEIaABqrUy50ru3XS0aZd8GFvevVwt7p91xxkUjNjrWhKAQ==",
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"@prisma/engines-version": "3.9.0-58.bcc2ff906db47790ee902e7bbc76d7ffb1893009"
|
||||
|
|
@ -6982,9 +6982,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/prisma": {
|
||||
"version": "3.9.1",
|
||||
"resolved": "https://registry.npmjs.org/prisma/-/prisma-3.9.1.tgz",
|
||||
"integrity": "sha512-IGcJAu5LzlFv+i+NNhOEh1J1xVVttsVdRBxmrMN7eIH+7mRN6L89Hz1npUAiz4jOpNlHC7n9QwaOYZGxTqlwQw==",
|
||||
"version": "3.9.2",
|
||||
"resolved": "https://registry.npmjs.org/prisma/-/prisma-3.9.2.tgz",
|
||||
"integrity": "sha512-i9eK6cexV74OgeWaH3+e6S07kvC9jEZTl6BqtBH398nlCU0tck7mE9dicY6YQd+euvMjjCtY89q4NgmaPnUsSg==",
|
||||
"devOptional": true,
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
|
|
@ -7865,9 +7865,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/stylelint": {
|
||||
"version": "14.4.0",
|
||||
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.4.0.tgz",
|
||||
"integrity": "sha512-F6H2frcmdpB5ZXPjvHKSZRmszuYz7bsbl2NXyE+Pn+1P6PMD3dYMKjXci6yEzj9+Yf2ZinxBMaXYvSzYjaHtog==",
|
||||
"version": "14.5.0",
|
||||
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.5.0.tgz",
|
||||
"integrity": "sha512-4dvQjrhAz2njLoE1OvUEZpryNWcmx2w5Lq5jlibxFv6b5W6O8/vob12M2ZzhX3Ndzs5f67F+BEYmhnQXOwfVYQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"balanced-match": "^2.0.0",
|
||||
|
|
@ -9518,9 +9518,9 @@
|
|||
}
|
||||
},
|
||||
"@prisma/client": {
|
||||
"version": "3.9.1",
|
||||
"resolved": "https://registry.npmjs.org/@prisma/client/-/client-3.9.1.tgz",
|
||||
"integrity": "sha512-aLwfXKLvL+loQ0IuPPCXkcq8cXBg1IeoHHa5lqQu3dJHdj45wnislA/Ny4UxRQjD5FXqrfAb8sWtF+jhdmjFTg==",
|
||||
"version": "3.9.2",
|
||||
"resolved": "https://registry.npmjs.org/@prisma/client/-/client-3.9.2.tgz",
|
||||
"integrity": "sha512-VlEIYVMyfFZHbVBOlunPl47gmP/Z0zzPjPj8I7uKEIaABqrUy50ru3XS0aZd8GFvevVwt7p91xxkUjNjrWhKAQ==",
|
||||
"requires": {
|
||||
"@prisma/engines-version": "3.9.0-58.bcc2ff906db47790ee902e7bbc76d7ffb1893009"
|
||||
}
|
||||
|
|
@ -13689,9 +13689,9 @@
|
|||
}
|
||||
},
|
||||
"prisma": {
|
||||
"version": "3.9.1",
|
||||
"resolved": "https://registry.npmjs.org/prisma/-/prisma-3.9.1.tgz",
|
||||
"integrity": "sha512-IGcJAu5LzlFv+i+NNhOEh1J1xVVttsVdRBxmrMN7eIH+7mRN6L89Hz1npUAiz4jOpNlHC7n9QwaOYZGxTqlwQw==",
|
||||
"version": "3.9.2",
|
||||
"resolved": "https://registry.npmjs.org/prisma/-/prisma-3.9.2.tgz",
|
||||
"integrity": "sha512-i9eK6cexV74OgeWaH3+e6S07kvC9jEZTl6BqtBH398nlCU0tck7mE9dicY6YQd+euvMjjCtY89q4NgmaPnUsSg==",
|
||||
"devOptional": true,
|
||||
"requires": {
|
||||
"@prisma/engines": "3.9.0-58.bcc2ff906db47790ee902e7bbc76d7ffb1893009"
|
||||
|
|
@ -14258,9 +14258,9 @@
|
|||
}
|
||||
},
|
||||
"stylelint": {
|
||||
"version": "14.4.0",
|
||||
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.4.0.tgz",
|
||||
"integrity": "sha512-F6H2frcmdpB5ZXPjvHKSZRmszuYz7bsbl2NXyE+Pn+1P6PMD3dYMKjXci6yEzj9+Yf2ZinxBMaXYvSzYjaHtog==",
|
||||
"version": "14.5.0",
|
||||
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.5.0.tgz",
|
||||
"integrity": "sha512-4dvQjrhAz2njLoE1OvUEZpryNWcmx2w5Lq5jlibxFv6b5W6O8/vob12M2ZzhX3Ndzs5f67F+BEYmhnQXOwfVYQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"balanced-match": "^2.0.0",
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
"@dnd-kit/sortable": "^6.0.0",
|
||||
"@dnd-kit/utilities": "^3.1.0",
|
||||
"@headlessui/react": "^1.4.3",
|
||||
"@prisma/client": "^3.9.1",
|
||||
"@prisma/client": "^3.9.2",
|
||||
"@remix-run/express": "^1.1.3",
|
||||
"@remix-run/react": "^1.1.3",
|
||||
"clsx": "^1.1.1",
|
||||
|
|
@ -69,8 +69,8 @@
|
|||
"cypress": "^9.4.1",
|
||||
"eslint": "^8.8.0",
|
||||
"prettier": "2.5.1",
|
||||
"prisma": "^3.9.1",
|
||||
"stylelint": "^14.4.0",
|
||||
"prisma": "^3.9.2",
|
||||
"stylelint": "^14.5.0",
|
||||
"stylelint-config-idiomatic-order": "^8.1.0",
|
||||
"stylelint-config-prettier": "^9.0.3",
|
||||
"stylelint-config-standard": "^25.0.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user