Skip to content

Commit

Permalink
chore(dependencies): update TS version and jest snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michalczaplinski committed Sep 17, 2019
1 parent 549bd08 commit e903938
Show file tree
Hide file tree
Showing 38 changed files with 64,426 additions and 56 deletions.
13 changes: 13 additions & 0 deletions examples/mars-theme-example/package-lock.json

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

3 changes: 2 additions & 1 deletion examples/mars-theme-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@frontity/mars-theme": "^1.1.10",
"@frontity/tiny-router": "^1.0.13",
"@frontity/wp-source": "^1.2.0",
"frontity": "^1.3.0"
"frontity": "^1.3.0",
"typescript": "3.5.2"
}
}
13 changes: 13 additions & 0 deletions examples/typescript-basic/package-lock.json

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

3 changes: 2 additions & 1 deletion examples/typescript-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@frontity/extension-example-1": "^1.1.13",
"@frontity/extension-example-2": "^1.2.13",
"@frontity/tiny-router": "^1.0.13",
"frontity": "^1.3.0"
"frontity": "^1.3.0",
"typescript": "3.5.2"
}
}
6 changes: 3 additions & 3 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"lerna": "^3.15.0",
"lint-staged": "^8.1.4",
"prettier": "^1.16.4",
"typescript": "^3.4.5"
"typescript": "^3.5.2"
},
"prettier": {}
}

0 comments on commit e903938

Please sign in to comment.