This commit is contained in:
Joe Haddad 2020-05-11 10:47:34 -04:00
parent f9e24ab54c
commit 6d1167eed6
No known key found for this signature in database
GPG key ID: C5B785A7D0DE1654
12 changed files with 15 additions and 15 deletions

View file

@ -17,5 +17,5 @@
"registry": "https://registry.npmjs.org/" "registry": "https://registry.npmjs.org/"
} }
}, },
"version": "9.3.7-canary.21" "version": "9.4.0"
} }

View file

@ -1,6 +1,6 @@
{ {
"name": "create-next-app", "name": "create-next-app",
"version": "9.3.7-canary.21", "version": "9.4.0",
"keywords": [ "keywords": [
"react", "react",
"next", "next",

View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "@next/bundle-analyzer", "name": "@next/bundle-analyzer",
"version": "9.3.7-canary.21", "version": "9.4.0",
"main": "index.js", "main": "index.js",
"license": "MIT", "license": "MIT",
"repository": { "repository": {

View file

@ -1,6 +1,6 @@
{ {
"name": "@next/mdx", "name": "@next/mdx",
"version": "9.3.7-canary.21", "version": "9.4.0",
"main": "index.js", "main": "index.js",
"license": "MIT", "license": "MIT",
"repository": { "repository": {

View file

@ -1,6 +1,6 @@
{ {
"name": "@next/plugin-google-analytics", "name": "@next/plugin-google-analytics",
"version": "9.3.7-canary.21", "version": "9.4.0",
"repository": { "repository": {
"url": "zeit/next.js", "url": "zeit/next.js",
"directory": "packages/next-plugin-google-analytics" "directory": "packages/next-plugin-google-analytics"

View file

@ -1,6 +1,6 @@
{ {
"name": "@next/plugin-material-ui", "name": "@next/plugin-material-ui",
"version": "9.3.7-canary.21", "version": "9.4.0",
"repository": { "repository": {
"url": "zeit/next.js", "url": "zeit/next.js",
"directory": "packages/next-plugin-material-ui" "directory": "packages/next-plugin-material-ui"

View file

@ -1,6 +1,6 @@
{ {
"name": "@next/plugin-sentry", "name": "@next/plugin-sentry",
"version": "9.3.7-canary.21", "version": "9.4.0",
"repository": { "repository": {
"url": "zeit/next.js", "url": "zeit/next.js",
"directory": "packages/next-plugin-sentry" "directory": "packages/next-plugin-sentry"

View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "next", "name": "next",
"version": "9.3.7-canary.21", "version": "9.4.0",
"description": "The React Framework", "description": "The React Framework",
"main": "./dist/server/next.js", "main": "./dist/server/next.js",
"license": "MIT", "license": "MIT",
@ -75,8 +75,8 @@
"@babel/preset-typescript": "7.9.0", "@babel/preset-typescript": "7.9.0",
"@babel/runtime": "7.9.6", "@babel/runtime": "7.9.6",
"@babel/types": "7.9.6", "@babel/types": "7.9.6",
"@next/react-dev-overlay": "9.3.7-canary.21", "@next/react-dev-overlay": "9.4.0",
"@next/react-refresh-utils": "9.3.7-canary.21", "@next/react-refresh-utils": "9.4.0",
"babel-plugin-syntax-jsx": "6.18.0", "babel-plugin-syntax-jsx": "6.18.0",
"babel-plugin-transform-define": "2.0.0", "babel-plugin-transform-define": "2.0.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24", "babel-plugin-transform-react-remove-prop-types": "0.4.24",
@ -114,7 +114,7 @@
"react-dom": "^16.6.0" "react-dom": "^16.6.0"
}, },
"devDependencies": { "devDependencies": {
"@next/polyfill-nomodule": "9.3.7-canary.21", "@next/polyfill-nomodule": "9.4.0",
"@taskr/clear": "1.1.0", "@taskr/clear": "1.1.0",
"@taskr/esnext": "1.1.0", "@taskr/esnext": "1.1.0",
"@taskr/watch": "1.1.0", "@taskr/watch": "1.1.0",

View file

@ -1,6 +1,6 @@
{ {
"name": "@next/react-dev-overlay", "name": "@next/react-dev-overlay",
"version": "9.3.7-canary.21", "version": "9.4.0",
"description": "A development-only overlay for developing React applications.", "description": "A development-only overlay for developing React applications.",
"repository": { "repository": {
"url": "zeit/next.js", "url": "zeit/next.js",

View file

@ -1,6 +1,6 @@
{ {
"name": "@next/react-refresh-utils", "name": "@next/react-refresh-utils",
"version": "9.3.7-canary.21", "version": "9.4.0",
"description": "An experimental package providing utilities for React Refresh.", "description": "An experimental package providing utilities for React Refresh.",
"repository": { "repository": {
"url": "zeit/next.js", "url": "zeit/next.js",