Skip to content

Commit

Permalink
Update dependencies (#191)
Browse files Browse the repository at this point in the history
* Update dependencies

* Update lockfile

* Add changeset
  • Loading branch information
christianklotz authored Jun 22, 2021
1 parent d034e3b commit 9ee7d59
Show file tree
Hide file tree
Showing 6 changed files with 1,581 additions and 1,749 deletions.
7 changes: 7 additions & 0 deletions .changeset/sharp-buses-hang.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@sketch-hq/sketch-core-assistant': patch
'@sketch-hq/sketch-assistant-cli': patch
'@sketch-hq/sketch-assistant-utils': patch
---

Updated dependencies
24 changes: 12 additions & 12 deletions assistants/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,24 @@
"dist"
],
"dependencies": {
"@lingui/core": "3.8.10",
"@lingui/core": "3.10.4",
"@sketch-hq/sketch-assistant-types": "6.4.0",
"@types/lingui__core": "2.7.1",
"@types/lingui__macro": "2.7.4"
"@types/lingui__core": "3.0.0",
"@types/lingui__macro": "3.0.0"
},
"peerDependencies": {},
"devDependencies": {
"@babel/cli": "7.13.16",
"@babel/core": "7.14.0",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-object-rest-spread": "7.13.8",
"@babel/preset-env": "7.14.1",
"@babel/preset-typescript": "7.13.0",
"@lingui/cli": "3.8.10",
"@lingui/macro": "3.8.10",
"@babel/cli": "7.14.5",
"@babel/core": "7.14.6",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-proposal-object-rest-spread": "7.14.7",
"@babel/preset-env": "7.14.7",
"@babel/preset-typescript": "7.14.5",
"@lingui/cli": "3.10.2",
"@lingui/macro": "3.10.2",
"@sketch-hq/sketch-assistant-utils": "6.4.1",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "26.6.3",
"babel-jest": "27.0.5",
"babel-loader": "8.2.2",
"babel-plugin-macros": "3.1.0"
}
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"dependencies": {
"@changesets/cli": "2.16.0",
"@types/jest": "26.0.23",
"@types/node": "14.14.37",
"jest": "26.6.3",
"prettier": "2.3.0",
"ts-jest": "26.5.6",
"typescript": "4.2.4",
"webpack": "5.37.0",
"webpack-cli": "4.7.0"
"@types/node": "15.12.4",
"jest": "27.0.5",
"prettier": "2.3.1",
"ts-jest": "27.0.3",
"typescript": "4.3.4",
"webpack": "5.40.0",
"webpack-cli": "4.7.2"
},
"scripts": {
"test": "yarn workspaces run test --ci",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"@sketch-hq/sketch-file": "1.0.3",
"chalk": "4.1.1",
"conf": "10.0.1",
"globby": "11.0.3",
"globby": "11.0.4",
"meow": "9.0.0",
"ora": "5.4.0",
"ora": "5.4.1",
"os-locale": "5.0.0"
},
"devDependencies": {}
Expand Down
8 changes: 4 additions & 4 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"ajv": "8.3.0",
"humps": "2.0.1",
"mem": "8.1.1",
"node-stream-zip": "1.13.4",
"object-hash": "2.1.1",
"node-stream-zip": "1.13.5",
"object-hash": "2.2.0",
"p-map": "4.0.0",
"p-timeout": "4.1.0",
"probe-image-size": "7.1.0"
"probe-image-size": "7.2.1"
},
"devDependencies": {
"@types/humps": "2.0.0",
"@types/object-hash": "1.3.4"
"@types/object-hash": "2.1.0"
}
}
Loading

0 comments on commit 9ee7d59

Please sign in to comment.