Test failure mode
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2022-04-25 23:03:12 +02:00
parent 99a6e74a2a
commit 0e9ca20f56
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23
3 changed files with 15 additions and 7 deletions

15
.idea/git_toolbox_prj.xml Normal file
View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GitToolBoxProjectSettings">
<option name="commitMessageIssueKeyValidationOverride">
<BoolValueOverride>
<option name="enabled" value="true" />
</BoolValueOverride>
</option>
<option name="commitMessageValidationEnabledOverride">
<BoolValueOverride>
<option name="enabled" value="true" />
</BoolValueOverride>
</option>
</component>
</project>

View File

@ -9,7 +9,6 @@
"next": "latest",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-uuid": "^1.0.2",
"uuid": "^8.3.2"
},
"devDependencies": {

View File

@ -11,7 +11,6 @@ specifiers:
prettier-plugin-tailwindcss: ^0.1.1
react: ^18.0.0
react-dom: ^18.0.0
react-uuid: ^1.0.2
sass: ^1.50.1
tailwindcss: ^3.0.7
typescript: 4.5.4
@ -21,7 +20,6 @@ dependencies:
next: 12.1.5_d7d27f3bc85bacccfb9132af84144489
react: 18.0.0
react-dom: 18.0.0_react@18.0.0
react-uuid: 1.0.2
uuid: 8.3.2
devDependencies:
@ -642,10 +640,6 @@ packages:
scheduler: 0.21.0
dev: false
/react-uuid/1.0.2:
resolution: {integrity: sha512-5e0GM16uuQj9MdRJlZ0GdLC8LKMwpU9PIqYmF27s3fIV2z+rLyASTaiW4aKzSY4DyGanz+ImzsECkftwGWfAwA==}
dev: false
/react/18.0.0:
resolution: {integrity: sha512-x+VL6wbT4JRVPm7EGxXhZ8w8LTROaxPXOqhlGyVSrv0sB1jkyFGgXxJ8LVoPRLvPR6/CIZGFmfzqUa2NYeMr2A==}
engines: {node: '>=0.10.0'}