Skip to content

Commit

Permalink
Merge pull request akiran#2339 from jorrit/fixtestdep
Browse files Browse the repository at this point in the history
Move testing dependency to devDependencies
  • Loading branch information
akiran authored Feb 2, 2024
2 parents 1bd9c09 + 7710dc9 commit 72ffb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@babel/preset-react": "^7.0.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.3.0",
"autoprefixer": "^7.1.2",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.8.0",
Expand Down Expand Up @@ -82,7 +83,6 @@
"why-did-you-update": "^0.1.1"
},
"dependencies": {
"@testing-library/user-event": "^14.3.0",
"classnames": "^2.2.5",
"enquire.js": "^2.1.6",
"json2mq": "^0.2.0",
Expand Down

0 comments on commit 72ffb60

Please sign in to comment.