|
39 | 39 | "watch": "run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch\"" |
40 | 40 | }, |
41 | 41 | "dependencies": { |
42 | | - "@lona/svg-model": "^1.0.4", |
43 | | - "@sketch-hq/sketch-file-format-ts": "^4.0.0", |
| 42 | + "@lona/svg-model": "^2.0.0", |
| 43 | + "@sketch-hq/sketch-file-format-ts": "^4.0.3", |
44 | 44 | "airbnb-prop-types": "^2.15.0", |
45 | 45 | "error-stack-parser": "^2.0.6", |
46 | 46 | "invariant": "^2.2.2", |
|
51 | 51 | "pegjs": "^0.10.0", |
52 | 52 | "prop-types": "^15.7.2", |
53 | 53 | "seedrandom": "^3.0.5", |
54 | | - "yoga-layout-prebuilt": "^1.9.3" |
| 54 | + "yoga-layout-prebuilt": "^1.9.5" |
55 | 55 | }, |
56 | 56 | "peerDependencies": { |
57 | 57 | "react": "*", |
|
85 | 85 | "@skpm/test-runner": "^0.4.1", |
86 | 86 | "@types/airbnb-prop-types": "^2.13.1", |
87 | 87 | "@types/invariant": "^2.2.31", |
88 | | - "@types/jest": "^24.9.0", |
89 | | - "@types/node": "^13.1.8", |
| 88 | + "@types/jest": "^25.2.1", |
| 89 | + "@types/node": "^13.13.2", |
90 | 90 | "@types/pegjs": "^0.10.1", |
91 | | - "@types/react": "^16.9.17", |
92 | | - "@types/react-test-renderer": "^16.9.1", |
| 91 | + "@types/react": "^16.9.34", |
| 92 | + "@types/react-test-renderer": "^16.9.2", |
93 | 93 | "@types/seedrandom": "^2.4.28", |
94 | 94 | "gitbook-cli": "^2.3.0", |
95 | 95 | "gitbook-plugin-anchorjs": "^2.1.0", |
96 | 96 | "gitbook-plugin-codeblock-disable-glossary": "0.0.1", |
97 | 97 | "gitbook-plugin-edit-link": "^2.0.2", |
98 | 98 | "gitbook-plugin-github": "^2.0.0", |
99 | 99 | "gitbook-plugin-prism": "^2.3.0", |
100 | | - "jest": "^24.9.0", |
101 | | - "jest-cli": "^24.9.0", |
102 | | - "lint-staged": "^10.0.0", |
| 100 | + "jest": "^25.4.0", |
| 101 | + "jest-cli": "^25.4.0", |
| 102 | + "lint-staged": "^10.1.7", |
103 | 103 | "npm-run-all": "^4.1.5", |
104 | 104 | "pre-commit": "^1.2.2", |
105 | | - "prettier": "^1.19.1", |
106 | | - "react": "^16.12.0", |
107 | | - "react-test-renderer": "^16.12.0", |
| 105 | + "prettier": "^2.0.5", |
| 106 | + "react": "^16.13.1", |
| 107 | + "react-test-renderer": "^16.13.1", |
108 | 108 | "sketchapp-json-flow-types": "^0.3.6", |
109 | 109 | "trash-cli": "^3.0.0", |
110 | | - "ts-jest": "^24.3.0", |
111 | | - "typescript": "^3.7.5" |
| 110 | + "ts-jest": "^25.4.0", |
| 111 | + "typescript": "^3.8.3" |
112 | 112 | }, |
113 | 113 | "skpm": { |
114 | 114 | "test": { |
|
0 commit comments