Skip to content

Commit

Permalink
Upgrade frontend dependencies (#3008)
Browse files Browse the repository at this point in the history
Signed-off-by: Cintia Sanchez Garcia <[email protected]>
  • Loading branch information
cynthia-sg authored Apr 28, 2023
1 parent 34081df commit 4a41c84
Show file tree
Hide file tree
Showing 7 changed files with 1,000 additions and 943 deletions.
22 changes: 11 additions & 11 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"dependencies": {
"@analytics/google-analytics-v3": "^0.6.1",
"analytics": "^0.8.1",
"apexcharts": "^3.37.3",
"apexcharts": "^3.39.0",
"bootstrap": "^5.2.3",
"classnames": "^2.3.2",
"codemirror": "^5.65.12",
"codemirror": "^5.65.13",
"codemirror-rego": "^1.2.2",
"crypto-js": "^4.1.1",
"diff": "^5.0.0",
Expand All @@ -25,15 +25,15 @@
"react-dom": "^18.1.0",
"react-icons": "^4.8.0",
"react-image-crop": "^10.0.9",
"react-markdown": "^8.0.6",
"react-markdown": "^8.0.7",
"react-router-dom": "^6.10.0",
"react-syntax-highlighter": "^15.5.0",
"regexify-string": "^1.0.17",
"remark-gfm": "^3.0.1",
"remark-parse": "^9.0.0",
"remark-strip-html": "^1.0.2",
"remark-unlink": "^3.1.0",
"semver": "^7.4.0",
"semver": "7.4.0",
"tinycolor2": "^1.6.0",
"ua-parser-js": "^1.0.35",
"unified": "^9.2.1",
Expand All @@ -46,24 +46,24 @@
"@testing-library/user-event": "^14.4.3",
"@types/bootstrap": "^5.2.5",
"@types/crypto-js": "^4.1.1",
"@types/jest": "^29.5.0",
"@types/jest": "^29.5.1",
"@types/json-schema": "^7.0.11",
"@types/json-schema-merge-allof": "^0.6.1",
"@types/lodash": "^4.14.192",
"@types/node": "^18.15.11",
"@types/react": "^18.0.33",
"@types/lodash": "^4.14.194",
"@types/node": "^18.16.1",
"@types/react": "^18.2.0",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.0.11",
"@types/react-dom": "^18.2.1",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/semver": "^7.3.13",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest-fetch-mock": "^3.0.3",
"jest-mock": "^29.5.0",
"prettier": "^2.8.7",
"prettier": "^2.8.8",
"react-scripts": "^5.0.1",
"sass": "^1.61.0",
"sass": "^1.62.1",
"shx": "^0.3.4",
"typescript": "^5.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion web/src/layout/package/installation/OLMOCIInstall.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe('OLMOCIInstall', () => {
expect(screen.getByText('Create subscription')).toBeInTheDocument();
expect(screen.getByText('packageName-subscription.yaml')).toBeInTheDocument();
expect(screen.getAllByText(/stable/)).toHaveLength(2);
expect(screen.getByText('kubectl apply -f packageName-subscription.yaml')).toBeInTheDocument();
expect(await screen.findByText('kubectl apply -f packageName-subscription.yaml')).toBeInTheDocument();

const olmLink = screen.getByText('Need OLM?');
expect(olmLink).toBeInTheDocument();
Expand Down
780 changes: 406 additions & 374 deletions web/yarn.lock

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,30 @@
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-shadow": "^20.0.0",
"styled-components": "^5.3.9"
"styled-components": "^5.3.10"
},
"devDependencies": {
"@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.0",
"@types/lodash": "^4.14.192",
"@types/node": "^18.15.11",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@types/jest": "^29.5.1",
"@types/lodash": "^4.14.194",
"@types/node": "^18.16.2",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@types/styled-components": "^5.1.25",
"babel-plugin-styled-components": "^2.1.1",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest-fetch-mock": "^3.0.3",
"jest-mock": "^29.5.0",
"prettier": "^2.8.7",
"prettier": "^2.8.8",
"react-scripts": "^5.0.1",
"typescript": "^5.0.3",
"webpack-cli": "^5.0.1"
"webpack-cli": "^5.0.2"
},
"resolutions": {
"minimatch": "5.1.0",
Expand Down
Loading

0 comments on commit 4a41c84

Please sign in to comment.