Skip to content

Commit

Permalink
matches babel/preset-typescript version + removes storybook from esli…
Browse files Browse the repository at this point in the history
…nt globs
  • Loading branch information
DylanTackoor authored and giulioz committed Feb 27, 2021
1 parent 90d04a1 commit 3299300
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"prebuild": "rimraf dist",
"build": "rollup -c && npm run copy",
"prepare": "npm run build",
"eslint": "eslint --fix {src,.storybook}/**/*.{ts,tsx}",
"eslint:ci": "eslint {src,.storybook}/**/*.{ts,tsx}",
"eslint": "eslint --fix src/**/*.{ts,tsx}",
"eslint:ci": "eslint src/**/*.{ts,tsx}",
"copy": "copyfiles package.json readme.md LICENSE dist && json -I -f dist/package.json -e \"this.private=false; this.devDependencies=undefined; this.optionalDependencies=undefined; this.scripts=undefined; this.husky=undefined; this.prettier=undefined; this.jest=undefined; this['lint-staged']=undefined;\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down Expand Up @@ -45,7 +45,7 @@
"@babel/plugin-transform-template-literals": "7.10.5",
"@babel/preset-env": "7.11.0",
"@babel/preset-react": "7.10.4",
"@babel/preset-typescript": "^7.13.0",
"@babel/preset-typescript": "^7.10.4",
"@rollup/plugin-typescript": "^8.2.0",
"@types/three": "^0.125.3",
"@typescript-eslint/eslint-plugin": "^4.15.2",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@
"@babel/plugin-transform-react-jsx-source" "^7.10.4"
"@babel/plugin-transform-react-pure-annotations" "^7.10.4"

"@babel/preset-typescript@^7.13.0":
"@babel/preset-typescript@^7.10.4":
version "7.13.0"
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.13.0.tgz#ab107e5f050609d806fbb039bec553b33462c60a"
integrity sha512-LXJwxrHy0N3f6gIJlYbLta1D9BDtHpQeqwzM0LIfjDlr6UE/D5Mc7W4iDiQzaE+ks0sTjT26ArcHWnJVt0QiHw==
Expand Down

0 comments on commit 3299300

Please sign in to comment.