Skip to content

Commit 35f2d05

Browse files
committed
update deps
1 parent 94301d6 commit 35f2d05

File tree

2 files changed

+15
-425
lines changed

2 files changed

+15
-425
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"watch": "run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch\""
4040
},
4141
"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",
4444
"airbnb-prop-types": "^2.15.0",
4545
"error-stack-parser": "^2.0.6",
4646
"invariant": "^2.2.2",
@@ -51,7 +51,7 @@
5151
"pegjs": "^0.10.0",
5252
"prop-types": "^15.7.2",
5353
"seedrandom": "^3.0.5",
54-
"yoga-layout-prebuilt": "^1.9.3"
54+
"yoga-layout-prebuilt": "^1.9.5"
5555
},
5656
"peerDependencies": {
5757
"react": "*",
@@ -85,30 +85,30 @@
8585
"@skpm/test-runner": "^0.4.1",
8686
"@types/airbnb-prop-types": "^2.13.1",
8787
"@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",
9090
"@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",
9393
"@types/seedrandom": "^2.4.28",
9494
"gitbook-cli": "^2.3.0",
9595
"gitbook-plugin-anchorjs": "^2.1.0",
9696
"gitbook-plugin-codeblock-disable-glossary": "0.0.1",
9797
"gitbook-plugin-edit-link": "^2.0.2",
9898
"gitbook-plugin-github": "^2.0.0",
9999
"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",
103103
"npm-run-all": "^4.1.5",
104104
"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",
108108
"sketchapp-json-flow-types": "^0.3.6",
109109
"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"
112112
},
113113
"skpm": {
114114
"test": {

0 commit comments

Comments
 (0)