OSDN Git Service

Regular updates
[twpd/master.git] / package.json
index 627ced3..4edaee6 100644 (file)
@@ -19,6 +19,7 @@
   "devDependencies": {
     "@babel/core": "^7.10.2",
     "@babel/preset-env": "^7.10.2",
+    "@rstacruz/prettier-plugin-markdown-code-fences": "^1.0.0",
     "jest": "26.0.1",
     "jest-html": "1.5.0",
     "netlify-plugin-minify-html": "^0.2.3",
@@ -54,5 +55,9 @@
     "prettier:format": "prettier --write '_parcel/**/*.{js,scss}'",
     "test": "jest",
     "test:smoke": "bash _support/smoke_test.sh"
+  },
+  "volta": {
+    "node": "16.14.2",
+    "yarn": "1.22.18"
   }
 }