|
14 | 14 | "lint": "eslint --ext .js,.jsx src test",
|
15 | 15 | "mocha": "mocha ./test/_helpers",
|
16 | 16 | "storybook:uninstall": "npm uninstall --no-save @storybook/react && rimraf node_modules/@storybook node_modules/react-modal node_modules/react-dom-factories node_modules/react-svg-loader",
|
17 |
| - "react:clean": "npm run storybook:uninstall && npm install --no-save ajv ajv-keywords && npm uninstall --no-save react react-dom react-addons-test-utils react-test-renderer && rimraf node_modules/react-test-renderer node_modules/react && npm prune", |
18 |
| - "react:14": "rimraf node_modules/.bin/npm && npm run react:clean && npm i --no-save [email protected] [email protected] [email protected] && npm run storybook:uninstall && npm prune", |
| 17 | + "react:clean": "npm run storybook:uninstall && npm i --no-save ajv ajv-keywords && npm uninstall --no-save react react-dom react-addons-test-utils react-test-renderer && rimraf node_modules/react-test-renderer node_modules/react && npm prune", |
| 18 | + "react:14": "rimraf node_modules/.bin/npm && npm run react:clean && npm i --no-save [email protected] [email protected] [email protected] enzyme-adapter-react-14 && npm run storybook:uninstall && npm prune && npm i --no-save enzyme-adapter-react-14", |
19 | 19 | "react:15": "rimraf node_modules/.bin/npm && npm run react:clean && npm i --no-save react@15 react-dom@15 react-addons-test-utils@15 react-test-renderer@15 && npm run storybook:uninstall && npm prune",
|
20 | 20 | "pretest": "npm run --silent lint",
|
21 | 21 | "tests-only": "npm run mocha --silent test",
|
|
63 | 63 | "chai": "^4.1.1",
|
64 | 64 | "coveralls": "^2.13.1",
|
65 | 65 | "cross-env": "^5.0.5",
|
66 |
| - "enzyme": "^2.9.1", |
67 |
| - "eslint": "^4.5.0", |
| 66 | + "enzyme": "^3.0.0", |
| 67 | + "enzyme-adapter-react-15": "^1.0.0", |
| 68 | + "eslint": "^4.7.2", |
68 | 69 | "eslint-config-airbnb": "^15.1.0",
|
69 | 70 | "eslint-plugin-import": "^2.7.0",
|
70 | 71 | "eslint-plugin-jsx-a11y": "^5.1.1",
|
71 |
| - "eslint-plugin-react": "^7.3.0", |
| 72 | + "eslint-plugin-react": "^7.4.0", |
72 | 73 | "git-directory-deploy": "^1.5.1",
|
73 | 74 | "imports-loader": "^0.7.1",
|
74 | 75 | "in-publish": "^2.0.0",
|
75 | 76 | "json-loader": "^0.5.7",
|
76 |
| - "karma": "^1.7.0", |
| 77 | + "karma": "^1.7.1", |
77 | 78 | "karma-chai": "^0.1.0",
|
78 | 79 | "karma-firefox-launcher": "^1.0.1",
|
79 | 80 | "karma-mocha": "^1.3.0",
|
80 | 81 | "karma-sinon": "^1.0.5",
|
81 |
| - "karma-webpack": "^2.0.3", |
82 |
| - "mocha": "^3.5.0", |
| 82 | + "karma-webpack": "^2.0.4", |
| 83 | + "mocha": "^3.5.3", |
83 | 84 | "mocha-wrap": "^2.1.1",
|
84 | 85 | "moment": "^2.18.1",
|
85 |
| - "moment-jalaali": "^0.7.0", |
| 86 | + "moment-jalaali": "^0.7.2", |
86 | 87 | "node-sass": "^4.5.3",
|
87 |
| - "nyc": "^11.1.0", |
| 88 | + "nyc": "^11.2.1", |
88 | 89 | "raw-loader": "^0.5.1",
|
89 | 90 | "react": "^0.14 || ^15.5.4",
|
90 | 91 | "react-addons-shallow-compare": "^0.14 || ^15.5.2",
|
91 | 92 | "react-addons-test-utils": "^0.14 || ^15.5.1",
|
92 | 93 | "react-dom": "^0.14 || ^15.5.4",
|
93 | 94 | "react-svg-loader": "^1.1.1",
|
94 | 95 | "react-test-renderer": "^15.6.1",
|
95 |
| - "rimraf": "^2.6.1", |
| 96 | + "rimraf": "^2.6.2", |
96 | 97 | "safe-publish-latest": "^1.1.1",
|
97 | 98 | "sass-loader": "^6.0.6",
|
98 |
| - "sinon": "^3.2.1", |
| 99 | + "sinon": "^4.0.0", |
99 | 100 | "sinon-sandbox": "^1.0.2",
|
100 | 101 | "style-loader": "^0.16.1",
|
101 | 102 | "webpack": "^2.6.1"
|
|
0 commit comments