|
41 | 41 | "watch": "run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch\"" |
42 | 42 | }, |
43 | 43 | "dependencies": { |
44 | | - "@lona/svg-model": "^1.0.1", |
| 44 | + "@lona/svg-model": "^1.0.4", |
45 | 45 | "@sketch-hq/sketch-file-format-ts": "^4.0.0", |
46 | 46 | "airbnb-prop-types": "^2.15.0", |
47 | | - "error-stack-parser": "^2.0.4", |
| 47 | + "error-stack-parser": "^2.0.6", |
48 | 48 | "invariant": "^2.2.2", |
49 | 49 | "js-sha1": "^0.6.0", |
50 | 50 | "murmur2js": "^1.0.0", |
|
77 | 77 | "lint-staged": { |
78 | 78 | "*.(j|t)sx?": [ |
79 | 79 | "npm run prettier:base", |
80 | | - "git add", |
81 | 80 | "eslint --quiet" |
82 | 81 | ], |
83 | 82 | "*.md": [ |
84 | | - "npm run prettier:base", |
85 | | - "git add" |
| 83 | + "npm run prettier:base" |
86 | 84 | ] |
87 | 85 | }, |
88 | 86 | "devDependencies": { |
89 | 87 | "@skpm/babel-preset": "^0.2.1", |
90 | 88 | "@skpm/test-runner": "^0.4.1", |
91 | 89 | "@types/airbnb-prop-types": "^2.13.1", |
92 | | - "@types/invariant": "^2.2.30", |
93 | | - "@types/jest": "^24.0.23", |
94 | | - "@types/node": "^12.12.8", |
| 90 | + "@types/invariant": "^2.2.31", |
| 91 | + "@types/jest": "^24.9.0", |
| 92 | + "@types/node": "^13.1.8", |
95 | 93 | "@types/pegjs": "^0.10.1", |
96 | | - "@types/react": "^16.9.11", |
| 94 | + "@types/react": "^16.9.17", |
97 | 95 | "@types/react-test-renderer": "^16.9.1", |
98 | 96 | "@types/seedrandom": "^2.4.28", |
99 | | - "@typescript-eslint/eslint-plugin": "^2.11.0", |
100 | | - "@typescript-eslint/parser": "^2.11.0", |
101 | | - "eslint": "^6.7.2", |
| 97 | + "@typescript-eslint/eslint-plugin": "^2.16.0", |
| 98 | + "@typescript-eslint/parser": "^2.16.0", |
| 99 | + "eslint": "^6.8.0", |
102 | 100 | "eslint-config-airbnb": "^18.0.1", |
103 | | - "eslint-config-prettier": "^6.7.0", |
| 101 | + "eslint-config-prettier": "^6.9.0", |
104 | 102 | "eslint-config-sketch": "^0.2.4", |
105 | | - "eslint-plugin-import": "^2.19.1", |
| 103 | + "eslint-plugin-import": "^2.20.0", |
106 | 104 | "eslint-plugin-jsx-a11y": "^6.2.3", |
107 | | - "eslint-plugin-prettier": "^3.1.1", |
108 | | - "eslint-plugin-react": "^7.17.0", |
| 105 | + "eslint-plugin-prettier": "^3.1.2", |
| 106 | + "eslint-plugin-react": "^7.18.0", |
109 | 107 | "eslint-plugin-react-hooks": "^1.7.0", |
110 | 108 | "gitbook-cli": "^2.3.0", |
111 | 109 | "gitbook-plugin-anchorjs": "^2.1.0", |
|
115 | 113 | "gitbook-plugin-prism": "^2.3.0", |
116 | 114 | "jest": "^24.9.0", |
117 | 115 | "jest-cli": "^24.9.0", |
118 | | - "lint-staged": "^9.5.0", |
| 116 | + "lint-staged": "^10.0.0", |
119 | 117 | "npm-run-all": "^4.1.5", |
120 | 118 | "pre-commit": "^1.2.2", |
121 | 119 | "prettier": "^1.19.1", |
122 | 120 | "react": "^16.12.0", |
123 | 121 | "react-test-renderer": "^16.12.0", |
124 | 122 | "sketchapp-json-flow-types": "^0.3.6", |
125 | 123 | "trash-cli": "^3.0.0", |
126 | | - "ts-jest": "^24.2.0", |
127 | | - "typescript": "^3.7.3" |
| 124 | + "ts-jest": "^24.3.0", |
| 125 | + "typescript": "^3.7.5" |
128 | 126 | }, |
129 | 127 | "skpm": { |
130 | 128 | "test": { |
|
0 commit comments