CI updates #4
This commit is contained in:
parent
065dedc7b2
commit
1c3ea1e8f6
3 changed files with 16 additions and 0 deletions
|
|
@ -47,6 +47,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.22.5",
|
"@babel/core": "^7.22.5",
|
||||||
"@types/react": "18.2.13",
|
"@types/react": "18.2.13",
|
||||||
|
"@types/node": "^20.3.1",
|
||||||
"@types/uuid": "^9.0.2",
|
"@types/uuid": "^9.0.2",
|
||||||
"babel-loader": "^9.1.2",
|
"babel-loader": "^9.1.2",
|
||||||
"eslint": "^8.43.0",
|
"eslint": "^8.43.0",
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.22.5",
|
"@babel/core": "^7.22.5",
|
||||||
|
"@types/node": "^20.3.1",
|
||||||
"@types/react": "18.2.13",
|
"@types/react": "18.2.13",
|
||||||
"@types/uuid": "^9.0.2",
|
"@types/uuid": "^9.0.2",
|
||||||
"babel-loader": "^9.1.2",
|
"babel-loader": "^9.1.2",
|
||||||
|
|
|
||||||
14
package-lock.json
generated
14
package-lock.json
generated
|
|
@ -57,6 +57,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.22.5",
|
"@babel/core": "^7.22.5",
|
||||||
|
"@types/node": "^20.3.1",
|
||||||
"@types/react": "18.2.13",
|
"@types/react": "18.2.13",
|
||||||
"@types/uuid": "^9.0.2",
|
"@types/uuid": "^9.0.2",
|
||||||
"babel-loader": "^9.1.2",
|
"babel-loader": "^9.1.2",
|
||||||
|
|
@ -665,6 +666,12 @@
|
||||||
"url": "https://opencollective.com/popperjs"
|
"url": "https://opencollective.com/popperjs"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"apps/leafcutter/node_modules/@types/node": {
|
||||||
|
"version": "20.3.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.3.1.tgz",
|
||||||
|
"integrity": "sha512-EhcH/wvidPy1WeML3TtYFGR83UzjxeWRen9V402T8aUGYsCHOmfoisV3ZSg03gAFIbLq8TnWOJ0f4cALtnSEUg==",
|
||||||
|
"dev": true
|
||||||
|
},
|
||||||
"apps/leafcutter/node_modules/@types/react": {
|
"apps/leafcutter/node_modules/@types/react": {
|
||||||
"version": "18.2.13",
|
"version": "18.2.13",
|
||||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.13.tgz",
|
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.13.tgz",
|
||||||
|
|
@ -1005,6 +1012,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.22.5",
|
"@babel/core": "^7.22.5",
|
||||||
|
"@types/node": "^20.3.1",
|
||||||
"@types/react": "18.2.13",
|
"@types/react": "18.2.13",
|
||||||
"@types/uuid": "^9.0.2",
|
"@types/uuid": "^9.0.2",
|
||||||
"babel-loader": "^9.1.2",
|
"babel-loader": "^9.1.2",
|
||||||
|
|
@ -1613,6 +1621,12 @@
|
||||||
"url": "https://opencollective.com/popperjs"
|
"url": "https://opencollective.com/popperjs"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"apps/link/node_modules/@types/node": {
|
||||||
|
"version": "20.3.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.3.1.tgz",
|
||||||
|
"integrity": "sha512-EhcH/wvidPy1WeML3TtYFGR83UzjxeWRen9V402T8aUGYsCHOmfoisV3ZSg03gAFIbLq8TnWOJ0f4cALtnSEUg==",
|
||||||
|
"dev": true
|
||||||
|
},
|
||||||
"apps/link/node_modules/@types/react": {
|
"apps/link/node_modules/@types/react": {
|
||||||
"version": "18.2.13",
|
"version": "18.2.13",
|
||||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.13.tgz",
|
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.13.tgz",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue