Skip to content

Commit

Permalink
Merge pull request #16 from openscript/develop
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
openscript authored Jun 8, 2020
2 parents 3e58f02 + 3c4cb57 commit 9764aa6
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 188 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"react"
],
"homepage": "https://openscript.github.io/react-dsv-import/",
"version": "0.3.3",
"version": "0.3.4",
"main": "dist/index.js",
"module": "dist/es/index.js",
"types": "dist/index.d.ts",
Expand All @@ -26,29 +26,29 @@
"@storybook/preset-typescript": "^3.0.0",
"@storybook/react": "^5.3.19",
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.0.4",
"@testing-library/react-hooks": "^3.2.1",
"@testing-library/react": "^10.2.1",
"@testing-library/react-hooks": "^3.3.0",
"@types/jest": "^25.2.3",
"@types/node": "^14.0.6",
"@types/node": "^14.0.11",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"babel-loader": "^8.1.0",
"babel-preset-react-app": "^9.1.2",
"eslint": "^7.1.0",
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"jest": "^26.0.1",
"prettier": "^2.0.5",
"react-is": "^16.13.1",
"react-test-renderer": "^16.13.1",
"rollup": "^2.12.0",
"rollup": "^2.15.0",
"ts-jest": "^26.1.0",
"ts-node": "^8.10.2",
"tslib": "^2.0.0",
"typescript": "^3.9.3"
"typescript": "^3.9.5"
},
"scripts": {
"build": "yarn build:rollup",
Expand Down
Loading

0 comments on commit 9764aa6

Please sign in to comment.