chore(deps): make dependecies consistent with ^ operator

This commit is contained in:
SyntaxRules 2021-11-09 22:18:35 -07:00 committed by Devyn S
parent 3d5391e96a
commit 9c043d8848
2 changed files with 32 additions and 32 deletions

32
package-lock.json generated
View File

@ -10,28 +10,28 @@
"license": "BSD-3-Clause",
"dependencies": {
"jsdom": "^18.0.1",
"yargs": "17.2.1"
"yargs": "^17.2.1"
},
"bin": {
"showdown": "bin/showdown.js"
},
"devDependencies": {
"chai": "4.3.x",
"chai": "^4.3.4",
"grunt": "^1.4.1",
"grunt-contrib-clean": "2.0.x",
"grunt-contrib-concat": "2.0.x",
"grunt-contrib-jshint": "3.1.x",
"grunt-contrib-uglify": "~5.0.1",
"grunt-conventional-changelog": "6.1.x",
"grunt-conventional-github-releaser": "1.0.x",
"grunt-endline": "0.7.x",
"grunt-eslint": "24.0.x",
"grunt-simple-mocha": "0.4.x",
"load-grunt-tasks": "5.1.x",
"performance-now": "2.1.x",
"quiet-grunt": "0.2.x",
"semver": "7.3.x",
"semver-sort": "0.0.x",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^2.0.0",
"grunt-contrib-jshint": "^3.1.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-conventional-changelog": "^6.1.0",
"grunt-conventional-github-releaser": "^1.0.0",
"grunt-endline": "^0.7.0",
"grunt-eslint": "^24.0.0",
"grunt-simple-mocha": "^0.4.0",
"load-grunt-tasks": "^5.1.0",
"performance-now": "^2.1.0",
"quiet-grunt": "^0.2.0",
"semver": "^7.3.0",
"semver-sort": "^0.0.4",
"sinon": "^12.0.1",
"source-map-support": "^0.5.20"
}

View File

@ -43,27 +43,27 @@
"dist"
],
"devDependencies": {
"chai": "4.3.x",
"chai": "^4.3.4",
"grunt": "^1.4.1",
"grunt-contrib-clean": "2.0.x",
"grunt-contrib-concat": "2.0.x",
"grunt-contrib-jshint": "3.1.x",
"grunt-contrib-uglify": "~5.0.1",
"grunt-conventional-changelog": "6.1.x",
"grunt-conventional-github-releaser": "1.0.x",
"grunt-endline": "0.7.x",
"grunt-eslint": "24.0.x",
"grunt-simple-mocha": "0.4.x",
"load-grunt-tasks": "5.1.x",
"performance-now": "2.1.x",
"quiet-grunt": "0.2.x",
"semver": "7.3.x",
"semver-sort": "0.0.x",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^2.0.0",
"grunt-contrib-jshint": "^3.1.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-conventional-changelog": "^6.1.0",
"grunt-conventional-github-releaser": "^1.0.0",
"grunt-endline": "^0.7.0",
"grunt-eslint": "^24.0.0",
"grunt-simple-mocha": "^0.4.0",
"load-grunt-tasks": "^5.1.0",
"performance-now": "^2.1.0",
"quiet-grunt": "^0.2.0",
"semver": "^7.3.0",
"semver-sort": "^0.0.4",
"sinon": "^12.0.1",
"source-map-support": "^0.5.20"
},
"dependencies": {
"jsdom": "^18.0.1",
"yargs": "17.2.1"
"yargs": "^17.2.1"
}
}