mirror of
https://git.v0l.io/Kieran/void.cat.git
synced 2025-03-17 21:12:22 +01:00
Upgrade yarn
This commit is contained in:
parent
9a9ad6fada
commit
f359a8a861
2
.gitignore
vendored
2
.gitignore
vendored
@ -16,4 +16,4 @@ sw.js
|
||||
.DS_Store
|
||||
.idea/
|
||||
appsettings.*.json
|
||||
VoidCat.xml
|
||||
VoidCat.xml
|
||||
|
8
VoidCat/spa/.gitignore
vendored
8
VoidCat/spa/.gitignore
vendored
@ -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
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
1
VoidCat/spa/.yarnrc.yml
Normal file
@ -0,0 +1 @@
|
||||
yarnPath: .yarn/releases/yarn-3.6.2.cjs
|
@ -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"
|
||||
}
|
||||
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -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",
|
||||
|
23996
VoidCat/spa/yarn.lock
23996
VoidCat/spa/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user