Skip to content

Commit f6cd67c

Browse files
committed
publish package
1 parent 145e28f commit f6cd67c

153 files changed

Lines changed: 1236 additions & 17313 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.babelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"plugins": [
1010
"@babel/plugin-transform-modules-commonjs",
1111
"@babel/plugin-proposal-class-properties",
12-
"@babel/plugin-syntax-dynamic-import"
12+
"@babel/plugin-syntax-dynamic-import",
13+
"@babel/plugin-syntax-jsx"
1314
],
1415
"ignore": [
1516
"/(node_modules|bower_components)/",

app-dev/README.md

Lines changed: 1 addition & 0 deletions
Lines changed: 611 additions & 218 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"isomorphic-fetch": "^3.0.0",
1010
"lodash": "^4.17.20",
1111
"prop-types": "^15.7.2",
12-
"react": "^17.0.1",
13-
"react-dom": "^17.0.1",
12+
"react": "^16.13.1",
13+
"react-dom": "^16.13.1",
1414
"react-scripts": "4.0.0",
1515
"web-vitals": "^0.2.4",
1616
"whatwg-fetch": "^3.5.0"
@@ -40,6 +40,9 @@
4040
]
4141
},
4242
"devDependencies": {
43-
"nik-parse": "^1.0.0"
43+
"@testing-library/react-hooks": "^3.4.2",
44+
"enzyme": "^3.11.0",
45+
"enzyme-adapter-react-16": "^1.15.5",
46+
"enzyme-to-json": "^3.6.1"
4447
}
4548
}

0 commit comments

Comments
 (0)