v9.3.6-canary.10

This commit is contained in:
Tim Neutkens 2020-04-24 15:51:45 +02:00
parent 555ba60544
commit 970dadc862
10 changed files with 12 additions and 12 deletions

View file

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

View file

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

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@next/plugin-google-analytics",
"version": "9.3.6-canary.9",
"version": "9.3.6-canary.10",
"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.9",
"version": "9.3.6-canary.10",
"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.9",
"version": "9.3.6-canary.10",
"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.9",
"version": "9.3.6-canary.10",
"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.9",
"version": "9.3.6-canary.10",
"description": "The React Framework",
"main": "./dist/server/next.js",
"license": "MIT",
@ -74,7 +74,7 @@
"@babel/preset-react": "7.7.0",
"@babel/preset-typescript": "7.7.2",
"@babel/runtime": "7.7.2",
"@next/react-refresh-utils": "9.3.6-canary.9",
"@next/react-refresh-utils": "9.3.6-canary.10",
"babel-plugin-syntax-jsx": "6.18.0",
"babel-plugin-transform-define": "2.0.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
@ -107,7 +107,7 @@
"react-dom": "^16.6.0"
},
"devDependencies": {
"@next/polyfill-nomodule": "9.3.6-canary.9",
"@next/polyfill-nomodule": "9.3.6-canary.10",
"@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.9",
"version": "9.3.6-canary.10",
"description": "An experimental package providing utilities for React Refresh.",
"repository": {
"url": "zeit/next.js",