Skip to content

Commit

Permalink
PatternFly v5 package update
Browse files Browse the repository at this point in the history
  • Loading branch information
dlabrecq committed Jul 26, 2023
1 parent 9c5bf57 commit 61bce3b
Show file tree
Hide file tree
Showing 179 changed files with 1,649 additions and 1,485 deletions.
2 changes: 2 additions & 0 deletions fec.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ module.exports = {
interceptChromeConfig: false, // Change to false after your app is registered in configuration files
proxyVerbose: true,
sassPrefix: `.${moduleName}`,
// sassPrefix: 'body', // For PF v5 testing only
// bundlePfModules: true, // For PF v5 testing only
stats,
standalone: process.env.LOCAL_API_PORT ? true : false,
useCache: true,
Expand Down
226 changes: 105 additions & 121 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 11 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@
"check:milestone": "npx npm-check-updates -t newest -f '/^(@patternfly|@redhat-cloud-services)/'",
"check:milestone:update": "npx npm-check-updates -t newest -f '/^(@patternfly|@redhat-cloud-services)/' -u",
"clean": "rimraf dist .cache",
"codemods": "npx @patternfly/pf-codemods@latest src",
"deploy": "npm-run-all build lint test",
"install:pkgs": "npm install",
"install:pkgs:force": "npm install --force",
"lint": "npm-run-all lint:*",
"lint:ts": "eslint src",
"lint:ts:fix": "eslint src --fix",
Expand All @@ -45,13 +47,12 @@
"verify": "npm-run-all build lint test"
},
"dependencies": {
"@patternfly/patternfly": "4.224.2",
"@patternfly/react-charts": "6.94.19",
"@patternfly/react-core": "4.276.8",
"@patternfly/react-icons": "4.93.6",
"@patternfly/react-styles": "4.92.6",
"@patternfly/react-table": "4.113.0",
"@patternfly/react-tokens": "4.94.6",
"@patternfly/patternfly": "5.0.0-prerelease.16",
"@patternfly/react-charts": "7.0.0-prerelease.12",
"@patternfly/react-core": "5.0.0-prerelease.27",
"@patternfly/react-icons": "5.0.0-prerelease.9",
"@patternfly/react-table": "5.0.0-prerelease.27",
"@patternfly/react-tokens": "5.0.0-prerelease.9",
"@redhat-cloud-services/frontend-components": "^3.11.2",
"@redhat-cloud-services/frontend-components-notifications": "^3.2.14",
"@redhat-cloud-services/frontend-components-translations": "^3.2.6",
Expand Down Expand Up @@ -116,6 +117,9 @@
"webpack-bundle-analyzer": "^4.9.0"
},
"overrides": {
"@patternfly/react-core": "5.0.0-prerelease.27",
"@patternfly/react-icons": "5.0.0-prerelease.9",
"@patternfly/react-table": "5.0.0-prerelease.27",
"eslint": "^8.45.0",
"react-intl": "^6.4.4"
},
Expand Down
2 changes: 1 addition & 1 deletion src/appEntry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import App from './app';
import { configureStore } from './store';

// Todo: Uncomment for use with non-shared PatternFly packages
// require.resolve('@patternfly/patternfly/patternfly.css');
require.resolve('@patternfly/patternfly/patternfly.css');
require.resolve('@patternfly/patternfly/patternfly-addons.css');

import './styles/global.css';
Expand Down
Loading

0 comments on commit 61bce3b

Please sign in to comment.