Skip to content

Commit 34d4982

Browse files
committed
Upgrade dependencies
1 parent 1e83384 commit 34d4982

File tree

3 files changed

+189
-160
lines changed

3 files changed

+189
-160
lines changed

package.json

Lines changed: 15 additions & 15 deletions
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.7",
10+
"version": "0.3.8",
1111
"main": "dist/index.js",
1212
"module": "dist/es/index.js",
1313
"types": "dist/index.d.ts",
@@ -22,29 +22,29 @@
2222
"@storybook/addon-storysource": "^6.0.28",
2323
"@storybook/addons": "^6.0.28",
2424
"@storybook/react": "^6.0.28",
25-
"@testing-library/jest-dom": "^5.11.5",
26-
"@testing-library/react": "^11.1.0",
25+
"@testing-library/jest-dom": "^5.11.6",
26+
"@testing-library/react": "^11.1.2",
2727
"@testing-library/react-hooks": "^3.4.2",
2828
"@types/jest": "^26.0.15",
29-
"@types/node": "^14.14.6",
30-
"@types/react": "^16.9.55",
29+
"@types/node": "^14.14.7",
30+
"@types/react": "^16.9.56",
3131
"@types/react-dom": "^16.9.9",
32-
"@typescript-eslint/eslint-plugin": "^4.6.0",
33-
"@typescript-eslint/parser": "^4.6.0",
34-
"babel-loader": "^8.1.0",
32+
"@typescript-eslint/eslint-plugin": "^4.7.0",
33+
"@typescript-eslint/parser": "^4.7.0",
34+
"babel-loader": "^8.2.1",
3535
"babel-preset-react-app": "^10.0.0",
36-
"eslint": "^7.12.1",
36+
"eslint": "^7.13.0",
3737
"eslint-config-prettier": "^6.15.0",
3838
"eslint-plugin-prettier": "^3.1.4",
3939
"eslint-plugin-react": "^7.21.5",
40-
"jest": "^26.6.2",
40+
"jest": "^26.6.3",
4141
"prettier": "^2.1.2",
4242
"react-docgen": "^5.3.1",
4343
"react-is": "^17.0.1",
4444
"react-test-renderer": "^17.0.1",
45-
"rollup": "^2.33.1",
46-
"ts-jest": "^26.4.3",
47-
"ts-loader": "^8.0.7",
45+
"rollup": "^2.33.2",
46+
"ts-jest": "^26.4.4",
47+
"ts-loader": "^8.0.11",
4848
"ts-node": "^9.0.0",
4949
"tslib": "^2.0.3",
5050
"typescript": "^4.0.5"
@@ -64,7 +64,7 @@
6464
"dist"
6565
],
6666
"peerDependencies": {
67-
"react": "^16.13.1",
68-
"react-dom": "^16.13.1"
67+
"react": "^17.0.1",
68+
"react-dom": "^17.0.1"
6969
}
7070
}

src/models/models.stories.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { Meta, ArgsTable } from '@storybook/addon-docs/blocks';
2+
import { Transformer } from './transformer';
3+
4+
<Meta title="API/Models" />
5+
6+
# Models

0 commit comments

Comments
 (0)