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

github.com/GDGToulouse/devfest-theme-hugo.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.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/package.json b/package.json
index 2dd2772..13e0435 100644
--- a/package.json
+++ b/package.json
@@ -16,25 +16,25 @@
"build": "run-p build:*"
},
"dependencies": {
- "core-js": "^3.6.4"
+ "core-js": "^3.6.5"
},
"devDependencies": {
- "@babel/core": "^7.8.4",
- "@babel/polyfill": "^7.8.3",
- "@babel/preset-env": "^7.8.4",
- "@types/js-yaml": "^3.12.2",
+ "@babel/core": "^7.10.2",
+ "@babel/polyfill": "^7.10.1",
+ "@babel/preset-env": "^7.10.2",
+ "@types/js-yaml": "^3.12.4",
"cssnano": "^4.1.8",
"glob": "^7.1.6",
- "node-sass": "^4.13.1",
+ "node-sass": "^4.14.1",
"npm-run-all": "^4.1.5",
- "plop-logger": "^3.1.2",
- "postcss-cli": "^7.1.0",
+ "plop-logger": "^3.1.3",
+ "postcss-cli": "^7.1.1",
"postcss-preset-env": "^6.7.0",
- "rollup": "^1.31.0",
- "rollup-plugin-babel": "^4.3.1",
+ "rollup": "^1.32.1",
+ "rollup-plugin-babel": "^4.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "^6.0.4",
"sass-mq": "^5.0.1",
- "stylelint": "^13.1.0"
+ "stylelint": "^13.5.0"
}
}