Skip to content

Commit

Permalink
Merge pull request #29 from jdi-testing/issue_17
Browse files Browse the repository at this point in the history
store refactoring
  • Loading branch information
MariiaNebesnova authored Oct 27, 2021
2 parents 974466b + 6b52bd0 commit ef8945d
Show file tree
Hide file tree
Showing 23 changed files with 662 additions and 488 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "JDN",
"description": "",
"devtools_page": "index.html",
"version": "3.0.61",
"version": "3.0.62",
"permissions": [
"activeTab",
"tabs",
Expand Down
89 changes: 88 additions & 1 deletion package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jdi-react-extension",
"version": "3.0.61",
"version": "3.0.62",
"description": "jdi react extension",
"scripts": {
"start": "npm run webpack",
Expand Down Expand Up @@ -39,6 +39,7 @@
},
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@reduxjs/toolkit": "^1.6.2",
"antd": "^4.14.0",
"classnames": "^2.2.6",
"cyrillic-to-translit-js": "^3.1.0",
Expand All @@ -55,6 +56,7 @@
"react-file-reader": "^1.1.4",
"react-jss": "^10.6.0",
"react-loading": "^2.0.3",
"react-redux": "^7.2.5",
"react-responsive": "^8.2.0",
"react-select": "^4.3.0",
"simple-crypto-js": "^3.0.0"
Expand Down
Loading

0 comments on commit ef8945d

Please sign in to comment.