Upgrade yarn
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kieran 2023-08-23 15:21:13 +01:00
parent 9a9ad6fada
commit f359a8a861
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
8 changed files with 15130 additions and 9781 deletions

2
.gitignore vendored
View File

@ -16,4 +16,4 @@ sw.js
.DS_Store
.idea/
appsettings.*.json
VoidCat.xml
VoidCat.xml

View File

@ -22,3 +22,11 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.tgz
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

874
VoidCat/spa/.yarn/releases/yarn-3.6.2.cjs vendored Executable file

File diff suppressed because one or more lines are too long

1
VoidCat/spa/.yarnrc.yml Normal file
View File

@ -0,0 +1 @@
yarnPath: .yarn/releases/yarn-3.6.2.cjs

View File

@ -6,5 +6,6 @@
"scripts": {
"build": "yarn workspace @void-cat/api build && yarn workspace @void-cat/app build",
"start": "yarn workspace @void-cat/api build && yarn workspace @void-cat/app start"
}
},
"packageManager": "yarn@3.6.2"
}

View File

@ -7,7 +7,6 @@
"repository": "https://git.v0l.io/Kieran/void.cat",
"author": "Kieran",
"license": "MIT",
"private": false,
"scripts": {
"build": "rm -rf dist && tsc"
},
@ -22,4 +21,4 @@
"src",
"dist"
]
}
}

View File

@ -6,12 +6,9 @@
"dependencies": {
"@hcaptcha/react-hcaptcha": "^1.1.1",
"@reduxjs/toolkit": "^1.7.2",
"@types/node": "^18.16.3",
"@types/qrcode.react": "^1.0.2",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@types/sjcl": "^1.0.30",
"@void-cat/api": "workspace:^",
"moment": "^2.29.4",
"prop-types": "^15.8.1",
"qrcode.react": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@ -20,16 +17,27 @@
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.0",
"recharts": "^2.1.10",
"sjcl": "^1.0.8",
"typescript": "^5.0.4"
"sjcl": "^1.0.8"
},
"devDependencies": {
"@babel/plugin-syntax-flow": "^7.22.5",
"@craco/craco": "^6.4.5",
"@types/node": "^20.5.3",
"@types/preval.macro": "^3.0.0",
"@types/qrcode.react": "^1.0.2",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@types/react-helmet": "^6.1.6",
"@types/react-redux": "^7.1.26",
"@types/sjcl": "^1.0.30",
"chalk": "^5.3.0",
"cra-bundle-analyzer": "^0.1.1",
"eslint": "^8.47.0",
"eslint-config-react-app": "^7.0.1",
"http-proxy-middleware": "^2.0.6",
"preval.macro": "^5.0.0"
"preval.macro": "^5.0.0",
"typescript": "^5.1.6",
"webpack": "^5.88.2"
},
"scripts": {
"start": "craco start",

File diff suppressed because it is too large Load Diff