generated from nhcarrigan/template
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 24439f4975 |
+2
-2
@@ -83,8 +83,8 @@
|
|||||||
"eslint": "9.39.2",
|
"eslint": "9.39.2",
|
||||||
"eslint-plugin-cypress": "3.6.0",
|
"eslint-plugin-cypress": "3.6.0",
|
||||||
"jest": "30.2.0",
|
"jest": "30.2.0",
|
||||||
"jest-environment-node": "30.2.0",
|
"jest-environment-node": "30.3.0",
|
||||||
"jest-util": "30.3.0",
|
"jest-util": "30.2.0",
|
||||||
"nx": "22.4.4",
|
"nx": "22.4.4",
|
||||||
"prisma": "6.19.2",
|
"prisma": "6.19.2",
|
||||||
"ts-jest": "29.4.6",
|
"ts-jest": "29.4.6",
|
||||||
|
|||||||
Generated
+101
-7
@@ -196,11 +196,11 @@ importers:
|
|||||||
specifier: 30.2.0
|
specifier: 30.2.0
|
||||||
version: 30.2.0(@types/node@20.19.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.5.29(@swc/helpers@0.5.19))(@types/node@20.19.9)(typescript@5.9.3))
|
version: 30.2.0(@types/node@20.19.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.5.29(@swc/helpers@0.5.19))(@types/node@20.19.9)(typescript@5.9.3))
|
||||||
jest-environment-node:
|
jest-environment-node:
|
||||||
specifier: 30.2.0
|
|
||||||
version: 30.2.0
|
|
||||||
jest-util:
|
|
||||||
specifier: 30.3.0
|
specifier: 30.3.0
|
||||||
version: 30.3.0
|
version: 30.3.0
|
||||||
|
jest-util:
|
||||||
|
specifier: 30.2.0
|
||||||
|
version: 30.2.0
|
||||||
nx:
|
nx:
|
||||||
specifier: 22.4.4
|
specifier: 22.4.4
|
||||||
version: 22.4.4(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.19))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.5.29(@swc/helpers@0.5.19))
|
version: 22.4.4(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.19))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.5.29(@swc/helpers@0.5.19))
|
||||||
@@ -209,7 +209,7 @@ importers:
|
|||||||
version: 6.19.2(typescript@5.9.3)
|
version: 6.19.2(typescript@5.9.3)
|
||||||
ts-jest:
|
ts-jest:
|
||||||
specifier: 29.4.6
|
specifier: 29.4.6
|
||||||
version: 29.4.6(@babel/core@7.29.0)(@jest/transform@30.2.0)(@jest/types@30.3.0)(babel-jest@30.2.0(@babel/core@7.29.0))(esbuild@0.19.12)(jest-util@30.3.0)(jest@30.2.0(@types/node@20.19.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.5.29(@swc/helpers@0.5.19))(@types/node@20.19.9)(typescript@5.9.3)))(typescript@5.9.3)
|
version: 29.4.6(@babel/core@7.29.0)(@jest/transform@30.2.0)(@jest/types@30.3.0)(babel-jest@30.2.0(@babel/core@7.29.0))(esbuild@0.19.12)(jest-util@30.2.0)(jest@30.2.0(@types/node@20.19.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.5.29(@swc/helpers@0.5.19))(@types/node@20.19.9)(typescript@5.9.3)))(typescript@5.9.3)
|
||||||
ts-node:
|
ts-node:
|
||||||
specifier: 10.9.1
|
specifier: 10.9.1
|
||||||
version: 10.9.1(@swc/core@1.5.29(@swc/helpers@0.5.19))(@types/node@20.19.9)(typescript@5.9.3)
|
version: 10.9.1(@swc/core@1.5.29(@swc/helpers@0.5.19))(@types/node@20.19.9)(typescript@5.9.3)
|
||||||
@@ -1916,6 +1916,10 @@ packages:
|
|||||||
resolution: {integrity: sha512-/QPTL7OBJQ5ac09UDRa3EQes4gt1FTEG/8jZ/4v5IVzx+Cv7dLxlVIvfvSVRiiX2drWyXeBjkMSR8hvOWSog5g==}
|
resolution: {integrity: sha512-/QPTL7OBJQ5ac09UDRa3EQes4gt1FTEG/8jZ/4v5IVzx+Cv7dLxlVIvfvSVRiiX2drWyXeBjkMSR8hvOWSog5g==}
|
||||||
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
|
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
|
||||||
|
|
||||||
|
'@jest/environment@30.3.0':
|
||||||
|
resolution: {integrity: sha512-SlLSF4Be735yQXyh2+mctBOzNDx5s5uLv88/j8Qn1wH679PDcwy67+YdADn8NJnGjzlXtN62asGH/T4vWOkfaw==}
|
||||||
|
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
|
||||||
|
|
||||||
'@jest/expect-utils@30.2.0':
|
'@jest/expect-utils@30.2.0':
|
||||||
resolution: {integrity: sha512-1JnRfhqpD8HGpOmQp180Fo9Zt69zNtC+9lR+kT7NVL05tNXIi+QC8Csz7lfidMoVLPD3FnOtcmp0CEFnxExGEA==}
|
resolution: {integrity: sha512-1JnRfhqpD8HGpOmQp180Fo9Zt69zNtC+9lR+kT7NVL05tNXIi+QC8Csz7lfidMoVLPD3FnOtcmp0CEFnxExGEA==}
|
||||||
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
|
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
|
||||||
@@ -1928,6 +1932,10 @@ packages:
|
|||||||
resolution: {integrity: sha512-HI3tRLjRxAbBy0VO8dqqm7Hb2mIa8d5bg/NJkyQcOk7V118ObQML8RC5luTF/Zsg4474a+gDvhce7eTnP4GhYw==}
|
resolution: {integrity: sha512-HI3tRLjRxAbBy0VO8dqqm7Hb2mIa8d5bg/NJkyQcOk7V118ObQML8RC5luTF/Zsg4474a+gDvhce7eTnP4GhYw==}
|
||||||
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
|
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
|
||||||
|
|
||||||
|
'@jest/fake-timers@30.3.0':
|
||||||
|
resolution: {integrity: sha512-WUQDs8SOP9URStX1DzhD425CqbN/HxUYCTwVrT8sTVBfMvFqYt/s61EK5T05qnHu0po6RitXIvP9otZxYDzTGQ==}
|
||||||
|
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
|
||||||
|
|
||||||
'@jest/get-type@30.1.0':
|
'@jest/get-type@30.1.0':
|
||||||
resolution: {integrity: sha512-eMbZE2hUnx1WV0pmURZY9XoXPkUYjpc55mb0CrhtdWLtzMQPFvu/rZkTLZFTsdaVQa+Tr4eWAteqcUzoawq/uA==}
|
resolution: {integrity: sha512-eMbZE2hUnx1WV0pmURZY9XoXPkUYjpc55mb0CrhtdWLtzMQPFvu/rZkTLZFTsdaVQa+Tr4eWAteqcUzoawq/uA==}
|
||||||
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
|
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
|
||||||
@@ -3236,6 +3244,9 @@ packages:
|
|||||||
'@sinonjs/fake-timers@13.0.5':
|
'@sinonjs/fake-timers@13.0.5':
|
||||||
resolution: {integrity: sha512-36/hTbH2uaWuGVERyC6da9YwGWnzUZXuPro/F2LfsdOsLnCojz/iSH8MxUt/FD2S5XBSVPhmArFUXcpCQ2Hkiw==}
|
resolution: {integrity: sha512-36/hTbH2uaWuGVERyC6da9YwGWnzUZXuPro/F2LfsdOsLnCojz/iSH8MxUt/FD2S5XBSVPhmArFUXcpCQ2Hkiw==}
|
||||||
|
|
||||||
|
'@sinonjs/fake-timers@15.1.1':
|
||||||
|
resolution: {integrity: sha512-cO5W33JgAPbOh07tvZjUOJ7oWhtaqGHiZw+11DPbyqh2kHTBc3eF/CjJDeQ4205RLQsX6rxCuYOroFQwl7JDRw==}
|
||||||
|
|
||||||
'@standard-schema/spec@1.1.0':
|
'@standard-schema/spec@1.1.0':
|
||||||
resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==}
|
resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==}
|
||||||
|
|
||||||
@@ -6400,6 +6411,10 @@ packages:
|
|||||||
resolution: {integrity: sha512-ElU8v92QJ9UrYsKrxDIKCxu6PfNj4Hdcktcn0JX12zqNdqWHB0N+hwOnnBBXvjLd2vApZtuLUGs1QSY+MsXoNA==}
|
resolution: {integrity: sha512-ElU8v92QJ9UrYsKrxDIKCxu6PfNj4Hdcktcn0JX12zqNdqWHB0N+hwOnnBBXvjLd2vApZtuLUGs1QSY+MsXoNA==}
|
||||||
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
|
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
|
||||||
|
|
||||||
|
jest-environment-node@30.3.0:
|
||||||
|
resolution: {integrity: sha512-4i6HItw/JSiJVsC5q0hnKIe/hbYfZLVG9YJ/0pU9Hz2n/9qZe3Rhn5s5CUZA5ORZlcdT/vmAXRMyONXJwPrmYQ==}
|
||||||
|
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
|
||||||
|
|
||||||
jest-haste-map@30.2.0:
|
jest-haste-map@30.2.0:
|
||||||
resolution: {integrity: sha512-sQA/jCb9kNt+neM0anSj6eZhLZUIhQgwDt7cPGjumgLM4rXsfb9kpnlacmvZz3Q5tb80nS+oG/if+NBKrHC+Xw==}
|
resolution: {integrity: sha512-sQA/jCb9kNt+neM0anSj6eZhLZUIhQgwDt7cPGjumgLM4rXsfb9kpnlacmvZz3Q5tb80nS+oG/if+NBKrHC+Xw==}
|
||||||
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
|
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
|
||||||
@@ -6416,10 +6431,18 @@ packages:
|
|||||||
resolution: {integrity: sha512-y4DKFLZ2y6DxTWD4cDe07RglV88ZiNEdlRfGtqahfbIjfsw1nMCPx49Uev4IA/hWn3sDKyAnSPwoYSsAEdcimw==}
|
resolution: {integrity: sha512-y4DKFLZ2y6DxTWD4cDe07RglV88ZiNEdlRfGtqahfbIjfsw1nMCPx49Uev4IA/hWn3sDKyAnSPwoYSsAEdcimw==}
|
||||||
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
|
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
|
||||||
|
|
||||||
|
jest-message-util@30.3.0:
|
||||||
|
resolution: {integrity: sha512-Z/j4Bo+4ySJ+JPJN3b2Qbl9hDq3VrXmnjjGEWD/x0BCXeOXPTV1iZYYzl2X8c1MaCOL+ewMyNBcm88sboE6YWw==}
|
||||||
|
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
|
||||||
|
|
||||||
jest-mock@30.2.0:
|
jest-mock@30.2.0:
|
||||||
resolution: {integrity: sha512-JNNNl2rj4b5ICpmAcq+WbLH83XswjPbjH4T7yvGzfAGCPh1rw+xVNbtk+FnRslvt9lkCcdn9i1oAoKUuFsOxRw==}
|
resolution: {integrity: sha512-JNNNl2rj4b5ICpmAcq+WbLH83XswjPbjH4T7yvGzfAGCPh1rw+xVNbtk+FnRslvt9lkCcdn9i1oAoKUuFsOxRw==}
|
||||||
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
|
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
|
||||||
|
|
||||||
|
jest-mock@30.3.0:
|
||||||
|
resolution: {integrity: sha512-OTzICK8CpE+t4ndhKrwlIdbM6Pn8j00lvmSmq5ejiO+KxukbLjgOflKWMn3KE34EZdQm5RqTuKj+5RIEniYhog==}
|
||||||
|
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
|
||||||
|
|
||||||
jest-pnp-resolver@1.2.3:
|
jest-pnp-resolver@1.2.3:
|
||||||
resolution: {integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==}
|
resolution: {integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==}
|
||||||
engines: {node: '>=6'}
|
engines: {node: '>=6'}
|
||||||
@@ -6469,6 +6492,10 @@ packages:
|
|||||||
resolution: {integrity: sha512-FBGWi7dP2hpdi8nBoWxSsLvBFewKAg0+uSQwBaof4Y4DPgBabXgpSYC5/lR7VmnIlSpASmCi/ntRWPbv7089Pw==}
|
resolution: {integrity: sha512-FBGWi7dP2hpdi8nBoWxSsLvBFewKAg0+uSQwBaof4Y4DPgBabXgpSYC5/lR7VmnIlSpASmCi/ntRWPbv7089Pw==}
|
||||||
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
|
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
|
||||||
|
|
||||||
|
jest-validate@30.3.0:
|
||||||
|
resolution: {integrity: sha512-I/xzC8h5G+SHCb2P2gWkJYrNiTbeL47KvKeW5EzplkyxzBRBw1ssSHlI/jXec0ukH2q7x2zAWQm7015iusg62Q==}
|
||||||
|
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
|
||||||
|
|
||||||
jest-watcher@30.2.0:
|
jest-watcher@30.2.0:
|
||||||
resolution: {integrity: sha512-PYxa28dxJ9g777pGm/7PrbnMeA0Jr7osHP9bS7eJy9DuAjMgdGtxgf0uKMyoIsTWAkIbUW5hSDdJ3urmgXBqxg==}
|
resolution: {integrity: sha512-PYxa28dxJ9g777pGm/7PrbnMeA0Jr7osHP9bS7eJy9DuAjMgdGtxgf0uKMyoIsTWAkIbUW5hSDdJ3urmgXBqxg==}
|
||||||
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
|
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
|
||||||
@@ -7744,6 +7771,10 @@ packages:
|
|||||||
resolution: {integrity: sha512-9uBdv/B4EefsuAL+pWqueZyZS2Ba+LxfFeQ9DN14HU4bN8bhaxKdkpjpB6fs9+pSjIBu+FXQHImEg8j/Lw0+vA==}
|
resolution: {integrity: sha512-9uBdv/B4EefsuAL+pWqueZyZS2Ba+LxfFeQ9DN14HU4bN8bhaxKdkpjpB6fs9+pSjIBu+FXQHImEg8j/Lw0+vA==}
|
||||||
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
|
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
|
||||||
|
|
||||||
|
pretty-format@30.3.0:
|
||||||
|
resolution: {integrity: sha512-oG4T3wCbfeuvljnyAzhBvpN45E8iOTXCU/TD3zXW80HA3dQ4ahdqMkWGiPWZvjpQwlbyHrPTWUAqUzGzv4l1JQ==}
|
||||||
|
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
|
||||||
|
|
||||||
prisma@6.19.2:
|
prisma@6.19.2:
|
||||||
resolution: {integrity: sha512-XTKeKxtQElcq3U9/jHyxSPgiRgeYDKxWTPOf6NkXA0dNj5j40MfEsZkMbyNpwDWCUv7YBFUl7I2VK/6ALbmhEg==}
|
resolution: {integrity: sha512-XTKeKxtQElcq3U9/jHyxSPgiRgeYDKxWTPOf6NkXA0dNj5j40MfEsZkMbyNpwDWCUv7YBFUl7I2VK/6ALbmhEg==}
|
||||||
engines: {node: '>=18.18'}
|
engines: {node: '>=18.18'}
|
||||||
@@ -12019,6 +12050,13 @@ snapshots:
|
|||||||
'@types/node': 20.19.9
|
'@types/node': 20.19.9
|
||||||
jest-mock: 30.2.0
|
jest-mock: 30.2.0
|
||||||
|
|
||||||
|
'@jest/environment@30.3.0':
|
||||||
|
dependencies:
|
||||||
|
'@jest/fake-timers': 30.3.0
|
||||||
|
'@jest/types': 30.3.0
|
||||||
|
'@types/node': 20.19.9
|
||||||
|
jest-mock: 30.3.0
|
||||||
|
|
||||||
'@jest/expect-utils@30.2.0':
|
'@jest/expect-utils@30.2.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jest/get-type': 30.1.0
|
'@jest/get-type': 30.1.0
|
||||||
@@ -12039,6 +12077,15 @@ snapshots:
|
|||||||
jest-mock: 30.2.0
|
jest-mock: 30.2.0
|
||||||
jest-util: 30.2.0
|
jest-util: 30.2.0
|
||||||
|
|
||||||
|
'@jest/fake-timers@30.3.0':
|
||||||
|
dependencies:
|
||||||
|
'@jest/types': 30.3.0
|
||||||
|
'@sinonjs/fake-timers': 15.1.1
|
||||||
|
'@types/node': 20.19.9
|
||||||
|
jest-message-util: 30.3.0
|
||||||
|
jest-mock: 30.3.0
|
||||||
|
jest-util: 30.3.0
|
||||||
|
|
||||||
'@jest/get-type@30.1.0': {}
|
'@jest/get-type@30.1.0': {}
|
||||||
|
|
||||||
'@jest/globals@30.2.0':
|
'@jest/globals@30.2.0':
|
||||||
@@ -13120,7 +13167,7 @@ snapshots:
|
|||||||
identity-obj-proxy: 3.0.0
|
identity-obj-proxy: 3.0.0
|
||||||
jest-config: 30.2.0(@types/node@20.19.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.5.29(@swc/helpers@0.5.19))(@types/node@20.19.9)(typescript@5.9.3))
|
jest-config: 30.2.0(@types/node@20.19.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.5.29(@swc/helpers@0.5.19))(@types/node@20.19.9)(typescript@5.9.3))
|
||||||
jest-resolve: 30.2.0
|
jest-resolve: 30.2.0
|
||||||
jest-util: 30.3.0
|
jest-util: 30.2.0
|
||||||
minimatch: 10.1.1
|
minimatch: 10.1.1
|
||||||
picocolors: 1.1.1
|
picocolors: 1.1.1
|
||||||
resolve.exports: 2.0.3
|
resolve.exports: 2.0.3
|
||||||
@@ -13904,6 +13951,10 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@sinonjs/commons': 3.0.1
|
'@sinonjs/commons': 3.0.1
|
||||||
|
|
||||||
|
'@sinonjs/fake-timers@15.1.1':
|
||||||
|
dependencies:
|
||||||
|
'@sinonjs/commons': 3.0.1
|
||||||
|
|
||||||
'@standard-schema/spec@1.1.0': {}
|
'@standard-schema/spec@1.1.0': {}
|
||||||
|
|
||||||
'@stylistic/eslint-plugin@2.12.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
|
'@stylistic/eslint-plugin@2.12.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
|
||||||
@@ -17674,6 +17725,16 @@ snapshots:
|
|||||||
jest-util: 30.2.0
|
jest-util: 30.2.0
|
||||||
jest-validate: 30.2.0
|
jest-validate: 30.2.0
|
||||||
|
|
||||||
|
jest-environment-node@30.3.0:
|
||||||
|
dependencies:
|
||||||
|
'@jest/environment': 30.3.0
|
||||||
|
'@jest/fake-timers': 30.3.0
|
||||||
|
'@jest/types': 30.3.0
|
||||||
|
'@types/node': 20.19.9
|
||||||
|
jest-mock: 30.3.0
|
||||||
|
jest-util: 30.3.0
|
||||||
|
jest-validate: 30.3.0
|
||||||
|
|
||||||
jest-haste-map@30.2.0:
|
jest-haste-map@30.2.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jest/types': 30.2.0
|
'@jest/types': 30.2.0
|
||||||
@@ -17713,12 +17774,30 @@ snapshots:
|
|||||||
slash: 3.0.0
|
slash: 3.0.0
|
||||||
stack-utils: 2.0.6
|
stack-utils: 2.0.6
|
||||||
|
|
||||||
|
jest-message-util@30.3.0:
|
||||||
|
dependencies:
|
||||||
|
'@babel/code-frame': 7.29.0
|
||||||
|
'@jest/types': 30.3.0
|
||||||
|
'@types/stack-utils': 2.0.3
|
||||||
|
chalk: 4.1.2
|
||||||
|
graceful-fs: 4.2.11
|
||||||
|
picomatch: 4.0.3
|
||||||
|
pretty-format: 30.3.0
|
||||||
|
slash: 3.0.0
|
||||||
|
stack-utils: 2.0.6
|
||||||
|
|
||||||
jest-mock@30.2.0:
|
jest-mock@30.2.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jest/types': 30.2.0
|
'@jest/types': 30.2.0
|
||||||
'@types/node': 20.19.9
|
'@types/node': 20.19.9
|
||||||
jest-util: 30.2.0
|
jest-util: 30.2.0
|
||||||
|
|
||||||
|
jest-mock@30.3.0:
|
||||||
|
dependencies:
|
||||||
|
'@jest/types': 30.3.0
|
||||||
|
'@types/node': 20.19.9
|
||||||
|
jest-util: 30.3.0
|
||||||
|
|
||||||
jest-pnp-resolver@1.2.3(jest-resolve@30.2.0):
|
jest-pnp-resolver@1.2.3(jest-resolve@30.2.0):
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
jest-resolve: 30.2.0
|
jest-resolve: 30.2.0
|
||||||
@@ -17859,6 +17938,15 @@ snapshots:
|
|||||||
leven: 3.1.0
|
leven: 3.1.0
|
||||||
pretty-format: 30.2.0
|
pretty-format: 30.2.0
|
||||||
|
|
||||||
|
jest-validate@30.3.0:
|
||||||
|
dependencies:
|
||||||
|
'@jest/get-type': 30.1.0
|
||||||
|
'@jest/types': 30.3.0
|
||||||
|
camelcase: 6.3.0
|
||||||
|
chalk: 4.1.2
|
||||||
|
leven: 3.1.0
|
||||||
|
pretty-format: 30.3.0
|
||||||
|
|
||||||
jest-watcher@30.2.0:
|
jest-watcher@30.2.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jest/test-result': 30.2.0
|
'@jest/test-result': 30.2.0
|
||||||
@@ -19283,6 +19371,12 @@ snapshots:
|
|||||||
ansi-styles: 5.2.0
|
ansi-styles: 5.2.0
|
||||||
react-is: 18.3.1
|
react-is: 18.3.1
|
||||||
|
|
||||||
|
pretty-format@30.3.0:
|
||||||
|
dependencies:
|
||||||
|
'@jest/schemas': 30.0.5
|
||||||
|
ansi-styles: 5.2.0
|
||||||
|
react-is: 18.3.1
|
||||||
|
|
||||||
prisma@6.19.2(typescript@5.9.3):
|
prisma@6.19.2(typescript@5.9.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@prisma/config': 6.19.2
|
'@prisma/config': 6.19.2
|
||||||
@@ -20477,7 +20571,7 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- tslib
|
- tslib
|
||||||
|
|
||||||
ts-jest@29.4.6(@babel/core@7.29.0)(@jest/transform@30.2.0)(@jest/types@30.3.0)(babel-jest@30.2.0(@babel/core@7.29.0))(esbuild@0.19.12)(jest-util@30.3.0)(jest@30.2.0(@types/node@20.19.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.5.29(@swc/helpers@0.5.19))(@types/node@20.19.9)(typescript@5.9.3)))(typescript@5.9.3):
|
ts-jest@29.4.6(@babel/core@7.29.0)(@jest/transform@30.2.0)(@jest/types@30.3.0)(babel-jest@30.2.0(@babel/core@7.29.0))(esbuild@0.19.12)(jest-util@30.2.0)(jest@30.2.0(@types/node@20.19.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.5.29(@swc/helpers@0.5.19))(@types/node@20.19.9)(typescript@5.9.3)))(typescript@5.9.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
bs-logger: 0.2.6
|
bs-logger: 0.2.6
|
||||||
fast-json-stable-stringify: 2.1.0
|
fast-json-stable-stringify: 2.1.0
|
||||||
@@ -20496,7 +20590,7 @@ snapshots:
|
|||||||
'@jest/types': 30.3.0
|
'@jest/types': 30.3.0
|
||||||
babel-jest: 30.2.0(@babel/core@7.29.0)
|
babel-jest: 30.2.0(@babel/core@7.29.0)
|
||||||
esbuild: 0.19.12
|
esbuild: 0.19.12
|
||||||
jest-util: 30.3.0
|
jest-util: 30.2.0
|
||||||
|
|
||||||
ts-loader@9.5.4(typescript@5.9.3)(webpack@5.105.0(@swc/core@1.5.29(@swc/helpers@0.5.19))(esbuild@0.19.12)):
|
ts-loader@9.5.4(typescript@5.9.3)(webpack@5.105.0(@swc/core@1.5.29(@swc/helpers@0.5.19))(esbuild@0.19.12)):
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|||||||
Reference in New Issue
Block a user