Skip to content

Commit

Permalink
restore legacy ui react-scripts 4.x (#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
davdhacs authored Sep 5, 2024
1 parent 67e3504 commit 09ecfeb
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 165 deletions.
16 changes: 8 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

version: 2
updates:
- package-ecosystem: 'npm'
directory: 'ui/'
schedule:
interval: 'weekly'
day: 'wednesday'
reviewers:
- 'stackrox/ui-dep-updaters'
- 'stackrox/infra'
#- package-ecosystem: 'npm'
# directory: 'ui/'
# schedule:
# interval: 'weekly'
# day: 'wednesday'
# reviewers:
# - 'stackrox/ui-dep-updaters'
# - 'stackrox/infra'

- package-ecosystem: 'gomod'
directory: '/'
Expand Down
12 changes: 6 additions & 6 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@patternfly/patternfly": "^4.224.2",
"@patternfly/react-core": "^4.276.8",
"@patternfly/react-icons": "^4.93.6",
"axios": "^0.28.0",
"axios": "^0.21.4",
"formik": "^2.4.2",
"history": "^5.0.1",
"lodash": "^4.17.21",
Expand All @@ -44,7 +44,7 @@
"devDependencies": {
"@stackrox/tailwind-config": "^0.2.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^16.0.1",
"@testing-library/react": "^12.1.1",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.195",
Expand All @@ -53,14 +53,14 @@
"@types/react-dom": "^17.0.9",
"autoprefixer": "^10.4.14",
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-prettier": "^3.4.1",
"http-proxy-middleware": "^2.0.6",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.32",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0",
"prettier": "^3.3.3",
"prettier": "^2.2.1",
"react-scripts": "^4.0.1",
"tailwindcss": "^2.2.9",
"typescript": "~5.1.6",
Expand Down
Loading

0 comments on commit 09ecfeb

Please sign in to comment.