v9.3.4-canary.2

This commit is contained in:
JJ Kasper 2020-03-31 14:30:10 -05:00
parent c17ee73db7
commit f9cd7c581f
No known key found for this signature in database
GPG key ID: 6CFC4C3DAD69C3E4
9 changed files with 10 additions and 10 deletions

View file

@ -12,5 +12,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "9.3.4-canary.1"
"version": "9.3.4-canary.2"
}

View file

@ -1,6 +1,6 @@
{
"name": "create-next-app",
"version": "9.3.4-canary.1",
"version": "9.3.4-canary.2",
"keywords": [
"react",
"next",

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@next/plugin-google-analytics",
"version": "9.3.4-canary.1",
"version": "9.3.4-canary.2",
"nextjs": {
"name": "Google Analytics",
"required-env": [

View file

@ -1,6 +1,6 @@
{
"name": "@next/plugin-material-ui",
"version": "9.3.4-canary.1",
"version": "9.3.4-canary.2",
"nextjs": {
"name": "Material UI",
"required-env": []

View file

@ -1,6 +1,6 @@
{
"name": "@next/plugin-sentry",
"version": "9.3.4-canary.1",
"version": "9.3.4-canary.2",
"nextjs": {
"name": "Sentry",
"required-env": [

View file

@ -1,6 +1,6 @@
{
"name": "@next/polyfill-nomodule",
"version": "9.3.4-canary.1",
"version": "9.3.4-canary.2",
"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.4-canary.1",
"version": "9.3.4-canary.2",
"description": "The React Framework",
"main": "./dist/server/next.js",
"license": "MIT",
@ -103,7 +103,7 @@
"react-dom": "^16.6.0"
},
"devDependencies": {
"@next/polyfill-nomodule": "9.3.4-canary.1",
"@next/polyfill-nomodule": "9.3.4-canary.2",
"@taskr/clear": "1.1.0",
"@taskr/esnext": "1.1.0",
"@taskr/watch": "1.1.0",