Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
willemliu committed Feb 14, 2019
1 parent f773c64 commit 634f365
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 43 deletions.
97 changes: 62 additions & 35 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fdmg/fd-buttons",
"version": "1.0.12",
"version": "1.0.13",
"description": "FD-themed buttons",
"types": "dist/Buttons.d.ts",
"main": "dist/buttons.js",
Expand Down Expand Up @@ -38,13 +38,13 @@
"author": "Willem Liu",
"license": "ISC",
"devDependencies": {
"@types/jest": "^24.0.0",
"@types/react": "^16.8.2",
"@types/react-dom": "^16.8.0",
"@types/react-test-renderer": "^16.8.0",
"@types/styled-components": "^4.1.8",
"@types/jest": "^24.0.4",
"@types/react": "^16.8.3",
"@types/react-dom": "^16.8.1",
"@types/react-test-renderer": "^16.8.1",
"@types/styled-components": "^4.1.10",
"awesome-typescript-loader": "^5.2.1",
"chokidar": "^2.1.0",
"chokidar": "^2.1.1",
"coveralls": "^3.0.2",
"cpx": "^1.5.0",
"cross-env": "^5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
// "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
// "typeRoots": [], /* List of folders to include type definitions from. */
// "types": [], /* Type declaration files to be included in compilation. */
"types": ["jest"], /* Type declaration files to be included in compilation. */
// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
// "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */
Expand Down

0 comments on commit 634f365

Please sign in to comment.