Skip to content

Commit

Permalink
Merge branch 'canary' into update/route-error
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jan 21, 2020
2 parents eb7bb0e + fe72fd2 commit ddee980
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -12,5 +12,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "9.2.1-canary.6"
"version": "9.2.1-canary.7"
}
2 changes: 1 addition & 1 deletion packages/create-next-app/package.json
@@ -1,6 +1,6 @@
{
"name": "create-next-app",
"version": "9.2.1-canary.6",
"version": "9.2.1-canary.7",
"keywords": [
"react",
"next",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-bundle-analyzer/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/bundle-analyzer",
"version": "9.2.1-canary.6",
"version": "9.2.1-canary.7",
"main": "index.js",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/next-mdx/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/mdx",
"version": "9.2.1-canary.6",
"version": "9.2.1-canary.7",
"main": "index.js",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/next-plugin-google-analytics/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/plugin-google-analytics",
"version": "9.2.1-canary.6",
"version": "9.2.1-canary.7",
"nextjs": {
"name": "Google Analytics",
"required-env": [
Expand Down
2 changes: 1 addition & 1 deletion packages/next-plugin-material-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/plugin-material-ui",
"version": "9.2.1-canary.6",
"version": "9.2.1-canary.7",
"nextjs": {
"name": "Material UI",
"required-env": []
Expand Down
2 changes: 1 addition & 1 deletion packages/next-plugin-sentry/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/plugin-sentry",
"version": "9.2.1-canary.6",
"version": "9.2.1-canary.7",
"nextjs": {
"name": "Sentry",
"required-env": [
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
@@ -1,6 +1,6 @@
{
"name": "next",
"version": "9.2.1-canary.6",
"version": "9.2.1-canary.7",
"description": "The React Framework",
"main": "./dist/server/next.js",
"license": "MIT",
Expand Down
3 changes: 2 additions & 1 deletion test/tsconfig.json
Expand Up @@ -3,7 +3,8 @@
"module": "esnext",
"target": "es6",
"allowJs": true,
"baseUrl": "./lib"
"baseUrl": "./lib",
"noEmit": true
},
"include": ["./**/*"]
}

0 comments on commit ddee980

Please sign in to comment.