Skip to content

Commit

Permalink
Downgrade dfa to 1.1.0 to work with IE
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewVos committed Feb 9, 2022
1 parent 462a03a commit fcf194a
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 9 deletions.
42 changes: 34 additions & 8 deletions package-lock.json

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

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
"build": "next build",
"start": "NODE_ENV=production node server.js",
"test": "NODE_ENV=test jest --verbose",
"testwatch": "jest --watchAll"
"testwatch": "jest --watchAll",
"preinstall": "npx npm-force-resolutions"
},
"resolutions": {
"dfa": "1.1.0"
},
"repository": {
"type": "git",
Expand All @@ -29,6 +33,7 @@
"html-pdf": false
},
"dependencies": {
"@babel/runtime": "^7.17.2",
"@moneypensionservice/directories": "^2.0.1",
"@react-pdf/renderer": "^1.6.11",
"@react-pdf/styled-components": "^1.4.0",
Expand Down

0 comments on commit fcf194a

Please sign in to comment.