Skip to content

Commit

Permalink
chore: react-scripts update
Browse files Browse the repository at this point in the history
  • Loading branch information
mapreal19 committed Jul 18, 2024
1 parent 6645911 commit f637d78
Show file tree
Hide file tree
Showing 5 changed files with 6,516 additions and 4,754 deletions.
59 changes: 0 additions & 59 deletions .eslintrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ https://appsource.microsoft.com/en-us/product/office/WA104381598
- Start server: `yarn start` (visit browser in https mode, if not last step won't work)
- Use account at https://onedrive.live.com/
- In Word online go to:
- Insert > Office Add-ins > Manage My Add-ins > Upload My Add-in
- Home > Add-ins > Manage My Add-ins > Upload My Add-in
- Choose: `refden-add-in-manifest.dev.xml`
- In Word for Mac: https://docs.microsoft.com/en-us/office/dev/add-ins/testing/sideload-an-office-add-in-on-ipad-and-mac#sideload-an-add-in-in-office-on-mac

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@
"purecss": "^2.0.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
"react-scripts": "^5.0.0",
"toastr": "^2.1.4"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@storybook/addon-actions": "^5.0.10",
"@storybook/addon-links": "^5.0.10",
"@storybook/addons": "^5.0.10",
Expand Down
1 change: 0 additions & 1 deletion src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ const Footer = (props: Props) => {
</Modal>

<div className="footer">
{/* eslint-disable-next-line jsx-a11y/no-static-element-interactions */}
<div
className="settingsButton"
onClick={showModal}
Expand Down
Loading

0 comments on commit f637d78

Please sign in to comment.