Skip to content

Commit

Permalink
Merge pull request #20 from openscript/develop
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
openscript committed Nov 2, 2020
2 parents da639f7 + 1e83384 commit 3385c4b
Show file tree
Hide file tree
Showing 2 changed files with 1,785 additions and 1,940 deletions.
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,47 +7,47 @@
"react"
],
"homepage": "https://openscript.github.io/react-dsv-import/",
"version": "0.3.6",
"version": "0.3.7",
"main": "dist/index.js",
"module": "dist/es/index.js",
"types": "dist/index.d.ts",
"devDependencies": {
"@babel/core": "^7.11.6",
"@emotion/core": "^10.0.35",
"@babel/core": "^7.12.3",
"@emotion/core": "^10.1.1",
"@emotion/styled": "^10.0.27",
"@rollup/plugin-typescript": "^6.0.0",
"@storybook/addon-actions": "^6.0.21",
"@storybook/addon-docs": "^6.0.21",
"@storybook/addon-links": "^6.0.21",
"@storybook/addon-storysource": "^6.0.21",
"@storybook/addons": "^6.0.21",
"@storybook/react": "^6.0.21",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.3",
"@testing-library/react-hooks": "^3.4.1",
"@types/jest": "^26.0.13",
"@types/node": "^14.10.1",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/parser": "^4.1.0",
"@rollup/plugin-typescript": "^6.1.0",
"@storybook/addon-actions": "^6.0.28",
"@storybook/addon-docs": "^6.0.28",
"@storybook/addon-links": "^6.0.28",
"@storybook/addon-storysource": "^6.0.28",
"@storybook/addons": "^6.0.28",
"@storybook/react": "^6.0.28",
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^11.1.0",
"@testing-library/react-hooks": "^3.4.2",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.6",
"@types/react": "^16.9.55",
"@types/react-dom": "^16.9.9",
"@typescript-eslint/eslint-plugin": "^4.6.0",
"@typescript-eslint/parser": "^4.6.0",
"babel-loader": "^8.1.0",
"babel-preset-react-app": "^9.1.2",
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.11.0",
"babel-preset-react-app": "^10.0.0",
"eslint": "^7.12.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"jest": "^26.4.2",
"prettier": "^2.1.1",
"react-docgen": "^5.3.0",
"react-is": "^16.13.1",
"react-test-renderer": "^16.13.1",
"rollup": "^2.26.11",
"ts-jest": "^26.3.0",
"ts-loader": "^8.0.3",
"eslint-plugin-react": "^7.21.5",
"jest": "^26.6.2",
"prettier": "^2.1.2",
"react-docgen": "^5.3.1",
"react-is": "^17.0.1",
"react-test-renderer": "^17.0.1",
"rollup": "^2.33.1",
"ts-jest": "^26.4.3",
"ts-loader": "^8.0.7",
"ts-node": "^9.0.0",
"tslib": "^2.0.1",
"typescript": "^4.0.2"
"tslib": "^2.0.3",
"typescript": "^4.0.5"
},
"scripts": {
"build": "yarn build:rollup",
Expand Down
Loading

0 comments on commit 3385c4b

Please sign in to comment.