Skip to content

Commit

Permalink
fix: bundling errors for 'compare-versions'
Browse files Browse the repository at this point in the history
OKTA-457552
<<<Jenkins Check-In of Tested SHA: 5dea795 for eng_productivity_ci_bot_okta@okta.com>>>
Artifact: okta-react
Files changed count: 2
PR Link: "#193"
  • Loading branch information
releng-internal-okta authored and eng-prod-CI-bot-okta committed Jan 12, 2022
1 parent 57fa309 commit 564633b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 6.4.1

### Bug Fixes

- [#193](https://github.com/okta/okta-react/pull/193) Fixes: Cannot find module 'compare-versions' from '../node_modules/@okta/okta-react/bundles/okta-react.cjs.js'

# 6.4.0

### Others
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/okta-react",
"version": "6.4.0",
"version": "6.4.1",
"description": "React support for Okta",
"private": true,
"scripts": {
Expand Down Expand Up @@ -41,7 +41,8 @@
"yarn": "^1.7.0"
},
"dependencies": {
"@babel/runtime": "^7.11.2"
"@babel/runtime": "^7.11.2",
"compare-versions": "^4.1.2"
},
"peerDependencies": {
"@okta/okta-auth-js": "^5.3.1",
Expand Down Expand Up @@ -70,7 +71,6 @@
"axios": "^0.21.0",
"babel-jest": "^26.6.3",
"chalk": "^4.1.0",
"compare-versions": "^4.1.2",
"dotenv": "^8.2.0",
"enzyme": "^3.5.1",
"enzyme-adapter-react-16": "^1.4.0",
Expand Down

0 comments on commit 564633b

Please sign in to comment.