Skip to content

Commit

Permalink
v9.0.6-canary.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Sep 5, 2019
1 parent 6e77c07 commit 5a9b0ba
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "9.0.6-canary.0"
"version": "9.0.6-canary.1"
}
2 changes: 1 addition & 1 deletion packages/create-next-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-next-app",
"version": "9.0.6-canary.0",
"version": "9.0.6-canary.1",
"keywords": [
"react",
"next",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-bundle-analyzer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/bundle-analyzer",
"version": "9.0.6-canary.0",
"version": "9.0.6-canary.1",
"main": "index.js",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/next-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/mdx",
"version": "9.0.6-canary.0",
"version": "9.0.6-canary.1",
"main": "index.js",
"license": "MIT",
"repository": {
Expand Down
28 changes: 14 additions & 14 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next",
"version": "9.0.6-canary.0",
"version": "9.0.6-canary.1",
"description": "The React Framework",
"main": "./dist/server/next.js",
"license": "MIT",
Expand Down Expand Up @@ -58,13 +58,6 @@
},
"dependencies": {
"@ampproject/toolbox-optimizer": "1.0.1",
"compression": "1.7.4",
"content-type": "1.0.4",
"cookie": "0.4.0",
"etag": "1.8.1",
"path-to-regexp": "2.1.0",
"raw-body": "2.4.0",
"send": "0.17.1",
"@babel/core": "7.4.5",
"@babel/plugin-proposal-class-properties": "7.4.4",
"@babel/plugin-proposal-object-rest-spread": "7.4.4",
Expand All @@ -87,8 +80,12 @@
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"chalk": "2.4.2",
"ci-info": "2.0.0",
"compression": "1.7.4",
"conf": "5.0.0",
"content-type": "1.0.4",
"cookie": "0.4.0",
"devalue": "2.0.0",
"etag": "1.8.1",
"find-up": "4.0.0",
"fork-ts-checker-webpack-plugin": "1.3.4",
"fresh": "0.5.2",
Expand All @@ -98,10 +95,13 @@
"loader-utils": "1.2.3",
"mkdirp": "0.5.1",
"node-fetch": "2.6.0",
"path-to-regexp": "2.1.0",
"prop-types": "15.7.2",
"prop-types-exact": "1.2.0",
"raw-body": "2.4.0",
"react-error-overlay": "5.1.6",
"react-is": "16.8.6",
"send": "0.17.1",
"source-map": "0.6.1",
"string-hash": "1.1.3",
"strip-ansi": "5.2.0",
Expand All @@ -121,12 +121,6 @@
"react-dom": "^16.6.0"
},
"devDependencies": {
"@types/content-type": "1.1.3",
"@types/cookie": "0.3.2",
"@types/react": "16.8.18",
"@types/react-dom": "16.8.4",
"@types/react-is": "16.7.1",
"@types/send": "0.14.4",
"@babel/parser": "7.4.5",
"@taskr/clear": "1.1.0",
"@taskr/esnext": "1.1.0",
Expand All @@ -139,6 +133,8 @@
"@types/babel__traverse": "7.0.6",
"@types/ci-info": "2.0.0",
"@types/compression": "0.0.36",
"@types/content-type": "1.1.3",
"@types/cookie": "0.3.2",
"@types/cross-spawn": "6.0.0",
"@types/etag": "1.8.0",
"@types/find-up": "2.1.1",
Expand All @@ -147,7 +143,11 @@
"@types/mkdirp": "0.5.2",
"@types/nanoid": "2.0.0",
"@types/node-fetch": "2.3.4",
"@types/react": "16.8.18",
"@types/react-dom": "16.8.4",
"@types/react-is": "16.7.1",
"@types/resolve": "0.0.8",
"@types/send": "0.14.4",
"@types/styled-jsx": "2.2.8",
"@types/text-table": "0.2.1",
"@types/webpack-sources": "0.1.5",
Expand Down

0 comments on commit 5a9b0ba

Please sign in to comment.