Change all dependencies to inexact version numbers with `^`
This commit is contained in:
parent
75f16348b9
commit
73214b6985
File diff suppressed because it is too large
Load Diff
50
package.json
50
package.json
|
@ -26,34 +26,34 @@
|
|||
"prepublishOnly": "npm test && npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"ace-builds": "1.4.7",
|
||||
"ajv": "6.10.2",
|
||||
"javascript-natural-sort": "0.7.1",
|
||||
"jmespath": "0.15.0",
|
||||
"json-source-map": "0.6.1",
|
||||
"mobius1-selectr": "2.4.13",
|
||||
"picomodal": "3.0.0",
|
||||
"vanilla-picker": "2.10.0"
|
||||
"ace-builds": "^1.4.7",
|
||||
"ajv": "^6.10.2",
|
||||
"javascript-natural-sort": "^0.7.1",
|
||||
"jmespath": "^0.15.0",
|
||||
"json-source-map": "^0.6.1",
|
||||
"mobius1-selectr": "^2.4.13",
|
||||
"picomodal": "^3.0.0",
|
||||
"vanilla-picker": "^2.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.6.4",
|
||||
"@babel/preset-env": "7.6.3",
|
||||
"@babel/register": "7.6.2",
|
||||
"babel-loader": "8.0.6",
|
||||
"btoa": "1.2.1",
|
||||
"date-format": "2.1.0",
|
||||
"fancy-log": "1.3.3",
|
||||
"gulp": "4.0.2",
|
||||
"gulp-clean-css": "4.2.0",
|
||||
"gulp-concat-css": "3.1.0",
|
||||
"@babel/core": "^7.6.4",
|
||||
"@babel/preset-env": "^7.6.3",
|
||||
"@babel/register": "^7.6.2",
|
||||
"babel-loader": "^8.0.6",
|
||||
"btoa": "^1.2.1",
|
||||
"date-format": "^2.1.0",
|
||||
"fancy-log": "^1.3.3",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-clean-css": "^4.2.0",
|
||||
"gulp-concat-css": "^3.1.0",
|
||||
"gulp-sass": "^4.0.2",
|
||||
"jsdom": "15.2.0",
|
||||
"json-loader": "0.5.7",
|
||||
"mkdirp": "0.5.1",
|
||||
"mocha": "6.2.2",
|
||||
"standard": "14.3.1",
|
||||
"uglify-js": "3.6.3",
|
||||
"webpack": "4.41.2"
|
||||
"jsdom": "^15.2.0",
|
||||
"json-loader": "^0.5.7",
|
||||
"mkdirp": "^0.5.1",
|
||||
"mocha": "^6.2.2",
|
||||
"standard": "^14.3.1",
|
||||
"uglify-js": "^3.6.3",
|
||||
"webpack": "^4.41.2"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
|
|
Loading…
Reference in New Issue