|
1 | 1 | { |
2 | 2 | "name": "react-sketchapp", |
3 | | - "version": "3.0.4", |
| 3 | + "version": "3.0.5", |
4 | 4 | "description": "A React renderer for Sketch.app", |
5 | 5 | "main": "lib/index.js", |
6 | 6 | "types": "lib/index.d.ts", |
|
42 | 42 | }, |
43 | 43 | "dependencies": { |
44 | 44 | "@lona/svg-model": "^1.0.1", |
| 45 | + "@sketch-hq/sketch-file-format-ts": "^4.0.0", |
45 | 46 | "airbnb-prop-types": "^2.15.0", |
46 | 47 | "error-stack-parser": "^2.0.4", |
47 | 48 | "invariant": "^2.2.2", |
|
85 | 86 | ] |
86 | 87 | }, |
87 | 88 | "devDependencies": { |
88 | | - "@sketch-hq/sketch-file-format": "^3.2.0", |
89 | | - "@sketch-hq/sketch-file-format-ts": "^3.0.0", |
90 | 89 | "@skpm/babel-preset": "^0.2.1", |
91 | 90 | "@skpm/test-runner": "^0.4.1", |
92 | 91 | "@types/airbnb-prop-types": "^2.13.1", |
|
97 | 96 | "@types/react": "^16.9.11", |
98 | 97 | "@types/react-test-renderer": "^16.9.1", |
99 | 98 | "@types/seedrandom": "^2.4.28", |
100 | | - "@typescript-eslint/eslint-plugin": "^2.7.0", |
101 | | - "@typescript-eslint/parser": "^2.7.0", |
102 | | - "eslint": "^6.6.0", |
| 99 | + "@typescript-eslint/eslint-plugin": "^2.11.0", |
| 100 | + "@typescript-eslint/parser": "^2.11.0", |
| 101 | + "eslint": "^6.7.2", |
103 | 102 | "eslint-config-airbnb": "^18.0.1", |
104 | | - "eslint-config-prettier": "^6.6.0", |
| 103 | + "eslint-config-prettier": "^6.7.0", |
105 | 104 | "eslint-config-sketch": "^0.2.4", |
106 | | - "eslint-plugin-import": "^2.18.2", |
| 105 | + "eslint-plugin-import": "^2.19.1", |
107 | 106 | "eslint-plugin-jsx-a11y": "^6.2.3", |
108 | 107 | "eslint-plugin-prettier": "^3.1.1", |
109 | | - "eslint-plugin-react": "^7.16.0", |
| 108 | + "eslint-plugin-react": "^7.17.0", |
110 | 109 | "eslint-plugin-react-hooks": "^1.7.0", |
111 | 110 | "gitbook-cli": "^2.3.0", |
112 | 111 | "gitbook-plugin-anchorjs": "^2.1.0", |
113 | 112 | "gitbook-plugin-codeblock-disable-glossary": "0.0.1", |
114 | 113 | "gitbook-plugin-edit-link": "^2.0.2", |
115 | 114 | "gitbook-plugin-github": "^2.0.0", |
116 | 115 | "gitbook-plugin-prism": "^2.3.0", |
| 116 | + "jest": "^24.9.0", |
117 | 117 | "jest-cli": "^24.9.0", |
118 | | - "lint-staged": "^9.4.3", |
| 118 | + "lint-staged": "^9.5.0", |
119 | 119 | "npm-run-all": "^4.1.5", |
120 | 120 | "pre-commit": "^1.2.2", |
121 | 121 | "prettier": "^1.19.1", |
122 | 122 | "react": "^16.12.0", |
123 | 123 | "react-test-renderer": "^16.12.0", |
124 | 124 | "sketchapp-json-flow-types": "^0.3.6", |
125 | 125 | "trash-cli": "^3.0.0", |
126 | | - "ts-jest": "^24.1.0", |
127 | | - "typescript": "^3.7.2" |
| 126 | + "ts-jest": "^24.2.0", |
| 127 | + "typescript": "^3.7.3" |
128 | 128 | }, |
129 | 129 | "skpm": { |
130 | 130 | "test": { |
|
0 commit comments