v9.2.3-canary.23

This commit is contained in:
Joe Haddad 2020-03-04 11:56:58 -05:00
parent 50c95d16b4
commit 640e8f3548
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/"
}
},
"version": "9.2.3-canary.22"
"version": "9.2.3-canary.23"
}

View file

@ -1,6 +1,6 @@
{
"name": "create-next-app",
"version": "9.2.3-canary.22",
"version": "9.2.3-canary.23",
"keywords": [
"react",
"next",

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@next/polyfill-nomodule",
"version": "9.2.3-canary.22",
"version": "9.2.3-canary.23",
"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.2.3-canary.22",
"version": "9.2.3-canary.23",
"description": "The React Framework",
"main": "./dist/server/next.js",
"license": "MIT",
@ -73,7 +73,7 @@
"@babel/preset-typescript": "7.7.2",
"@babel/runtime": "7.7.2",
"@babel/types": "7.7.4",
"@next/polyfill-nomodule": "9.2.3-canary.22",
"@next/polyfill-nomodule": "9.2.3-canary.23",
"amphtml-validator": "1.0.30",
"async-retry": "1.2.3",
"async-sema": "3.0.0",