Skip to content

Commit af8d007

Browse files
authored
Merge pull request #3 from majames/chore/bump-react-scripts-ts
Bumped react-scripts-ts to latest
2 parents 9c337ef + cb938a8 commit af8d007

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@kadira/storybook": "^2.21.0",
20-
"react-scripts-ts": "1.3.0",
20+
"react-scripts-ts": "^1.4.0",
2121
"styled-components": "^1.4.6",
2222
"typescript": "^2.3.2"
2323
},

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4510,9 +4510,9 @@ react-modal@^1.2.0, react-modal@^1.2.1:
45104510
lodash.assign "^4.2.0"
45114511
prop-types "^15.5.7"
45124512

4513-
react-scripts-ts@1.3.0:
4514-
version "1.3.0"
4515-
resolved "https://registry.yarnpkg.com/react-scripts-ts/-/react-scripts-ts-1.3.0.tgz#ba19ea3e06f5a53af411a909b5785294d351d70d"
4513+
react-scripts-ts@^1.4.0:
4514+
version "1.4.0"
4515+
resolved "https://registry.yarnpkg.com/react-scripts-ts/-/react-scripts-ts-1.4.0.tgz#a0af301d0f804707196ee81123c62250d8ab1599"
45164516
dependencies:
45174517
app-root-path "^2.0.1"
45184518
autoprefixer "6.7.2"
@@ -4540,7 +4540,7 @@ react-scripts-ts@1.3.0:
45404540
tslint "^4.0.2"
45414541
tslint-loader "^3.3.0"
45424542
tslint-react "^2.0.0"
4543-
typescript "^2.2.2"
4543+
typescript "^2.3.2"
45444544
url-loader "0.5.7"
45454545
webpack "1.14.0"
45464546
webpack-dev-server "1.16.2"
@@ -5385,7 +5385,7 @@ type-is@~1.6.14:
53855385
media-typer "0.3.0"
53865386
mime-types "~2.1.15"
53875387

5388-
typescript@^2.2.2, typescript@^2.3.2:
5388+
typescript@^2.3.2:
53895389
version "2.3.2"
53905390
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.3.2.tgz#f0f045e196f69a72f06b25fd3bd39d01c3ce9984"
53915391

0 commit comments

Comments
 (0)