Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmeuli committed Oct 5, 2019
1 parent 37f2a75 commit 3bd7d2b
Show file tree
Hide file tree
Showing 3 changed files with 1,153 additions and 904 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@babel/core": "^7.5.5",
"@samuelmeuli/eslint-config": "^3.0.1",
"@samuelmeuli/stylelint-config": "^1.0.2",
"@samuelmeuli/tsconfig": "^0.1.1",
"@samuelmeuli/tsconfig": "^0.2.0",
"@storybook/react": "^5.1.11",
"@types/react": "^16.9.2",
"@typescript-eslint/eslint-plugin": "^2.0.0",
Expand All @@ -70,14 +70,14 @@
"eslint-plugin-simple-import-sort": "^4.0.0",
"husky": "^3.0.4",
"lint-staged": "^9.2.3",
"np": "^5.0.2",
"np": "~5.0.0",
"npm-run-all": "^4.1.3",
"prettier": "^1.16.4",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"rollup": "^1.19.4",
"rollup-plugin-typescript2": "^0.22.1",
"stylelint": "^10.1.0",
"rollup-plugin-typescript2": "^0.24.3",
"stylelint": "^11.0.0",
"typescript": "^3.5.3"
},
"eslintConfig": {
Expand Down
6 changes: 1 addition & 5 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,5 @@ export default {
},
],
external: ["@samuelmeuli/font-manager", "react"],
plugins: [
typescript({
cacheRoot: "./node_modules/.cache/rollup-plugin-typescript2/",
}),
],
plugins: [typescript()],
};
Loading

0 comments on commit 3bd7d2b

Please # to comment.