v9.3.6-canary.4

This commit is contained in:
Joe Haddad 2020-04-19 03:05:13 -04:00
parent 4619996d4e
commit 86236bc76b
No known key found for this signature in database
GPG key ID: C5B785A7D0DE1654
10 changed files with 11 additions and 12 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@next/polyfill-nomodule",
"version": "9.3.6-canary.3",
"version": "9.3.6-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.3.6-canary.3",
"version": "9.3.6-canary.4",
"description": "The React Framework",
"main": "./dist/server/next.js",
"license": "MIT",
@ -106,7 +106,7 @@
"react-dom": "^16.6.0"
},
"devDependencies": {
"@next/polyfill-nomodule": "9.3.6-canary.3",
"@next/polyfill-nomodule": "9.3.6-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-refresh-utils",
"version": "9.3.6-canary.3",
"version": "9.3.6-canary.4",
"description": "An experimental package providing utilities for React Refresh.",
"repository": {
"url": "zeit/next.js",
@ -18,7 +18,6 @@
"prepublish": "tsc -d -p tsconfig.json",
"build": "tsc -d -w -p tsconfig.json"
},
"dependencies": {},
"peerDependencies": {
"react-refresh": "0.8.1",
"webpack": "^4"