Skip to content

Commit

Permalink
Fix for #54, updating react-ace apparently creates conflicts with oth…
Browse files Browse the repository at this point in the history
…er components that are still using the older version of react-ace on the page
  • Loading branch information
YannickRe committed Apr 4, 2022
1 parent 5254b76 commit e66539e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 21 deletions.
4 changes: 2 additions & 2 deletions config/package-solution.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"title": "People Search Feature",
"description": "The feature that activates elements of the spfx-msgraph-peoplesearch solution.",
"id": "e09916bd-8e2e-4220-8d05-60d3a6f4d98b",
"version": "2.6.0.0"
"version": "2.7.0.0"
}
],
"name": "Microsoft Graph People Search",
"id": "98a8d9d1-47c4-477c-addd-ecae95b235cc",
"version": "2.6.0.0",
"version": "2.7.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false
Expand Down
23 changes: 6 additions & 17 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spfx-msgraph-peoplesearch",
"version": "2.6.0",
"version": "2.7.0",
"private": true,
"main": "lib/index.js",
"scripts": {
Expand All @@ -20,7 +20,7 @@
"immutability-helper": "3.1.1",
"office-ui-fabric-react": "7.174.1",
"react": "16.13.1",
"react-ace": "9.5.0",
"react-ace": "5.8.0",
"react-dom": "16.13.1"
},
"devDependencies": {
Expand Down

0 comments on commit e66539e

Please sign in to comment.