diff --git a/lerna.json b/lerna.json index cfb60fb0c807a..9c94a3e779547 100644 --- a/lerna.json +++ b/lerna.json @@ -1,16 +1,21 @@ { "npmClient": "yarn", "useWorkspaces": true, - "packages": ["packages/*"], + "packages": [ + "packages/*" + ], "command": { "version": { "exact": true }, "publish": { "npmClient": "npm", - "allowBranch": ["master", "canary"], + "allowBranch": [ + "master", + "canary" + ], "registry": "https://registry.npmjs.org/" } }, - "version": "9.0.6-canary.4" + "version": "9.0.6-canary.5" } diff --git a/packages/create-next-app/package.json b/packages/create-next-app/package.json index 7ebf5a45a1253..943476f988551 100644 --- a/packages/create-next-app/package.json +++ b/packages/create-next-app/package.json @@ -1,6 +1,6 @@ { "name": "create-next-app", - "version": "9.0.6-canary.4", + "version": "9.0.6-canary.5", "keywords": [ "react", "next", diff --git a/packages/next-bundle-analyzer/package.json b/packages/next-bundle-analyzer/package.json index 92debf82c5773..de8364f9a5da1 100644 --- a/packages/next-bundle-analyzer/package.json +++ b/packages/next-bundle-analyzer/package.json @@ -1,6 +1,6 @@ { "name": "@next/bundle-analyzer", - "version": "9.0.6-canary.4", + "version": "9.0.6-canary.5", "main": "index.js", "license": "MIT", "repository": { diff --git a/packages/next-mdx/package.json b/packages/next-mdx/package.json index d5570b3a4b28a..53a5482472655 100644 --- a/packages/next-mdx/package.json +++ b/packages/next-mdx/package.json @@ -1,6 +1,6 @@ { "name": "@next/mdx", - "version": "9.0.6-canary.4", + "version": "9.0.6-canary.5", "main": "index.js", "license": "MIT", "repository": { diff --git a/packages/next/package.json b/packages/next/package.json index 22046573140fa..57b1ca8694585 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "next", - "version": "9.0.6-canary.4", + "version": "9.0.6-canary.5", "description": "The React Framework", "main": "./dist/server/next.js", "license": "MIT", @@ -95,9 +95,9 @@ "loader-utils": "1.2.3", "mkdirp": "0.5.1", "node-fetch": "2.6.0", + "ora": "3.4.0", "path-to-regexp": "2.1.0", "pnp-webpack-plugin": "1.5.0", - "ora": "3.4.0", "prop-types": "15.7.2", "prop-types-exact": "1.2.0", "raw-body": "2.4.0",