Skip to content

Commit 612670e

Browse files
committed
update packge.json
1 parent f8e5d90 commit 612670e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
"react-test-renderer": "^16.7.0",
3535
"rimraf": "^2.6.3",
3636
"rollup": "^1.1.0",
37+
"rollup-plugin-typescript2": "^0.19.2",
3738
"ts-jest": "^23.10.5",
3839
"typescript": "^3.2.2",
3940
"uglify-es": "^3.3.9"
4041
},
4142
"dependencies": {
4243
"react-flip-numbers": "^2.1.0",
43-
"react-simple-animate": "^2.5.0",
44-
"rollup-plugin-typescript2": "^0.19.0"
44+
"react-simple-animate": "^2.5.0"
4545
},
4646
"peerDependencies": {
4747
"react": "^16.7.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3542,10 +3542,10 @@ rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.3:
35423542
dependencies:
35433543
glob "^7.1.3"
35443544

3545-
rollup-plugin-typescript2@^0.19.0:
3546-
version "0.19.0"
3547-
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.19.0.tgz#4b360f96d6932b0cf13f8e25fe1351387c530122"
3548-
integrity sha512-1U6UUfk1c0RwUhTvxDaEpNiAe3Wmz2es4hVXDN3FDJ1VVN2an9QG7sPL2/ZoLrFkLvZ1SJBi0rRtkmVmZrNFZA==
3545+
rollup-plugin-typescript2@^0.19.2:
3546+
version "0.19.2"
3547+
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.19.2.tgz#87d9c799cd6e02efbedbba25af12753a1e92b6c2"
3548+
integrity sha512-DRG7SaYX0QzBIz6rII5nm1UkiceS95r8mJjujugybyIueNF3auvzGTHMK62O7As/0q5RHjXsOguWOUv+KJKLFA==
35493549
dependencies:
35503550
fs-extra "7.0.1"
35513551
resolve "1.8.1"

0 commit comments

Comments
 (0)