mirror of
https://github.com/quantum5/qcal.git
synced 2025-04-24 01:32:02 -04:00
Fix package-lock.json
This commit is contained in:
parent
1d6c20513e
commit
27a3219096
32
package-lock.json
generated
32
package-lock.json
generated
|
@ -8,7 +8,8 @@
|
|||
"workspaces": [
|
||||
"common",
|
||||
"frcal",
|
||||
"jcal"
|
||||
"jcal",
|
||||
"gcal"
|
||||
]
|
||||
},
|
||||
"common": {
|
||||
|
@ -1856,6 +1857,31 @@
|
|||
"react-app-rewired": "^2.2.1"
|
||||
}
|
||||
},
|
||||
"gcal": {
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"@testing-library/jest-dom": "^5.16.2",
|
||||
"@testing-library/react": "^12.1.2",
|
||||
"@testing-library/user-event": "^13.5.0",
|
||||
"@types/jest": "^27.4.0",
|
||||
"@types/node": "^16.11.24",
|
||||
"@types/react": "^17.0.39",
|
||||
"@types/react-dom": "^17.0.11",
|
||||
"bootstrap": "~5.1.3",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-scripts": "5.0.0",
|
||||
"sass": "^1.49.7",
|
||||
"sass-loader": "^12.4.0",
|
||||
"typescript": "^4.5.5",
|
||||
"web-vitals": "^2.1.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bootstrap": "^5.1.9",
|
||||
"react-app-alias-ex": "^2.1.0",
|
||||
"react-app-rewired": "^2.2.1"
|
||||
}
|
||||
},
|
||||
"jcal": {
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
|
@ -9582,6 +9608,10 @@
|
|||
"url": "https://github.com/sponsors/ljharb"
|
||||
}
|
||||
},
|
||||
"node_modules/gcal": {
|
||||
"resolved": "gcal",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/gensync": {
|
||||
"version": "1.0.0-beta.2",
|
||||
"resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
|
||||
|
|
Loading…
Reference in a new issue