mirror of https://github.com/artifacthub/hub.git
Upgrade frontend dependencies (#3467)
Signed-off-by: Cintia Sanchez Garcia <cynthiasg@icloud.com>
This commit is contained in:
parent
25487f4f0b
commit
81b7ad7fc7
|
|
@ -5,12 +5,12 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@analytics/google-analytics-v3": "^0.6.1",
|
"@analytics/google-analytics-v3": "^0.6.1",
|
||||||
"analytics": "^0.8.9",
|
"analytics": "^0.8.9",
|
||||||
"apexcharts": "^3.43.0",
|
"apexcharts": "^3.44.0",
|
||||||
"bootstrap": "^5.3.2",
|
"bootstrap": "^5.3.2",
|
||||||
"classnames": "^2.3.2",
|
"classnames": "^2.3.2",
|
||||||
"codemirror": "^5.65.15",
|
"codemirror": "^5.65.15",
|
||||||
"codemirror-rego": "^1.2.2",
|
"codemirror-rego": "^1.2.2",
|
||||||
"crypto-js": "^4.1.1",
|
"crypto-js": "^4.2.0",
|
||||||
"diff": "^5.0.0",
|
"diff": "^5.0.0",
|
||||||
"emoji-js": "^3.7.0",
|
"emoji-js": "^3.7.0",
|
||||||
"json-schema-merge-allof": "^0.8.1",
|
"json-schema-merge-allof": "^0.8.1",
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
"react-icons": "^4.11.0",
|
"react-icons": "^4.11.0",
|
||||||
"react-image-crop": "^10.1.8",
|
"react-image-crop": "^10.1.8",
|
||||||
"react-markdown": "^8.0.7",
|
"react-markdown": "^8.0.7",
|
||||||
"react-router-dom": "^6.16.0",
|
"react-router-dom": "^6.18.0",
|
||||||
"react-syntax-highlighter": "^15.5.0",
|
"react-syntax-highlighter": "^15.5.0",
|
||||||
"regexify-string": "^1.0.17",
|
"regexify-string": "^1.0.17",
|
||||||
"remark-gfm": "^3.0.1",
|
"remark-gfm": "^3.0.1",
|
||||||
|
|
@ -35,9 +35,9 @@
|
||||||
"remark-unlink": "^4.0.1",
|
"remark-unlink": "^4.0.1",
|
||||||
"semver": "^7.5.4",
|
"semver": "^7.5.4",
|
||||||
"tinycolor2": "^1.6.0",
|
"tinycolor2": "^1.6.0",
|
||||||
"ua-parser-js": "^1.0.36",
|
"ua-parser-js": "^1.0.37",
|
||||||
"unified": "^10.1.2",
|
"unified": "^10.1.2",
|
||||||
"yaml": "^2.3.3"
|
"yaml": "^2.3.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
||||||
|
|
@ -45,18 +45,18 @@
|
||||||
"@testing-library/react": "13.4.0",
|
"@testing-library/react": "13.4.0",
|
||||||
"@testing-library/react-hooks": "^8.0.0",
|
"@testing-library/react-hooks": "^8.0.0",
|
||||||
"@testing-library/user-event": "^14.5.1",
|
"@testing-library/user-event": "^14.5.1",
|
||||||
"@types/bootstrap": "^5.2.7",
|
"@types/bootstrap": "^5.2.8",
|
||||||
"@types/crypto-js": "^4.1.2",
|
"@types/crypto-js": "^4.1.3",
|
||||||
"@types/jest": "^29.5.5",
|
"@types/jest": "^29.5.7",
|
||||||
"@types/json-schema": "^7.0.13",
|
"@types/json-schema": "^7.0.14",
|
||||||
"@types/json-schema-merge-allof": "^0.6.2",
|
"@types/json-schema-merge-allof": "^0.6.3",
|
||||||
"@types/lodash": "^4.14.199",
|
"@types/lodash": "^4.14.200",
|
||||||
"@types/node": "^20.8.6",
|
"@types/node": "^20.8.10",
|
||||||
"@types/react": "^18.2.28",
|
"@types/react": "^18.2.35",
|
||||||
"@types/react-color": "^3.0.7",
|
"@types/react-color": "^3.0.9",
|
||||||
"@types/react-dom": "^18.2.13",
|
"@types/react-dom": "^18.2.14",
|
||||||
"@types/react-syntax-highlighter": "^15.5.8",
|
"@types/react-syntax-highlighter": "^15.5.9",
|
||||||
"@types/semver": "^7.5.3",
|
"@types/semver": "^7.5.4",
|
||||||
"eslint-config-prettier": "^9.0.0",
|
"eslint-config-prettier": "^9.0.0",
|
||||||
"eslint-plugin-prettier": "^5.0.1",
|
"eslint-plugin-prettier": "^5.0.1",
|
||||||
"eslint-plugin-simple-import-sort": "^10.0.0",
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
||||||
|
|
@ -64,7 +64,7 @@
|
||||||
"jest-mock": "^29.7.0",
|
"jest-mock": "^29.7.0",
|
||||||
"prettier": "^3.0.3",
|
"prettier": "^3.0.3",
|
||||||
"react-scripts": "^5.0.1",
|
"react-scripts": "^5.0.1",
|
||||||
"sass": "^1.69.3",
|
"sass": "^1.69.5",
|
||||||
"shx": "^0.3.4",
|
"shx": "^0.3.4",
|
||||||
"typescript": "^5.2.2"
|
"typescript": "^5.2.2"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
1687
web/yarn.lock
1687
web/yarn.lock
File diff suppressed because it is too large
Load Diff
|
|
@ -17,11 +17,11 @@
|
||||||
"@testing-library/react": "^14.0.0",
|
"@testing-library/react": "^14.0.0",
|
||||||
"@testing-library/react-hooks": "^8.0.0",
|
"@testing-library/react-hooks": "^8.0.0",
|
||||||
"@testing-library/user-event": "^14.5.1",
|
"@testing-library/user-event": "^14.5.1",
|
||||||
"@types/jest": "^29.5.5",
|
"@types/jest": "^29.5.7",
|
||||||
"@types/lodash": "^4.14.199",
|
"@types/lodash": "^4.14.200",
|
||||||
"@types/node": "^20.8.6",
|
"@types/node": "^20.8.10",
|
||||||
"@types/react": "^18.2.28",
|
"@types/react": "^18.2.35",
|
||||||
"@types/react-dom": "^18.2.13",
|
"@types/react-dom": "^18.2.14",
|
||||||
"@types/styled-components": "^5.1.27",
|
"@types/styled-components": "^5.1.27",
|
||||||
"babel-plugin-styled-components": "^2.1.4",
|
"babel-plugin-styled-components": "^2.1.4",
|
||||||
"eslint-config-prettier": "^9.0.0",
|
"eslint-config-prettier": "^9.0.0",
|
||||||
|
|
|
||||||
1559
widget/yarn.lock
1559
widget/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue