Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
phette23 committed Jan 22, 2024
1 parent 0468741 commit 5085420
Show file tree
Hide file tree
Showing 2 changed files with 764 additions and 802 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "1.0.0",
"description": "code to be pasted into Koha's admin side",
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
Expand All @@ -15,11 +15,11 @@
"gulp-sass": "^5.1.0",
"gulp-sass-lint": "^1.4.0",
"gulp-uglify": "^3.0.2",
"postcss": "^8.4.31",
"stylelint": "^15.11.0",
"stylelint-config-sass-guidelines": "^10.0.0",
"stylelint-order": "^6.0.3",
"stylelint-scss": "^5.3.1"
"postcss": "^8.4.33",
"stylelint": "^16.2.0",
"stylelint-config-sass-guidelines": "^11.0.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.1.0"
},
"repository": {
"type": "git",
Expand All @@ -36,6 +36,6 @@
"author": "phette23 <phette23@gmail.com> (http://phette.net)",
"license": "ECL-2.0",
"dependencies": {
"sass": "^1.69.5"
"sass": "^1.70.0"
}
}
Loading

0 comments on commit 5085420

Please sign in to comment.