Skip to content

Commit

Permalink
build: set node@18.12.1, upgrade and dedupe deps"
Browse files Browse the repository at this point in the history
  • Loading branch information
sbolel committed Nov 13, 2022
1 parent 8952277 commit 46f7a7f
Show file tree
Hide file tree
Showing 3 changed files with 225 additions and 200 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.0.0
18.12.1
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"prepare": "husky install"
},
"engines": {
"node": "18.0",
"npm": "^8.19.0",
"node": "18.12.1",
"npm": "^9.1.0",
"yarn": "3.2.4"
},
"packageManager": "yarn@3.2.4",
Expand Down Expand Up @@ -91,30 +91,30 @@
]
},
"devDependencies": {
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"@commitlint/cli": "17.2.0",
"@commitlint/config-conventional": "17.2.0",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/github": "8.0.6",
"@semantic-release/npm": "9.0.1",
"@semantic-release/release-notes-generator": "10.0.3",
"conventional-changelog-conventionalcommits": "5.0.0",
"firebase-tools": "11.14.1",
"firebase-tools": "11.16.0",
"grunt": "1.5.3",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-connect": "3.0.0",
"grunt-contrib-cssmin": "4.0.0",
"grunt-contrib-htmlmin": "3.1.0",
"grunt-contrib-watch": "1.1.0",
"grunt-replace": "2.0.2",
"husky": "7.0.4",
"husky": "8.0.2",
"md5": "2.3.0",
"rimraf": "3.0.2",
"semantic-release": "19.0.5",
"serve": "14.0.1",
"serve": "14.1.1",
"yarn-run-all": "3.1.1"
},
"optionalDependencies": {
"ionicons": "6.0.3"
"ionicons": "6.0.4"
}
}
Loading

0 comments on commit 46f7a7f

Please sign in to comment.