From 9f8e792dfd24e69bfbff0fae6ef3c1cbd97a5871 Mon Sep 17 00:00:00 2001 From: Jacob Bare Date: Thu, 23 Feb 2023 13:42:57 -0600 Subject: [PATCH] Update MIGRATING.md --- MIGRATING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIGRATING.md b/MIGRATING.md index 3063278c2..2c1639bc1 100644 --- a/MIGRATING.md +++ b/MIGRATING.md @@ -439,7 +439,7 @@ The internal `eslint` version was upgrade from v5 to v8 -- quite a large jump -- ### Action Items 1. Install the `@parameter1/base-cms-eslint` wrapper package and the browserslist config in the monorepo root. - - In the root `package.json` add or update the following devDependencies: (**note:** newsletter and export repos do _not_ need `@babel/core`, `@babel/eslint-parser` or `eslint-plugin-vue`) + - In the root `package.json` add or update the following devDependencies: ```json "@parameter1/base-cms-eslint": "^4.1.0", "@parameter1/browserslist-config-base-cms": "^4.1.0",