Skip to content

Commit 3385c4b

Browse files
authored
Merge pull request #20 from openscript/develop
Upgrade dependencies
2 parents da639f7 + 1e83384 commit 3385c4b

File tree

2 files changed

+1785
-1940
lines changed

2 files changed

+1785
-1940
lines changed

package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -7,47 +7,47 @@
77
"react"
88
],
99
"homepage": "https://openscript.github.io/react-dsv-import/",
10-
"version": "0.3.6",
10+
"version": "0.3.7",
1111
"main": "dist/index.js",
1212
"module": "dist/es/index.js",
1313
"types": "dist/index.d.ts",
1414
"devDependencies": {
15-
"@babel/core": "^7.11.6",
16-
"@emotion/core": "^10.0.35",
15+
"@babel/core": "^7.12.3",
16+
"@emotion/core": "^10.1.1",
1717
"@emotion/styled": "^10.0.27",
18-
"@rollup/plugin-typescript": "^6.0.0",
19-
"@storybook/addon-actions": "^6.0.21",
20-
"@storybook/addon-docs": "^6.0.21",
21-
"@storybook/addon-links": "^6.0.21",
22-
"@storybook/addon-storysource": "^6.0.21",
23-
"@storybook/addons": "^6.0.21",
24-
"@storybook/react": "^6.0.21",
25-
"@testing-library/jest-dom": "^5.11.4",
26-
"@testing-library/react": "^11.0.3",
27-
"@testing-library/react-hooks": "^3.4.1",
28-
"@types/jest": "^26.0.13",
29-
"@types/node": "^14.10.1",
30-
"@types/react": "^16.9.49",
31-
"@types/react-dom": "^16.9.8",
32-
"@typescript-eslint/eslint-plugin": "^4.1.0",
33-
"@typescript-eslint/parser": "^4.1.0",
18+
"@rollup/plugin-typescript": "^6.1.0",
19+
"@storybook/addon-actions": "^6.0.28",
20+
"@storybook/addon-docs": "^6.0.28",
21+
"@storybook/addon-links": "^6.0.28",
22+
"@storybook/addon-storysource": "^6.0.28",
23+
"@storybook/addons": "^6.0.28",
24+
"@storybook/react": "^6.0.28",
25+
"@testing-library/jest-dom": "^5.11.5",
26+
"@testing-library/react": "^11.1.0",
27+
"@testing-library/react-hooks": "^3.4.2",
28+
"@types/jest": "^26.0.15",
29+
"@types/node": "^14.14.6",
30+
"@types/react": "^16.9.55",
31+
"@types/react-dom": "^16.9.9",
32+
"@typescript-eslint/eslint-plugin": "^4.6.0",
33+
"@typescript-eslint/parser": "^4.6.0",
3434
"babel-loader": "^8.1.0",
35-
"babel-preset-react-app": "^9.1.2",
36-
"eslint": "^7.9.0",
37-
"eslint-config-prettier": "^6.11.0",
35+
"babel-preset-react-app": "^10.0.0",
36+
"eslint": "^7.12.1",
37+
"eslint-config-prettier": "^6.15.0",
3838
"eslint-plugin-prettier": "^3.1.4",
39-
"eslint-plugin-react": "^7.20.6",
40-
"jest": "^26.4.2",
41-
"prettier": "^2.1.1",
42-
"react-docgen": "^5.3.0",
43-
"react-is": "^16.13.1",
44-
"react-test-renderer": "^16.13.1",
45-
"rollup": "^2.26.11",
46-
"ts-jest": "^26.3.0",
47-
"ts-loader": "^8.0.3",
39+
"eslint-plugin-react": "^7.21.5",
40+
"jest": "^26.6.2",
41+
"prettier": "^2.1.2",
42+
"react-docgen": "^5.3.1",
43+
"react-is": "^17.0.1",
44+
"react-test-renderer": "^17.0.1",
45+
"rollup": "^2.33.1",
46+
"ts-jest": "^26.4.3",
47+
"ts-loader": "^8.0.7",
4848
"ts-node": "^9.0.0",
49-
"tslib": "^2.0.1",
50-
"typescript": "^4.0.2"
49+
"tslib": "^2.0.3",
50+
"typescript": "^4.0.5"
5151
},
5252
"scripts": {
5353
"build": "yarn build:rollup",

0 commit comments

Comments
 (0)