v9.2.2-canary.15

This commit is contained in:
Joe Haddad 2020-02-08 16:52:33 -05:00
parent cbb9c2ca92
commit d8f26e5a55
No known key found for this signature in database
GPG key ID: C5B785A7D0DE1654
9 changed files with 10 additions and 10 deletions

View file

@ -12,5 +12,5 @@
"registry": "https://registry.npmjs.org/" "registry": "https://registry.npmjs.org/"
} }
}, },
"version": "9.2.2-canary.14" "version": "9.2.2-canary.15"
} }

View file

@ -1,6 +1,6 @@
{ {
"name": "create-next-app", "name": "create-next-app",
"version": "9.2.2-canary.14", "version": "9.2.2-canary.15",
"keywords": [ "keywords": [
"react", "react",
"next", "next",

View file

@ -1,6 +1,6 @@
{ {
"name": "@next/bundle-analyzer", "name": "@next/bundle-analyzer",
"version": "9.2.2-canary.14", "version": "9.2.2-canary.15",
"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.2.2-canary.14", "version": "9.2.2-canary.15",
"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.2.2-canary.14", "version": "9.2.2-canary.15",
"nextjs": { "nextjs": {
"name": "Google Analytics", "name": "Google Analytics",
"required-env": [ "required-env": [

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "@next/polyfill-nomodule", "name": "@next/polyfill-nomodule",
"version": "9.2.2-canary.14", "version": "9.2.2-canary.15",
"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.2.2-canary.14", "version": "9.2.2-canary.15",
"description": "The React Framework", "description": "The React Framework",
"main": "./dist/server/next.js", "main": "./dist/server/next.js",
"license": "MIT", "license": "MIT",
@ -73,7 +73,7 @@
"@babel/preset-typescript": "7.7.2", "@babel/preset-typescript": "7.7.2",
"@babel/runtime": "7.7.2", "@babel/runtime": "7.7.2",
"@babel/runtime-corejs2": "7.7.2", "@babel/runtime-corejs2": "7.7.2",
"@next/polyfill-nomodule": "9.2.2-canary.14", "@next/polyfill-nomodule": "9.2.2-canary.15",
"amphtml-validator": "1.0.23", "amphtml-validator": "1.0.23",
"async-retry": "1.2.3", "async-retry": "1.2.3",
"async-sema": "3.0.0", "async-sema": "3.0.0",