From 9dad96432354edd9b36d0c1713cbc794b3d15379 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Thu, 8 Feb 2018 19:48:20 +0100 Subject: [PATCH] Remove carets and git versios from package.json --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8e94adeb23..2e0f817335 100644 --- a/package.json +++ b/package.json @@ -43,9 +43,9 @@ }, "devDependencies": { "async": "2.6.0", - "babel-cli": "^6.26.0", + "babel-cli": "6.26.0", "babel-minify-webpack-plugin": "^0.3.0", - "babel-plugin-jsdoc-closure": "^1.0.2", + "babel-plugin-jsdoc-closure": "1.0.2", "clean-css-cli": "4.1.10", "copy-webpack-plugin": "^4.0.1", "coveralls": "3.0.0", @@ -55,13 +55,13 @@ "front-matter": "^2.1.2", "fs-extra": "5.0.0", "glob": "7.1.1", - "google-closure-compiler": "^20180101.0.0", + "google-closure-compiler": "20180101.0.0", "handlebars": "4.0.11", "html-webpack-plugin": "^2.30.1", "istanbul": "0.4.5", "jquery": "3.3.1", "jscodeshift": "^0.4.0", - "jsdoc": "git://github.com/ahocevar/jsdoc.git#closure-path-types", + "jsdoc": "3.5.5", "karma": "^2.0.0", "karma-chrome-launcher": "2.2.0", "karma-coverage": "^1.1.1", @@ -75,7 +75,7 @@ "nomnom": "1.8.1", "pixelmatch": "^4.0.2", "proj4": "2.4.4", - "recast": "^0.13.0", + "recast": "0.13.0", "serve": "^6.0.6", "sinon": "4.2.2", "url-polyfill": "^1.0.7",