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:
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index 2e16028..9e109e2 100644
--- a/package.json
+++ b/package.json
@@ -16,10 +16,10 @@
"author": "Daisuke KONISHI",
"license": "MIT",
"devDependencies": {
- "@babel/core": "^7.16.7",
- "@babel/preset-env": "^7.16.7",
- "@rollup/plugin-babel": "^5.3.0",
- "@rollup/plugin-node-resolve": "^13.1.2",
+ "@babel/core": "7.16.7",
+ "@babel/preset-env": "7.16.7",
+ "@rollup/plugin-babel": "5.3.0",
+ "@rollup/plugin-node-resolve": "13.1.2",
"eslint": "4.19.1",
"eslint-config-standard": "11.0.0",
"eslint-plugin-import": "2.25.4",
@@ -30,7 +30,7 @@
"node-sass-globbing": "0.0.23",
"npm-run-all": "4.1.5",
"rollup": "2.63.0",
- "rollup-plugin-terser": "^7.0.2",
+ "rollup-plugin-terser": "7.0.2",
"watch": "1.0.2"
}
}