Skip to content

Commit

Permalink
Merge pull request #180 from akabekobeko/chore-update-dependencies
Browse files Browse the repository at this point in the history
chore: update dependencies
  • Loading branch information
akabekobeko authored Jul 9, 2022
2 parents bdf08a0 + 7626400 commit 5c82396
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
"scripts": {
"start": "npm run watch",
"test": "echo \"Error: no test specified\" && exit 1",
"ncu": "ncu -u",
"fixpack": "fixpack",
"build:css1": "sass ./src/scss/App.scss ./src/assets/stylesheets/application.css",
"build:css2": "sass ./src/scss/Responsive.scss ./src/assets/stylesheets/responsive.css",
"build": "npm-run-all -p build:*",
Expand All @@ -40,12 +42,14 @@
"release": "npm-run-all -s release:clean release:mkdir release:copy-* release:css* release:archive"
},
"devDependencies": {
"bestzip": "^2.2.0",
"bestzip": "^2.2.1",
"cpx": "^1.5.0",
"cross-conf-env": "^1.2.1",
"fixpack": "^4.0.0",
"mkdirp": "^1.0.4",
"npm-check-updates": "^15.2.1",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"sass": "^1.38.0"
"sass": "^1.53.0"
}
}

0 comments on commit 5c82396

Please sign in to comment.