Skip to content

Commit

Permalink
updated minor and patch
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorovsky committed Dec 24, 2023
1 parent 2d9479d commit b8e25f4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,25 @@
"last 5 versions"
],
"dependencies": {
"jquery": "^3.6.3",
"jquery": "^3.7.1",
"swiper": "^11.0.5"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/core": "^7.23.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/plugin-transform-runtime": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.1.2",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.6.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-webpack-plugin": "^3.2.0",
"file-loader": "^6.2.0",
Expand All @@ -60,8 +60,8 @@
"style-loader": "^3.3.3",
"stylelint": "^16.0.2",
"stylelint-config-standard": "^35.0.0",
"stylelint-order": "^6.0.1",
"terser-webpack-plugin": "^5.3.6",
"stylelint-order": "^6.0.4",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
Expand Down

0 comments on commit b8e25f4

Please sign in to comment.