Skip to content

Commit

Permalink
Match redux config for docusaurus webpack v5 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
msutkowski committed May 25, 2021
1 parent d9ae665 commit 7e63e13
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
9 changes: 8 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,11 @@
ignore = "git diff --quiet HEAD^ HEAD docs website"

[build.environment]
NODE_VERSION = "14"
NODE_VERSION = "14"

[[plugins]]
package = "netlify-plugin-cache"
[plugins.inputs]
paths = [
"node_modules/.cache",
]
6 changes: 6 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"magic-string": "^0.25.7",
"merge-source-map": "^1.1.0",
"msw": "^0.28.2",
"netlify-plugin-cache": "^1.0.3",
"node-fetch": "^2.6.1",
"prettier": "^2.2.1",
"react": "^17.0.2",
Expand Down
8 changes: 4 additions & 4 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"deploy": "docusaurus deploy"
},
"dependencies": {
"@docusaurus/core": "^2.0.0-alpha.70",
"@docusaurus/preset-classic": "^2.0.0-alpha.70",
"@docusaurus/core": "2.0.0-alpha.75",
"@docusaurus/preset-classic": "2.0.0-alpha.75",
"classnames": "^2.2.6",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"remark-typescript-tools": "^1.0.6",
"typescript": "^4.2.4"
},
Expand Down

0 comments on commit 7e63e13

Please sign in to comment.