Skip to content

Commit ddbbb26

Browse files
bump @lona/svg-model (#470)
bump @lona/svg-model
2 parents 431be91 + 2a04f38 commit ddbbb26

File tree

1 file changed

+17
-19
lines changed

1 file changed

+17
-19
lines changed

package.json

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
"watch": "run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch\""
4242
},
4343
"dependencies": {
44-
"@lona/svg-model": "^1.0.1",
44+
"@lona/svg-model": "^1.0.4",
4545
"@sketch-hq/sketch-file-format-ts": "^4.0.0",
4646
"airbnb-prop-types": "^2.15.0",
47-
"error-stack-parser": "^2.0.4",
47+
"error-stack-parser": "^2.0.6",
4848
"invariant": "^2.2.2",
4949
"js-sha1": "^0.6.0",
5050
"murmur2js": "^1.0.0",
@@ -77,35 +77,33 @@
7777
"lint-staged": {
7878
"*.(j|t)sx?": [
7979
"npm run prettier:base",
80-
"git add",
8180
"eslint --quiet"
8281
],
8382
"*.md": [
84-
"npm run prettier:base",
85-
"git add"
83+
"npm run prettier:base"
8684
]
8785
},
8886
"devDependencies": {
8987
"@skpm/babel-preset": "^0.2.1",
9088
"@skpm/test-runner": "^0.4.1",
9189
"@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",
9593
"@types/pegjs": "^0.10.1",
96-
"@types/react": "^16.9.11",
94+
"@types/react": "^16.9.17",
9795
"@types/react-test-renderer": "^16.9.1",
9896
"@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",
102100
"eslint-config-airbnb": "^18.0.1",
103-
"eslint-config-prettier": "^6.7.0",
101+
"eslint-config-prettier": "^6.9.0",
104102
"eslint-config-sketch": "^0.2.4",
105-
"eslint-plugin-import": "^2.19.1",
103+
"eslint-plugin-import": "^2.20.0",
106104
"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",
109107
"eslint-plugin-react-hooks": "^1.7.0",
110108
"gitbook-cli": "^2.3.0",
111109
"gitbook-plugin-anchorjs": "^2.1.0",
@@ -115,16 +113,16 @@
115113
"gitbook-plugin-prism": "^2.3.0",
116114
"jest": "^24.9.0",
117115
"jest-cli": "^24.9.0",
118-
"lint-staged": "^9.5.0",
116+
"lint-staged": "^10.0.0",
119117
"npm-run-all": "^4.1.5",
120118
"pre-commit": "^1.2.2",
121119
"prettier": "^1.19.1",
122120
"react": "^16.12.0",
123121
"react-test-renderer": "^16.12.0",
124122
"sketchapp-json-flow-types": "^0.3.6",
125123
"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"
128126
},
129127
"skpm": {
130128
"test": {

0 commit comments

Comments
 (0)