Skip to content

Commit

Permalink
chore: fix jquery in devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Mar 26, 2024
1 parent a2edbe7 commit 2f92b7c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -69,6 +69,7 @@
"husky": "^0.14.3",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"jquery": "^3.7.1",
"js-beautify": "^1.7.5",
"json-loader": "^0.5.4",
"lint-staged": "^12.1.2",
Expand All @@ -79,15 +80,15 @@
"raf": "^3.4.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"regenerator-runtime": "^0.14.1",
"sinon": "^2.1.0",
"slick-carousel": "^1.8.1",
"style-loader": "^0.16.1",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.21.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9",
"why-did-you-update": "^0.1.1",
"regenerator-runtime": "^0.14.1"
"why-did-you-update": "^0.1.1"
},
"dependencies": {
"@babel/runtime": "^7.10.4",
Expand Down

0 comments on commit 2f92b7c

Please sign in to comment.