Skip to content

Commit

Permalink
Build: Use version ranges in package dependencies
Browse files Browse the repository at this point in the history
Use caret-ranges on all dev dependencies

Closes #1494.
Fixes #1413.
  • Loading branch information
smcclure15 authored Nov 5, 2020
1 parent 10728df commit 5289581
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,39 +47,39 @@
"tiny-glob": "0.2.6"
},
"devDependencies": {
"@babel/core": "7.11.1",
"@babel/plugin-external-helpers": "7.10.4",
"@babel/preset-env": "7.11.0",
"commitplease": "3.1.0",
"@babel/core": "^7.11.1",
"@babel/plugin-external-helpers": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"commitplease": "^3.1.0",
"coveralls": "^3.1.0",
"es6-promise": "^4.2.5",
"eslint-config-jquery": "1.0.1",
"eslint-plugin-html": "6.0.3",
"eslint-config-jquery": "^1.0.1",
"eslint-plugin-html": "^6.0.3",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-qunit": "3.2.0",
"execa": "0.8.0",
"fixturify": "0.3.4",
"eslint-plugin-qunit": "^3.2.0",
"execa": "^0.8.0",
"fixturify": "^0.3.4",
"fuzzysort": "^1.1.4",
"grunt": "1.0.4",
"grunt-cli": "1.2.0",
"grunt-contrib-connect": "1.0.2",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-qunit": "3.1.0",
"grunt-contrib-watch": "1.1.0",
"grunt-eslint": "23.0.0",
"grunt-git-authors": "3.2.0",
"rollup": "2.26.0",
"grunt-search": "0.1.8",
"grunt": "^1.0.4",
"grunt-cli": "^1.2.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-qunit": "^3.1.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^23.0.0",
"grunt-git-authors": "^3.2.0",
"rollup": "^2.26.0",
"grunt-search": "^0.1.8",
"npm-reporter": "file:./test/cli/fixtures/npm-reporter",
"nyc": "^15.1.0",
"proxyquire": "1.8.0",
"requirejs": "2.3.5",
"proxyquire": "^1.8.0",
"requirejs": "^2.3.5",
"rimraf": "^2.7.1",
"@rollup/plugin-babel": "5.2.0",
"@rollup/plugin-commonjs": "15.0.0",
"@rollup/plugin-node-resolve": "9.0.0",
"@rollup/plugin-babel": "^5.2.0",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.3.3",
"semver": "5.4.1",
"semver": "^5.4.1",
"tiny-lr": "^1.1.1"
},
"scripts": {
Expand Down

0 comments on commit 5289581

Please sign in to comment.