platformsh / template-builder

Utilities to manage Platform.sh project templates
https://github.com/platformsh-templates
MIT License
15 stars 32 forks source link

Package Management changes made to template nuxtjs #904

Open platformsh-devrel opened 3 months ago

platformsh-devrel commented 3 months ago

One or more package management files were changed in pull request 103 for template nuxtjs.

The package management file package.json was changed. The following is the patch:

@@ -9,11 +9,12 @@
     "postinstall": "nuxt prepare"
   },
   "devDependencies": {
-    "@nuxt/devtools": "latest",
+    "@nuxt/devtools": "^1.3.3",
     "@types/node": "^18.17.0",
     "nuxt": "^3.6.5"
   },
   "dependencies": {
     "platformsh-config": "^2.4.1"
-  }
+  },
+  "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
 }

Link to the diff above: https://github.com/platformsh-templates/nuxtjs/pull/103/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519