Skip to content

Commit 9764aa6

Browse files
authored
Merge pull request #16 from openscript/develop
Upgrade dependencies
2 parents 3e58f02 + 3c4cb57 commit 9764aa6

File tree

2 files changed

+166
-188
lines changed

2 files changed

+166
-188
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"react"
88
],
99
"homepage": "https://openscript.github.io/react-dsv-import/",
10-
"version": "0.3.3",
10+
"version": "0.3.4",
1111
"main": "dist/index.js",
1212
"module": "dist/es/index.js",
1313
"types": "dist/index.d.ts",
@@ -26,29 +26,29 @@
2626
"@storybook/preset-typescript": "^3.0.0",
2727
"@storybook/react": "^5.3.19",
2828
"@testing-library/jest-dom": "^5.9.0",
29-
"@testing-library/react": "^10.0.4",
30-
"@testing-library/react-hooks": "^3.2.1",
29+
"@testing-library/react": "^10.2.1",
30+
"@testing-library/react-hooks": "^3.3.0",
3131
"@types/jest": "^25.2.3",
32-
"@types/node": "^14.0.6",
32+
"@types/node": "^14.0.11",
3333
"@types/react": "^16.9.35",
3434
"@types/react-dom": "^16.9.8",
35-
"@typescript-eslint/eslint-plugin": "^3.0.2",
36-
"@typescript-eslint/parser": "^3.0.2",
35+
"@typescript-eslint/eslint-plugin": "^3.1.0",
36+
"@typescript-eslint/parser": "^3.1.0",
3737
"babel-loader": "^8.1.0",
3838
"babel-preset-react-app": "^9.1.2",
39-
"eslint": "^7.1.0",
39+
"eslint": "^7.2.0",
4040
"eslint-config-prettier": "^6.11.0",
4141
"eslint-plugin-prettier": "^3.1.3",
4242
"eslint-plugin-react": "^7.20.0",
4343
"jest": "^26.0.1",
4444
"prettier": "^2.0.5",
4545
"react-is": "^16.13.1",
4646
"react-test-renderer": "^16.13.1",
47-
"rollup": "^2.12.0",
47+
"rollup": "^2.15.0",
4848
"ts-jest": "^26.1.0",
4949
"ts-node": "^8.10.2",
5050
"tslib": "^2.0.0",
51-
"typescript": "^3.9.3"
51+
"typescript": "^3.9.5"
5252
},
5353
"scripts": {
5454
"build": "yarn build:rollup",

0 commit comments

Comments
 (0)