Skip to content

Commit c995993

Browse files
committed
Upgrade dependencies
1 parent ebf727e commit c995993

File tree

2 files changed

+2862
-2190
lines changed

2 files changed

+2862
-2190
lines changed

package.json

Lines changed: 36 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -7,47 +7,49 @@
77
"react"
88
],
99
"homepage": "https://openscript.github.io/react-dsv-import/",
10-
"version": "0.3.8",
10+
"version": "0.3.9",
1111
"main": "dist/index.js",
1212
"module": "dist/es/index.js",
1313
"types": "dist/index.d.ts",
1414
"devDependencies": {
15-
"@babel/core": "^7.12.3",
15+
"@babel/core": "^7.13.14",
1616
"@emotion/core": "^10.1.1",
1717
"@emotion/styled": "^10.0.27",
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.6",
26-
"@testing-library/react": "^11.1.2",
27-
"@testing-library/react-hooks": "^3.4.2",
28-
"@types/jest": "^26.0.15",
29-
"@types/node": "^14.14.7",
30-
"@types/react": "^16.9.56",
31-
"@types/react-dom": "^16.9.9",
32-
"@typescript-eslint/eslint-plugin": "^4.7.0",
33-
"@typescript-eslint/parser": "^4.7.0",
34-
"babel-loader": "^8.2.1",
18+
"@rollup/plugin-typescript": "^8.2.1",
19+
"@storybook/addon-actions": "^6.2.2",
20+
"@storybook/addon-docs": "^6.2.2",
21+
"@storybook/addon-links": "^6.2.2",
22+
"@storybook/addon-storysource": "^6.2.2",
23+
"@storybook/addons": "^6.2.2",
24+
"@storybook/react": "^6.2.2",
25+
"@testing-library/jest-dom": "^5.11.10",
26+
"@testing-library/react": "^11.2.6",
27+
"@testing-library/react-hooks": "^5.1.1",
28+
"@types/jest": "^26.0.22",
29+
"@types/node": "^14.14.37",
30+
"@types/react": "^17.0.3",
31+
"@types/react-dom": "^17.0.3",
32+
"@typescript-eslint/eslint-plugin": "^4.20.0",
33+
"@typescript-eslint/parser": "^4.20.0",
34+
"babel-loader": "^8.2.2",
3535
"babel-preset-react-app": "^10.0.0",
36-
"eslint": "^7.13.0",
37-
"eslint-config-prettier": "^6.15.0",
38-
"eslint-plugin-prettier": "^3.1.4",
39-
"eslint-plugin-react": "^7.21.5",
36+
"eslint": "^7.23.0",
37+
"eslint-config-prettier": "^8.1.0",
38+
"eslint-plugin-prettier": "^3.3.1",
39+
"eslint-plugin-react": "^7.23.1",
4040
"jest": "^26.6.3",
41-
"prettier": "^2.1.2",
41+
"prettier": "^2.2.1",
42+
"react": "^17.0.2",
4243
"react-docgen": "^5.3.1",
43-
"react-is": "^17.0.1",
44-
"react-test-renderer": "^17.0.1",
45-
"rollup": "^2.33.2",
46-
"ts-jest": "^26.4.4",
47-
"ts-loader": "^8.0.11",
48-
"ts-node": "^9.0.0",
49-
"tslib": "^2.0.3",
50-
"typescript": "^4.0.5"
44+
"react-dom": "^17.0.2",
45+
"react-is": "^17.0.2",
46+
"react-test-renderer": "^17.0.2",
47+
"rollup": "^2.44.0",
48+
"ts-jest": "^26.5.4",
49+
"ts-loader": "^8.0.18",
50+
"ts-node": "^9.1.1",
51+
"tslib": "^2.1.0",
52+
"typescript": "^4.2.3"
5153
},
5254
"scripts": {
5355
"build": "yarn build:rollup",
@@ -64,7 +66,7 @@
6466
"dist"
6567
],
6668
"peerDependencies": {
67-
"react": "^17.0.1",
68-
"react-dom": "^17.0.1"
69+
"react": "^17.0.2",
70+
"react-dom": "^17.0.2"
6971
}
7072
}

0 commit comments

Comments
 (0)