Skip to content

Commit

Permalink
refactor: updated our redux version (pattern-lab#1374)
Browse files Browse the repository at this point in the history
* chore(docs): some typos

missed to replace mustache initially and incorrect handlebars two times (both in package name and URL)

* Revert "Merge pull request pattern-lab#2 from pattern-lab/dev"

This reverts commit 7812878, reversing
changes made to 26db979.

* Revert "Merge pull request pattern-lab#1 from pattern-lab/dev"

This reverts commit 26db979, reversing
changes made to fc90750.

* Revert "chore(docs): some typos"

This reverts commit 271dc8d.

* refactor: updated our redux version, as redux-thunk introduced redux 4 as a peerDependency with a minor update

* Revert "Merge branch 'dev' into refactor/updated-redux"

This reverts commit 86baa4c, reversing
changes made to aa64967.

Co-authored-by: Maximilian <mfr@nzke.net>
  • Loading branch information
mfranzke and Maximilian authored Nov 21, 2021
1 parent a1fac7c commit 25777e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/uikit-workshop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
"react-autosuggest": "^9.4.2",
"react-dom": "^16.8.6",
"react-html-parser": "^2.0.2",
"redux": "3.7.2",
"redux-thunk": "^2.3.0",
"redux": "4.1.2",
"redux-thunk": "^2.4.0",
"sass": "1.43.4",
"sass-loader": "^10.1.1",
"scriptjs": "^2.5.9",
Expand Down

0 comments on commit 25777e0

Please sign in to comment.