chore(deps): make dependecies consistent with ^ operator

This commit is contained in:
SyntaxRules 2021-11-09 22:18:35 -07:00
parent 434eaff71e
commit 9828a82629
2 changed files with 39 additions and 18 deletions

24
package-lock.json generated
View File

@ -9,14 +9,20 @@
"version": "1.9.1",
"license": "BSD-3-Clause",
"dependencies": {
<<<<<<< HEAD
"yargs": "17.2.1"
=======
"jsdom": "^18.0.1",
"yargs": "^17.2.1"
>>>>>>> 9c043d8 (chore(deps): make dependecies consistent with ^ operator)
},
"bin": {
"showdown": "bin/showdown.js"
},
"devDependencies": {
"chai": "4.3.x",
"chai": "^4.3.4",
"grunt": "^1.4.1",
<<<<<<< HEAD
"grunt-contrib-clean": "2.0.x",
"grunt-contrib-concat": "2.0.x",
"grunt-contrib-jshint": "3.1.x",
@ -32,6 +38,22 @@
"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",
>>>>>>> 9c043d8 (chore(deps): make dependecies consistent with ^ operator)
"sinon": "^12.0.1",
"source-map-support": "^0.5.20"
}

View File

@ -39,28 +39,27 @@
"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",
"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",
"jsdom": "^19.0.0",
"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",
"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": {
"yargs": "17.2.1"
"yargs": "^17.2.1"
}
}