v9.5.4-canary.4

This commit is contained in:
JJ Kasper 2020-09-06 21:17:34 -05:00
parent 489cad36bc
commit a9c442f2df
No known key found for this signature in database
GPG key ID: 6CFC4C3DAD69C3E4
13 changed files with 16 additions and 16 deletions

View file

@ -17,5 +17,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "9.5.4-canary.3"
"version": "9.5.4-canary.4"
}

View file

@ -1,6 +1,6 @@
{
"name": "create-next-app",
"version": "9.5.4-canary.3",
"version": "9.5.4-canary.4",
"keywords": [
"react",
"next",

View file

@ -1,6 +1,6 @@
{
"name": "@next/eslint-plugin-next",
"version": "9.5.4-canary.3",
"version": "9.5.4-canary.4",
"description": "ESLint plugin for NextJS.",
"main": "lib/index.js",
"license": "MIT",

View file

@ -1,6 +1,6 @@
{
"name": "@next/bundle-analyzer",
"version": "9.5.4-canary.3",
"version": "9.5.4-canary.4",
"main": "index.js",
"license": "MIT",
"repository": {

View file

@ -1,6 +1,6 @@
{
"name": "@next/codemod",
"version": "9.5.4-canary.3",
"version": "9.5.4-canary.4",
"license": "MIT",
"dependencies": {
"chalk": "4.1.0",

View file

@ -1,6 +1,6 @@
{
"name": "@next/mdx",
"version": "9.5.4-canary.3",
"version": "9.5.4-canary.4",
"main": "index.js",
"license": "MIT",
"repository": {

View file

@ -1,6 +1,6 @@
{
"name": "@next/plugin-google-analytics",
"version": "9.5.4-canary.3",
"version": "9.5.4-canary.4",
"repository": {
"url": "vercel/next.js",
"directory": "packages/next-plugin-google-analytics"

View file

@ -1,6 +1,6 @@
{
"name": "@next/plugin-sentry",
"version": "9.5.4-canary.3",
"version": "9.5.4-canary.4",
"repository": {
"url": "vercel/next.js",
"directory": "packages/next-plugin-sentry"

View file

@ -1,6 +1,6 @@
{
"name": "@next/plugin-storybook",
"version": "9.5.4-canary.3",
"version": "9.5.4-canary.4",
"repository": {
"url": "vercel/next.js",
"directory": "packages/next-plugin-storybook"

View file

@ -1,6 +1,6 @@
{
"name": "@next/polyfill-nomodule",
"version": "9.5.4-canary.3",
"version": "9.5.4-canary.4",
"description": "A polyfill for non-dead, nomodule browsers.",
"main": "dist/polyfill-nomodule.js",
"license": "MIT",

View file

@ -1,6 +1,6 @@
{
"name": "next",
"version": "9.5.4-canary.3",
"version": "9.5.4-canary.4",
"description": "The React Framework",
"main": "./dist/server/next.js",
"license": "MIT",
@ -77,8 +77,8 @@
"@babel/preset-typescript": "7.10.4",
"@babel/runtime": "7.11.2",
"@babel/types": "7.11.5",
"@next/react-dev-overlay": "9.5.4-canary.3",
"@next/react-refresh-utils": "9.5.4-canary.3",
"@next/react-dev-overlay": "9.5.4-canary.4",
"@next/react-refresh-utils": "9.5.4-canary.4",
"ast-types": "0.13.2",
"babel-plugin-syntax-jsx": "6.18.0",
"babel-plugin-transform-define": "2.0.0",
@ -123,7 +123,7 @@
"react-dom": "^16.6.0"
},
"devDependencies": {
"@next/polyfill-nomodule": "9.5.4-canary.3",
"@next/polyfill-nomodule": "9.5.4-canary.4",
"@taskr/clear": "1.1.0",
"@taskr/esnext": "1.1.0",
"@taskr/watch": "1.1.0",

View file

@ -1,6 +1,6 @@
{
"name": "@next/react-dev-overlay",
"version": "9.5.4-canary.3",
"version": "9.5.4-canary.4",
"description": "A development-only overlay for developing React applications.",
"repository": {
"url": "vercel/next.js",

View file

@ -1,6 +1,6 @@
{
"name": "@next/react-refresh-utils",
"version": "9.5.4-canary.3",
"version": "9.5.4-canary.4",
"description": "An experimental package providing utilities for React Refresh.",
"repository": {
"url": "vercel/next.js",