Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/d-kusk/minimage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <bot@renovateapp.com>2022-01-04 18:49:17 +0300
committerRenovate Bot <bot@renovateapp.com>2022-01-04 18:49:17 +0300
commitae262c4f120c6b83b84a55737924cf6c4f0d79ab (patch)
tree45e517df0cdfbd2dad41bce290126fc202cb3542 /package.json
parentdc1e546884b296f16dfb48fe2a1322892bfe3a69 (diff)
Pin dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json30
1 files changed, 15 insertions, 15 deletions
diff --git a/package.json b/package.json
index 55554e8..a781b69 100644
--- a/package.json
+++ b/package.json
@@ -16,21 +16,21 @@
"author": "Daisuke KONISHI",
"license": "MIT",
"devDependencies": {
- "babel-core": "^6.26.3",
- "babel-plugin-external-helpers": "^6.22.0",
- "babel-preset-env": "^1.7.0",
- "eslint": "^4.19.1",
- "eslint-config-standard": "^11.0.0-beta.0",
- "eslint-plugin-import": "^2.25.4",
- "eslint-plugin-node": "^5.2.1",
- "eslint-plugin-promise": "^3.8.0",
- "eslint-plugin-standard": "^3.1.0",
- "node-sass": "^4.14.1",
+ "babel-core": "6.26.3",
+ "babel-plugin-external-helpers": "6.22.0",
+ "babel-preset-env": "1.7.0",
+ "eslint": "4.19.1",
+ "eslint-config-standard": "11.0.0-beta.0",
+ "eslint-plugin-import": "2.25.4",
+ "eslint-plugin-node": "5.2.1",
+ "eslint-plugin-promise": "3.8.0",
+ "eslint-plugin-standard": "3.1.0",
+ "node-sass": "4.14.1",
"node-sass-globbing": "0.0.23",
- "npm-run-all": "^4.1.5",
- "rollup": "^1.32.1",
- "rollup-plugin-babel": "^3.0.7",
- "rollup-plugin-uglify": "^3.0.0",
- "watch": "^1.0.2"
+ "npm-run-all": "4.1.5",
+ "rollup": "1.32.1",
+ "rollup-plugin-babel": "3.0.7",
+ "rollup-plugin-uglify": "3.0.0",
+ "watch": "1.0.2"
}
}