mirror of https://github.com/artifacthub/hub.git
Upgrade frontend dependencies (#3096)
Signed-off-by: Cintia Sanchez Garcia <cynthiasg@icloud.com>
This commit is contained in:
parent
1edaa4d566
commit
23a6af5c6f
|
|
@ -4,9 +4,9 @@
|
|||
"private": true,
|
||||
"dependencies": {
|
||||
"@analytics/google-analytics-v3": "^0.6.1",
|
||||
"analytics": "^0.8.1",
|
||||
"analytics": "^0.8.7",
|
||||
"apexcharts": "^3.40.0",
|
||||
"bootstrap": "^5.2.3",
|
||||
"bootstrap": "^5.3.0",
|
||||
"classnames": "^2.3.2",
|
||||
"codemirror": "^5.65.13",
|
||||
"codemirror-rego": "^1.2.2",
|
||||
|
|
@ -23,8 +23,8 @@
|
|||
"react-color": "^2.19.3",
|
||||
"react-diff-view": "3.0.2",
|
||||
"react-dom": "^18.1.0",
|
||||
"react-icons": "^4.8.0",
|
||||
"react-image-crop": "^10.0.9",
|
||||
"react-icons": "^4.9.0",
|
||||
"react-image-crop": "^10.1.4",
|
||||
"react-markdown": "^8.0.7",
|
||||
"react-router-dom": "^6.11.1",
|
||||
"react-syntax-highlighter": "^15.5.0",
|
||||
|
|
@ -32,27 +32,27 @@
|
|||
"remark-gfm": "^3.0.1",
|
||||
"remark-parse": "^10.0.2",
|
||||
"remark-strip-html": "^1.0.2",
|
||||
"remark-unlink": "^3.1.0",
|
||||
"remark-unlink": "^4.0.1",
|
||||
"semver": "^7.5.1",
|
||||
"tinycolor2": "^1.6.0",
|
||||
"ua-parser-js": "^1.0.35",
|
||||
"unified": "^10.1.2",
|
||||
"yaml": "2.3.0"
|
||||
"yaml": "^2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/plugin-proposal-private-property-in-object": "^7.21.0",
|
||||
"@babel/plugin-proposal-private-property-in-object": "^7.21.10",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/react": "^13.4.0",
|
||||
"@testing-library/react-hooks": "^8.0.0",
|
||||
"@testing-library/user-event": "^14.4.3",
|
||||
"@types/bootstrap": "^5.2.5",
|
||||
"@types/crypto-js": "^4.1.1",
|
||||
"@types/jest": "^29.5.1",
|
||||
"@types/jest": "^29.5.2",
|
||||
"@types/json-schema": "^7.0.12",
|
||||
"@types/json-schema-merge-allof": "^0.6.1",
|
||||
"@types/lodash": "^4.14.195",
|
||||
"@types/node": "^20.2.4",
|
||||
"@types/react": "^18.2.7",
|
||||
"@types/node": "^20.2.5",
|
||||
"@types/react": "^18.2.8",
|
||||
"@types/react-color": "^3.0.6",
|
||||
"@types/react-dom": "^18.2.4",
|
||||
"@types/react-syntax-highlighter": "^15.5.7",
|
||||
|
|
@ -66,7 +66,7 @@
|
|||
"react-scripts": "^5.0.1",
|
||||
"sass": "^1.62.1",
|
||||
"shx": "^0.3.4",
|
||||
"typescript": "^5.0.3"
|
||||
"typescript": "^5.1.3"
|
||||
},
|
||||
"proxy": "http://localhost:8000",
|
||||
"scripts": {
|
||||
|
|
|
|||
1353
web/yarn.lock
1353
web/yarn.lock
File diff suppressed because it is too large
Load Diff
|
|
@ -11,15 +11,16 @@
|
|||
"styled-components": "^5.3.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/plugin-proposal-private-property-in-object": "^7.21.10",
|
||||
"@craco/craco": "^7.1.0",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
"@testing-library/react-hooks": "^8.0.0",
|
||||
"@testing-library/user-event": "^14.4.3",
|
||||
"@types/jest": "^29.5.1",
|
||||
"@types/jest": "^29.5.2",
|
||||
"@types/lodash": "^4.14.195",
|
||||
"@types/node": "^20.2.4",
|
||||
"@types/react": "^18.2.7",
|
||||
"@types/node": "^20.2.5",
|
||||
"@types/react": "^18.2.8",
|
||||
"@types/react-dom": "^18.2.4",
|
||||
"@types/styled-components": "^5.1.25",
|
||||
"babel-plugin-styled-components": "^2.1.3",
|
||||
|
|
@ -30,8 +31,8 @@
|
|||
"jest-mock": "^29.5.0",
|
||||
"prettier": "^2.8.8",
|
||||
"react-scripts": "^5.0.1",
|
||||
"typescript": "^5.0.3",
|
||||
"webpack-cli": "^5.1.1"
|
||||
"typescript": "^5.1.3",
|
||||
"webpack-cli": "^5.1.3"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "REACT_APP_HUB_BASE_URL=http://localhost:8000 craco start",
|
||||
|
|
|
|||
1208
widget/yarn.lock
1208
widget/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue