Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit 502ac36

Browse files
committed
adding deps
1 parent 8f9ffcc commit 502ac36

File tree

2 files changed

+481
-4
lines changed

2 files changed

+481
-4
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"@babel/core": "7.13.14",
4040
"@babel/preset-react": "7.13.13",
4141
"@cypress/code-coverage": "^3.10.0",
42+
"babel-loader": "^9.1.0",
4243
"babel-plugin-istanbul": "6.0.0",
4344
"babel-plugin-transform-class-properties": "6.24.1",
4445
"coveralls": "3.1.0",
@@ -47,7 +48,8 @@
4748
"cypress-react-unit-test": "4.17.2",
4849
"istanbul-lib-coverage": "3.0.0",
4950
"parcel-bundler": "1.12.5",
50-
"start-server-and-test": "1.12.1"
51+
"start-server-and-test": "1.12.1",
52+
"webpack": "^5.75.0"
5153
},
5254
"dependencies": {
5355
"classnames": "2.3.1",

0 commit comments

Comments
 (0)