|
46 | 46 | },
|
47 | 47 | "homepage": "https://github.com/streamich/react-use#readme",
|
48 | 48 | "dependencies": {
|
| 49 | + "@types/js-cookie": "2.2.4", |
49 | 50 | "@xobotyi/scrollbar-width": "1.5.0",
|
50 | 51 | "copy-to-clipboard": "^3.2.0",
|
51 | 52 | "fast-shallow-equal": "^1.0.0",
|
| 53 | + "js-cookie": "^2.2.1", |
52 | 54 | "nano-css": "^5.2.1",
|
53 | 55 | "react-fast-compare": "^2.0.4",
|
54 | 56 | "react-universal-interface": "^0.6.0",
|
|
64 | 66 | "react-dom": "^16.8.0"
|
65 | 67 | },
|
66 | 68 | "devDependencies": {
|
67 |
| - "@babel/core": "7.8.0", |
68 |
| - "@babel/plugin-syntax-dynamic-import": "7.8.0", |
69 |
| - "@babel/preset-env": "7.8.0", |
70 |
| - "@babel/preset-react": "7.8.0", |
71 |
| - "@babel/preset-typescript": "7.8.0", |
| 69 | + "@babel/core": "7.8.3", |
| 70 | + "@babel/plugin-syntax-dynamic-import": "7.8.3", |
| 71 | + "@babel/preset-env": "7.8.3", |
| 72 | + "@babel/preset-react": "7.8.3", |
| 73 | + "@babel/preset-typescript": "7.8.3", |
72 | 74 | "@semantic-release/changelog": "3.0.6",
|
73 | 75 | "@semantic-release/git": "7.0.18",
|
74 | 76 | "@semantic-release/npm": "5.3.5",
|
75 | 77 | "@shopify/jest-dom-mocks": "2.8.8",
|
76 |
| - "@storybook/addon-actions": "5.3.1", |
77 |
| - "@storybook/addon-knobs": "5.3.1", |
78 |
| - "@storybook/addon-notes": "5.3.1", |
79 |
| - "@storybook/addon-options": "5.3.1", |
80 |
| - "@storybook/react": "5.3.1", |
| 78 | + "@storybook/addon-actions": "5.3.5", |
| 79 | + "@storybook/addon-knobs": "5.3.5", |
| 80 | + "@storybook/addon-notes": "5.3.5", |
| 81 | + "@storybook/addon-options": "5.3.5", |
| 82 | + "@storybook/react": "5.3.5", |
81 | 83 | "@testing-library/react-hooks": "3.2.1",
|
82 |
| - "@types/jest": "24.0.25", |
| 84 | + "@types/jest": "24.9.0", |
83 | 85 | "@types/react": "16.9.11",
|
84 | 86 | "babel-core": "6.26.3",
|
85 | 87 | "babel-loader": "8.0.6",
|
|
88 | 90 | "gh-pages": "2.2.0",
|
89 | 91 | "husky": "3.1.0",
|
90 | 92 | "jest": "24.9.0",
|
| 93 | + "jest-localstorage-mock": "2.4.0", |
91 | 94 | "keyboardjs": "2.5.1",
|
92 | 95 | "lint-staged": "9.5.0",
|
93 | 96 | "markdown-loader": "5.1.0",
|
|
106 | 109 | "semantic-release": "15.14.0",
|
107 | 110 | "ts-jest": "24.3.0",
|
108 | 111 | "ts-loader": "6.2.1",
|
109 |
| - "ts-node": "8.6.1", |
| 112 | + "ts-node": "8.6.2", |
110 | 113 | "tslint": "6.0.0-beta1",
|
111 | 114 | "tslint-config-prettier": "1.18.0",
|
112 | 115 | "tslint-eslint-rules": "5.4.0",
|
113 | 116 | "tslint-plugin-prettier": "2.1.0",
|
114 | 117 | "tslint-react": "4.1.0",
|
115 |
| - "typescript": "3.7.4" |
| 118 | + "typescript": "3.7.5" |
116 | 119 | },
|
117 | 120 | "config": {
|
118 | 121 | "commitizen": {
|
|
160 | 163 | "<rootDir>/tests/**/*.test.(ts|tsx)"
|
161 | 164 | ],
|
162 | 165 | "setupFiles": [
|
163 |
| - "<rootDir>/tests/_setup.js" |
| 166 | + "<rootDir>/tests/_setup.js", |
| 167 | + "./tests/setupTests.ts" |
164 | 168 | ]
|
165 | 169 | }
|
166 | 170 | }
|
0 commit comments