generated from nhcarrigan/template
Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d8a3d97865 | |||
| 2fa40bc32e | |||
| 15952f4cf0 | |||
| 5c20df2f0e | |||
| a9de76b515 | |||
| b11b19246e | |||
| 4c243b697e | |||
| 482da64e48 | |||
| 1e3fde267c | |||
| 1503e26290 | |||
| f455e15e80 | |||
| 717ce3fd5f | |||
| e3492aa0f9 | |||
| d7d7637169 | |||
| 1d5894534c | |||
| 410b261cfe | |||
| cc147078bf | |||
| 26bde4f536 | |||
| 5979803c12 |
+2
-2
@@ -19,7 +19,7 @@
|
||||
"@fastify/pre-commit": "2.1.0",
|
||||
"@nhcarrigan/eslint-config": "5.0.0-rc2",
|
||||
"@nhcarrigan/typescript-config": "4.0.0",
|
||||
"@types/node": "22.7.4",
|
||||
"@types/node": "25.9.1",
|
||||
"@vitest/coverage-istanbul": "2.1.1",
|
||||
"eslint": "9.11.1",
|
||||
"prisma": "5.20.0",
|
||||
@@ -27,7 +27,7 @@
|
||||
"vitest": "2.1.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@prisma/client": "7.3.0",
|
||||
"@prisma/client": "5.20.0",
|
||||
"discord.js": "14.16.2"
|
||||
},
|
||||
"pre-commit": [
|
||||
|
||||
Generated
+37
-48
@@ -9,8 +9,8 @@ importers:
|
||||
.:
|
||||
dependencies:
|
||||
'@prisma/client':
|
||||
specifier: 7.3.0
|
||||
version: 7.3.0(prisma@5.20.0)(typescript@5.6.2)
|
||||
specifier: 5.20.0
|
||||
version: 5.20.0(prisma@5.20.0)
|
||||
discord.js:
|
||||
specifier: 14.16.2
|
||||
version: 14.16.2
|
||||
@@ -20,16 +20,16 @@ importers:
|
||||
version: 2.1.0
|
||||
'@nhcarrigan/eslint-config':
|
||||
specifier: 5.0.0-rc2
|
||||
version: 5.0.0-rc2(@typescript-eslint/utils@8.7.0(eslint@9.11.1)(typescript@5.6.2))(eslint@9.11.1)(playwright@1.47.2)(prettier@3.3.3)(react@18.3.1)(typescript@5.6.2)(vitest@2.1.1(@types/node@22.7.4))
|
||||
version: 5.0.0-rc2(@typescript-eslint/utils@8.7.0(eslint@9.11.1)(typescript@5.6.2))(eslint@9.11.1)(playwright@1.47.2)(prettier@3.3.3)(react@18.3.1)(typescript@5.6.2)(vitest@2.1.1(@types/node@25.9.1))
|
||||
'@nhcarrigan/typescript-config':
|
||||
specifier: 4.0.0
|
||||
version: 4.0.0(typescript@5.6.2)
|
||||
'@types/node':
|
||||
specifier: 22.7.4
|
||||
version: 22.7.4
|
||||
specifier: 25.9.1
|
||||
version: 25.9.1
|
||||
'@vitest/coverage-istanbul':
|
||||
specifier: 2.1.1
|
||||
version: 2.1.1(vitest@2.1.1(@types/node@22.7.4))
|
||||
version: 2.1.1(vitest@2.1.1(@types/node@25.9.1))
|
||||
eslint:
|
||||
specifier: 9.11.1
|
||||
version: 9.11.1
|
||||
@@ -41,7 +41,7 @@ importers:
|
||||
version: 5.6.2
|
||||
vitest:
|
||||
specifier: 2.1.1
|
||||
version: 2.1.1(@types/node@22.7.4)
|
||||
version: 2.1.1(@types/node@25.9.1)
|
||||
|
||||
packages:
|
||||
|
||||
@@ -401,20 +401,14 @@ packages:
|
||||
resolution: {integrity: sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==}
|
||||
engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
|
||||
|
||||
'@prisma/client-runtime-utils@7.3.0':
|
||||
resolution: {integrity: sha512-dG/ceD9c+tnXATPk8G+USxxYM9E6UdMTnQeQ+1SZUDxTz7SgQcfxEqafqIQHcjdlcNK/pvmmLfSwAs3s2gYwUw==}
|
||||
|
||||
'@prisma/client@7.3.0':
|
||||
resolution: {integrity: sha512-FXBIxirqQfdC6b6HnNgxGmU7ydCPEPk7maHMOduJJfnTP+MuOGa15X4omjR/zpPUUpm8ef/mEFQjJudOGkXFcQ==}
|
||||
engines: {node: ^20.19 || ^22.12 || >=24.0}
|
||||
'@prisma/client@5.20.0':
|
||||
resolution: {integrity: sha512-CLv55ZuMuUawMsxoqxGtLT3bEZoa2W8L3Qnp6rDIFWy+ZBrUcOFKdoeGPSnbBqxc3SkdxJrF+D1veN/WNynZYA==}
|
||||
engines: {node: '>=16.13'}
|
||||
peerDependencies:
|
||||
prisma: '*'
|
||||
typescript: '>=5.4.0'
|
||||
peerDependenciesMeta:
|
||||
prisma:
|
||||
optional: true
|
||||
typescript:
|
||||
optional: true
|
||||
|
||||
'@prisma/debug@5.20.0':
|
||||
resolution: {integrity: sha512-oCx79MJ4HSujokA8S1g0xgZUGybD4SyIOydoHMngFYiwEwYDQ5tBQkK5XoEHuwOYDKUOKRn/J0MEymckc4IgsQ==}
|
||||
@@ -550,8 +544,8 @@ packages:
|
||||
'@types/json5@0.0.29':
|
||||
resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==}
|
||||
|
||||
'@types/node@22.7.4':
|
||||
resolution: {integrity: sha512-y+NPi1rFzDs1NdQHHToqeiX2TIS79SWEAw9GYhkkx8bD0ChpfqC+n2j5OXOCpzfojBEBt6DnEnnG9MY0zk1XLg==}
|
||||
'@types/node@25.9.1':
|
||||
resolution: {integrity: sha512-xfrlY7UD5rMJk3ZVJP8BNzS28J36YJg+xp+LPXV1TdWxr8uMH5A860QNxYDGQe/ylDSgjxE52Q9VnO7p75tJxg==}
|
||||
|
||||
'@types/normalize-package-data@2.4.4':
|
||||
resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==}
|
||||
@@ -2073,8 +2067,8 @@ packages:
|
||||
unbox-primitive@1.0.2:
|
||||
resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==}
|
||||
|
||||
undici-types@6.19.8:
|
||||
resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==}
|
||||
undici-types@7.24.6:
|
||||
resolution: {integrity: sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==}
|
||||
|
||||
undici@6.19.8:
|
||||
resolution: {integrity: sha512-U8uCCl2x9TK3WANvmBavymRzxbfFYG+tAu+fgx3zxQy3qdagQqBLwJVrdyO1TBfUXvfKveMKJZhpvUYoOjM+4g==}
|
||||
@@ -2533,7 +2527,7 @@ snapshots:
|
||||
'@jridgewell/resolve-uri': 3.1.2
|
||||
'@jridgewell/sourcemap-codec': 1.5.0
|
||||
|
||||
'@nhcarrigan/eslint-config@5.0.0-rc2(@typescript-eslint/utils@8.7.0(eslint@9.11.1)(typescript@5.6.2))(eslint@9.11.1)(playwright@1.47.2)(prettier@3.3.3)(react@18.3.1)(typescript@5.6.2)(vitest@2.1.1(@types/node@22.7.4))':
|
||||
'@nhcarrigan/eslint-config@5.0.0-rc2(@typescript-eslint/utils@8.7.0(eslint@9.11.1)(typescript@5.6.2))(eslint@9.11.1)(playwright@1.47.2)(prettier@3.3.3)(react@18.3.1)(typescript@5.6.2)(vitest@2.1.1(@types/node@25.9.1))':
|
||||
dependencies:
|
||||
'@eslint/compat': 1.1.1
|
||||
'@eslint/eslintrc': 3.1.0
|
||||
@@ -2541,7 +2535,7 @@ snapshots:
|
||||
'@stylistic/eslint-plugin': 2.8.0(eslint@9.11.1)(typescript@5.6.2)
|
||||
'@typescript-eslint/eslint-plugin': 8.7.0(@typescript-eslint/parser@8.7.0(eslint@9.11.1)(typescript@5.6.2))(eslint@9.11.1)(typescript@5.6.2)
|
||||
'@typescript-eslint/parser': 8.7.0(eslint@9.11.1)(typescript@5.6.2)
|
||||
'@vitest/eslint-plugin': 1.1.4(@typescript-eslint/utils@8.7.0(eslint@9.11.1)(typescript@5.6.2))(eslint@9.11.1)(typescript@5.6.2)(vitest@2.1.1(@types/node@22.7.4))
|
||||
'@vitest/eslint-plugin': 1.1.4(@typescript-eslint/utils@8.7.0(eslint@9.11.1)(typescript@5.6.2))(eslint@9.11.1)(typescript@5.6.2)(vitest@2.1.1(@types/node@25.9.1))
|
||||
eslint: 9.11.1
|
||||
eslint-config-prettier: 9.1.0(eslint@9.11.1)
|
||||
eslint-plugin-deprecation: 3.0.0(eslint@9.11.1)(typescript@5.6.2)
|
||||
@@ -2556,7 +2550,7 @@ snapshots:
|
||||
playwright: 1.47.2
|
||||
react: 18.3.1
|
||||
typescript: 5.6.2
|
||||
vitest: 2.1.1(@types/node@22.7.4)
|
||||
vitest: 2.1.1(@types/node@25.9.1)
|
||||
transitivePeerDependencies:
|
||||
- '@types/eslint'
|
||||
- '@typescript-eslint/utils'
|
||||
@@ -2587,14 +2581,9 @@ snapshots:
|
||||
|
||||
'@pkgr/core@0.1.1': {}
|
||||
|
||||
'@prisma/client-runtime-utils@7.3.0': {}
|
||||
|
||||
'@prisma/client@7.3.0(prisma@5.20.0)(typescript@5.6.2)':
|
||||
dependencies:
|
||||
'@prisma/client-runtime-utils': 7.3.0
|
||||
'@prisma/client@5.20.0(prisma@5.20.0)':
|
||||
optionalDependencies:
|
||||
prisma: 5.20.0
|
||||
typescript: 5.6.2
|
||||
|
||||
'@prisma/debug@5.20.0': {}
|
||||
|
||||
@@ -2694,15 +2683,15 @@ snapshots:
|
||||
|
||||
'@types/json5@0.0.29': {}
|
||||
|
||||
'@types/node@22.7.4':
|
||||
'@types/node@25.9.1':
|
||||
dependencies:
|
||||
undici-types: 6.19.8
|
||||
undici-types: 7.24.6
|
||||
|
||||
'@types/normalize-package-data@2.4.4': {}
|
||||
|
||||
'@types/ws@8.5.12':
|
||||
dependencies:
|
||||
'@types/node': 22.7.4
|
||||
'@types/node': 25.9.1
|
||||
|
||||
'@typescript-eslint/eslint-plugin@8.7.0(@typescript-eslint/parser@8.7.0(eslint@9.11.1)(typescript@5.6.2))(eslint@9.11.1)(typescript@5.6.2)':
|
||||
dependencies:
|
||||
@@ -2823,7 +2812,7 @@ snapshots:
|
||||
'@typescript-eslint/types': 8.7.0
|
||||
eslint-visitor-keys: 3.4.3
|
||||
|
||||
'@vitest/coverage-istanbul@2.1.1(vitest@2.1.1(@types/node@22.7.4))':
|
||||
'@vitest/coverage-istanbul@2.1.1(vitest@2.1.1(@types/node@25.9.1))':
|
||||
dependencies:
|
||||
'@istanbuljs/schema': 0.1.3
|
||||
debug: 4.3.7
|
||||
@@ -2835,17 +2824,17 @@ snapshots:
|
||||
magicast: 0.3.5
|
||||
test-exclude: 7.0.1
|
||||
tinyrainbow: 1.2.0
|
||||
vitest: 2.1.1(@types/node@22.7.4)
|
||||
vitest: 2.1.1(@types/node@25.9.1)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@vitest/eslint-plugin@1.1.4(@typescript-eslint/utils@8.7.0(eslint@9.11.1)(typescript@5.6.2))(eslint@9.11.1)(typescript@5.6.2)(vitest@2.1.1(@types/node@22.7.4))':
|
||||
'@vitest/eslint-plugin@1.1.4(@typescript-eslint/utils@8.7.0(eslint@9.11.1)(typescript@5.6.2))(eslint@9.11.1)(typescript@5.6.2)(vitest@2.1.1(@types/node@25.9.1))':
|
||||
dependencies:
|
||||
eslint: 9.11.1
|
||||
optionalDependencies:
|
||||
'@typescript-eslint/utils': 8.7.0(eslint@9.11.1)(typescript@5.6.2)
|
||||
typescript: 5.6.2
|
||||
vitest: 2.1.1(@types/node@22.7.4)
|
||||
vitest: 2.1.1(@types/node@25.9.1)
|
||||
|
||||
'@vitest/expect@2.1.1':
|
||||
dependencies:
|
||||
@@ -2854,13 +2843,13 @@ snapshots:
|
||||
chai: 5.1.1
|
||||
tinyrainbow: 1.2.0
|
||||
|
||||
'@vitest/mocker@2.1.1(@vitest/spy@2.1.1)(vite@5.4.8(@types/node@22.7.4))':
|
||||
'@vitest/mocker@2.1.1(@vitest/spy@2.1.1)(vite@5.4.8(@types/node@25.9.1))':
|
||||
dependencies:
|
||||
'@vitest/spy': 2.1.1
|
||||
estree-walker: 3.0.3
|
||||
magic-string: 0.30.11
|
||||
optionalDependencies:
|
||||
vite: 5.4.8(@types/node@22.7.4)
|
||||
vite: 5.4.8(@types/node@25.9.1)
|
||||
|
||||
'@vitest/pretty-format@2.1.1':
|
||||
dependencies:
|
||||
@@ -4466,7 +4455,7 @@ snapshots:
|
||||
has-symbols: 1.0.3
|
||||
which-boxed-primitive: 1.0.2
|
||||
|
||||
undici-types@6.19.8: {}
|
||||
undici-types@7.24.6: {}
|
||||
|
||||
undici@6.19.8: {}
|
||||
|
||||
@@ -4485,12 +4474,12 @@ snapshots:
|
||||
spdx-correct: 3.2.0
|
||||
spdx-expression-parse: 3.0.1
|
||||
|
||||
vite-node@2.1.1(@types/node@22.7.4):
|
||||
vite-node@2.1.1(@types/node@25.9.1):
|
||||
dependencies:
|
||||
cac: 6.7.14
|
||||
debug: 4.3.7
|
||||
pathe: 1.1.2
|
||||
vite: 5.4.8(@types/node@22.7.4)
|
||||
vite: 5.4.8(@types/node@25.9.1)
|
||||
transitivePeerDependencies:
|
||||
- '@types/node'
|
||||
- less
|
||||
@@ -4502,19 +4491,19 @@ snapshots:
|
||||
- supports-color
|
||||
- terser
|
||||
|
||||
vite@5.4.8(@types/node@22.7.4):
|
||||
vite@5.4.8(@types/node@25.9.1):
|
||||
dependencies:
|
||||
esbuild: 0.21.5
|
||||
postcss: 8.4.47
|
||||
rollup: 4.22.5
|
||||
optionalDependencies:
|
||||
'@types/node': 22.7.4
|
||||
'@types/node': 25.9.1
|
||||
fsevents: 2.3.3
|
||||
|
||||
vitest@2.1.1(@types/node@22.7.4):
|
||||
vitest@2.1.1(@types/node@25.9.1):
|
||||
dependencies:
|
||||
'@vitest/expect': 2.1.1
|
||||
'@vitest/mocker': 2.1.1(@vitest/spy@2.1.1)(vite@5.4.8(@types/node@22.7.4))
|
||||
'@vitest/mocker': 2.1.1(@vitest/spy@2.1.1)(vite@5.4.8(@types/node@25.9.1))
|
||||
'@vitest/pretty-format': 2.1.1
|
||||
'@vitest/runner': 2.1.1
|
||||
'@vitest/snapshot': 2.1.1
|
||||
@@ -4529,11 +4518,11 @@ snapshots:
|
||||
tinyexec: 0.3.0
|
||||
tinypool: 1.0.1
|
||||
tinyrainbow: 1.2.0
|
||||
vite: 5.4.8(@types/node@22.7.4)
|
||||
vite-node: 2.1.1(@types/node@22.7.4)
|
||||
vite: 5.4.8(@types/node@25.9.1)
|
||||
vite-node: 2.1.1(@types/node@25.9.1)
|
||||
why-is-node-running: 2.3.0
|
||||
optionalDependencies:
|
||||
'@types/node': 22.7.4
|
||||
'@types/node': 25.9.1
|
||||
transitivePeerDependencies:
|
||||
- less
|
||||
- lightningcss
|
||||
|
||||
Reference in New Issue
Block a user