Skip to content

Commit

Permalink
chore(deps): upgrade boostrap 5.3.3 and husky 9.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mthege committed Feb 22, 2024
1 parent 6c45448 commit 0288333
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"test": "echo \"ok\"",
"build": "./build.sh prod",
"build-dev": "./build.sh dev",
"prepare": "husky install",
"prepare": "husky",
"echoit": "echo 'This is inside echoit'",
"lint": "eslint \"public/**/*.{js,jsx}\" --quiet",
"lint-v": "eslint \"public/**/*.{js,jsx}\" ",
Expand All @@ -47,7 +47,7 @@
"babel-js-prod": "babel --minified --source-maps false public/js --out-dir dist/js"
},
"dependencies": {
"bootstrap": "^5.3.2",
"bootstrap": "^5.3.3",
"jquery": "^3.6.0",
"tether": "^2.0.0"
},
Expand All @@ -59,7 +59,7 @@
"babel-loader": "^8.2.5",
"copy-webpack-plugin": "^10.2.4",
"eslint": "^8.20.0",
"husky": "^7.0.4",
"husky": "^9.0.11",
"prettier": "^2.7.1",
"pretty-quick": "3.1.3",
"sass": "^1.53.0",
Expand Down

0 comments on commit 0288333

Please sign in to comment.