Skip to content

Commit

Permalink
Update NPM dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed Jan 23, 2020
1 parent 2b1f412 commit dde77a2
Show file tree
Hide file tree
Showing 8 changed files with 1,564 additions and 779 deletions.
1,865 changes: 1,197 additions & 668 deletions package-lock.json

Large diffs are not rendered by default.

17 changes: 9 additions & 8 deletions package.json
Expand Up @@ -18,6 +18,7 @@
"lerna:version": "lerna version",
"lerna:install": "lerna exec npm install --stream",
"lerna:update": "lerna exec npm update --stream",
"lerna:ncu": "lerna exec 'ncu -u' --stream",
"website:start": "lerna run --scope @figma-export/website start --stream",
"prewebsite:build": "lerna bootstrap --force-local",
"website:build": "lerna run --scope @figma-export/website build --stream"
Expand All @@ -32,18 +33,18 @@
"devDependencies": {
"chai": "~4.2.0",
"chai-things": "~0.2.0",
"eslint": "~6.7.2",
"eslint": "~6.8.0",
"eslint-config-airbnb-base": "~14.0.0",
"eslint-config-developit": "~1.1.1",
"eslint-plugin-chai-friendly": "~0.5.0",
"eslint-plugin-import": "~2.18.2",
"lerna": "~3.19.0",
"eslint-plugin-import": "~2.20.0",
"lerna": "~3.20.2",
"lerna-changelog": "~1.0.0",
"mocha": "~6.2.2",
"nock": "~11.7.0",
"nyc": "~14.1.1",
"sinon": "~7.5.0",
"sinon-chai": "~3.3.0"
"mocha": "~7.0.0",
"nock": "~11.7.2",
"nyc": "~15.0.0",
"sinon": "~8.1.1",
"sinon-chai": "~3.4.0"
},
"dependencies": {},
"engines": {
Expand Down
65 changes: 39 additions & 26 deletions packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@oclif/dev-cli": "~1.22.2",
"@oclif/test": "~1.2.5",
"globby": "~10.0.1"
"globby": "~11.0.0"
},
"engines": {
"node": ">=8.0.0"
Expand Down
9 changes: 4 additions & 5 deletions packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Expand Up @@ -14,7 +14,7 @@
"access": "public"
},
"dependencies": {
"axios": "~0.19.0",
"axios": "~0.19.2",
"figma-js": "~1.9.0"
}
}

0 comments on commit dde77a2

Please sign in to comment.