Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 1605c96

Browse files
Merge pull request #85 from dmtrKovalenko/develop
Release 1.0.0-beta.6
2 parents 467687d + ac7a23f commit 1605c96

39 files changed

+804
-217
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"react/forbid-prop-types": 0,
66
"react/jsx-filename-extension": 0,
77
"no-param-reassign": 0,
8-
"import/no-named-as-default": 0
8+
"import/no-named-as-default": 0,
9+
"import/no-extraneous-dependencies": 0
910
},
1011
"globals": {
1112
"document": true

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
# build
55
dist
6+
build
67

78
# logs
89
logs

docs/package-lock.json

Lines changed: 135 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
"jss": "^9.3.3",
88
"jss-preset-default": "^4.0.1",
99
"jss-rtl": "^0.2.1",
10-
"material-ui": "^1.0.0-beta.21",
10+
"material-ui": "^1.0.0-beta.22",
1111
"material-ui-pickers-jalali-utils": "^0.2.0",
12-
"moment": "^2.19.2",
12+
"moment": "^2.19.3",
1313
"moment-jalaali": "^0.7.2",
1414
"prismjs": "^1.8.4",
15-
"react": "^16.1.1",
16-
"react-dom": "^16.1.1",
15+
"react": "^16.2.0",
16+
"react-dom": "^16.2.0",
1717
"react-jss": "^8.1.0",
1818
"react-markdown": "^2.5.1",
19-
"react-scripts": "1.0.17"
19+
"react-scripts": "^1.0.17"
2020
},
2121
"devDependencies": {
2222
"cross-env": "^5.1.0",
23-
"eslint": "^4.8.0",
23+
"eslint": "^4.12.1",
2424
"eslint-config-airbnb": "^16.0.0",
2525
"eslint-plugin-import": "^2.8.0",
2626
"eslint-plugin-jsx-a11y": "^6.0.2",

0 commit comments

Comments
 (0)