Skip to content

Commit

Permalink
Make jsp-npm-deps match jsp (opendatahub-io-contrib#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmckayus authored Oct 18, 2021
1 parent d9a0e67 commit ec428af
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 84 deletions.
208 changes: 127 additions & 81 deletions jsp-npm-deps/package-lock.json

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

8 changes: 5 additions & 3 deletions jsp-npm-deps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"scripts": {
"build": "run-s build:prod",
"postbuild": "cp build/admin.html templates/admin.html",
"build:analyze": "export _JSP_OUTPUT_ONLY=true; run-s build build:bundle-profile build:bundle-analyze",
"build:bundle-profile": "webpack --config ./config/webpack.prod.js --json ./bundle.stats.json",
"build:bundle-analyze": "webpack-bundle-analyzer ./bundle.stats.json",
Expand All @@ -35,17 +36,18 @@
"test:type-check": "tsc --noEmit"
},
"dependencies": {
"@patternfly/patternfly": "4.87.3",
"@patternfly/react-core": "4.97.2",
"@patternfly/patternfly": "4.137.0",
"@patternfly/react-core": "4.123.0",
"@patternfly/react-icons": "4.9.2",
"@patternfly/react-styles": "4.8.2",
"@patternfly/react-table": "^4.23.2",
"@patternfly/react-table": "^4.27.13",
"@patternfly/react-tokens": "^4.10.2",
"classnames": "^2.2.6",
"compare-versions": "^3.6.0",
"dompurify": "^2.2.6",
"lodash-es": "^4.17.15",
"node-gyp": "^3.8.0",
"moment": "^2.29.1",
"node-sass": "^4.14.1",
"react": "^16.13.1",
"react-dom": "^16.13.1"
Expand Down

0 comments on commit ec428af

Please sign in to comment.