Skip to content

Commit

Permalink
Updating core, react-core references
Browse files Browse the repository at this point in the history
  • Loading branch information
justinorringer committed Sep 23, 2024
1 parent 538e2a0 commit 8758d23
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 50 deletions.
25 changes: 17 additions & 8 deletions federation-cdn-mock/package-lock.json

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

4 changes: 2 additions & 2 deletions federation-cdn-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@mui/styled-engine": "^5.15.14",
"@scalprum/core": "^0.7.0",
"@scalprum/react-core": "^0.7.1",
"@scalprum/core": "^0.8.1",
"@scalprum/react-core": "^0.9.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tslib": "^2.6.2"
Expand Down
40 changes: 4 additions & 36 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.0",
"husky": "^8.0.3",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@openshift/dynamic-plugin-sdk": "^5.0.1",
"@scalprum/core": "^0.7.0",
"@scalprum/core": "^0.8.1",
"lodash": "^4.17.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"scripts": {},
"dependencies": {
"@openshift/dynamic-plugin-sdk": "^5.0.1",
"@scalprum/core": "^0.7.0",
"@scalprum/react-core": "^0.7.1",
"@scalprum/core": "^0.8.1",
"@scalprum/react-core": "^0.9.1",
"tslib": "^2.6.2",
"whatwg-fetch": "^3.6.0"
},
Expand Down

0 comments on commit 8758d23

Please sign in to comment.