|
82 | 82 | "@commitlint/cli": "^7.6.1",
|
83 | 83 | "@commitlint/config-conventional": "^7.6.0",
|
84 | 84 | "@sanity/base": "^2.21.5",
|
85 |
| - "@sanity/components": "^2.13.0", |
86 |
| - "@sanity/semantic-release-preset": "^2.0.1", |
87 |
| - "@types/jest": "^23.3.2", |
88 |
| - "@types/lodash": "^4.14.149", |
89 |
| - "@types/node": "^10.17.4", |
90 |
| - "@types/react": "^17.0.27", |
91 |
| - "@types/styled-components": "^5.1.14", |
| 85 | + "@sanity/components": "^2.14.0", |
| 86 | + "@sanity/semantic-release-preset": "^2.0.2", |
| 87 | + "@types/jest": "^23.3.14", |
| 88 | + "@types/lodash": "^4.14.186", |
| 89 | + "@types/node": "^10.17.60", |
| 90 | + "@types/react": "^17.0.50", |
| 91 | + "@types/styled-components": "^5.1.26", |
92 | 92 | "colors": "^1.4.0",
|
93 | 93 | "commitizen": "^3.1.2",
|
94 |
| - "coveralls": "^3.0.7", |
| 94 | + "coveralls": "^3.1.1", |
95 | 95 | "cross-env": "^5.2.1",
|
96 | 96 | "cz-conventional-changelog": "^2.1.0",
|
97 |
| - "husky": "^1.0.1", |
| 97 | + "husky": "^1.3.1", |
98 | 98 | "jest": "^24.9.0",
|
99 | 99 | "jest-config": "^24.9.0",
|
100 | 100 | "lint-staged": "^8.2.1",
|
101 |
| - "lodash": "^4.17.15", |
| 101 | + "lodash": "^4.17.21", |
102 | 102 | "lodash.camelcase": "^4.3.0",
|
103 | 103 | "npm-run-all": "^4.1.5",
|
104 |
| - "prettier": "^1.18.2", |
105 |
| - "prompt": "^1.0.0", |
106 |
| - "react": "^16.9", |
107 |
| - "react-dom": "^16.2", |
108 |
| - "react-hot-loader": "^4.12.15", |
109 |
| - "replace-in-file": "^3.4.2", |
| 104 | + "prettier": "^1.19.1", |
| 105 | + "prompt": "^1.3.0", |
| 106 | + "react": "^16.14", |
| 107 | + "react-dom": "^16.14", |
| 108 | + "react-hot-loader": "^4.13.0", |
| 109 | + "replace-in-file": "^3.4.4", |
110 | 110 | "rimraf": "^2.7.1",
|
111 |
| - "rollup": ">=1.26.3", |
| 111 | + "rollup": ">=1.32.1", |
112 | 112 | "rollup-plugin-commonjs": "^9.3.4",
|
113 | 113 | "rollup-plugin-json": "^3.1.0",
|
114 | 114 | "rollup-plugin-node-resolve": "^3.4.0",
|
115 | 115 | "rollup-plugin-peer-deps-external": "^2.2.4",
|
116 |
| - "rollup-plugin-sourcemaps": "^0.4.2", |
117 |
| - "rollup-plugin-typescript2": "^0.25.2", |
118 |
| - "rxjs": "^6.5.3", |
119 |
| - "shelljs": "^0.8.3", |
120 |
| - "styled-components": "^5.2.0", |
| 116 | + "rollup-plugin-sourcemaps": "^0.6.3", |
| 117 | + "rollup-plugin-typescript2": "^0.34.1", |
| 118 | + "rxjs": "^6.6.7", |
| 119 | + "shelljs": "^0.8.5", |
| 120 | + "styled-components": "^5.3.6", |
121 | 121 | "ts-jest": "^24",
|
122 | 122 | "ts-node": "^7.0.1",
|
123 | 123 | "tsconfig-paths-jest": "0.0.1",
|
124 |
| - "tslib": "^1.10.0", |
| 124 | + "tslib": "^1.14.1", |
125 | 125 | "tslint": "^5.20.1",
|
126 |
| - "tslint-config-prettier": "^1.15.0", |
| 126 | + "tslint-config-prettier": "^1.18.0", |
127 | 127 | "tslint-config-standard": "^8.0.1",
|
128 |
| - "typedoc": "^0.15.0", |
129 |
| - "typescript": "^3.8.0" |
| 128 | + "typedoc": "^0.23.17", |
| 129 | + "typescript": "^3.9.10" |
130 | 130 | },
|
131 | 131 | "dependencies": {
|
132 | 132 | "@sanity/ui": "^0.36.12",
|
|
0 commit comments