未验证 提交 6a4c2564 编写于 作者: J Joe Haddad

v9.5.4-canary.19

上级 a4c97c5c
...@@ -17,5 +17,5 @@ ...@@ -17,5 +17,5 @@
"registry": "https://registry.npmjs.org/" "registry": "https://registry.npmjs.org/"
} }
}, },
"version": "9.5.4-canary.18" "version": "9.5.4-canary.19"
} }
{ {
"name": "create-next-app", "name": "create-next-app",
"version": "9.5.4-canary.18", "version": "9.5.4-canary.19",
"keywords": [ "keywords": [
"react", "react",
"next", "next",
......
{ {
"name": "@next/eslint-plugin-next", "name": "@next/eslint-plugin-next",
"version": "9.5.4-canary.18", "version": "9.5.4-canary.19",
"description": "ESLint plugin for NextJS.", "description": "ESLint plugin for NextJS.",
"main": "lib/index.js", "main": "lib/index.js",
"license": "MIT", "license": "MIT",
......
{ {
"name": "@next/bundle-analyzer", "name": "@next/bundle-analyzer",
"version": "9.5.4-canary.18", "version": "9.5.4-canary.19",
"main": "index.js", "main": "index.js",
"license": "MIT", "license": "MIT",
"repository": { "repository": {
......
{ {
"name": "@next/codemod", "name": "@next/codemod",
"version": "9.5.4-canary.18", "version": "9.5.4-canary.19",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"chalk": "4.1.0", "chalk": "4.1.0",
......
{ {
"name": "@next/mdx", "name": "@next/mdx",
"version": "9.5.4-canary.18", "version": "9.5.4-canary.19",
"main": "index.js", "main": "index.js",
"license": "MIT", "license": "MIT",
"repository": { "repository": {
......
{ {
"name": "@next/plugin-google-analytics", "name": "@next/plugin-google-analytics",
"version": "9.5.4-canary.18", "version": "9.5.4-canary.19",
"repository": { "repository": {
"url": "vercel/next.js", "url": "vercel/next.js",
"directory": "packages/next-plugin-google-analytics" "directory": "packages/next-plugin-google-analytics"
......
{ {
"name": "@next/plugin-sentry", "name": "@next/plugin-sentry",
"version": "9.5.4-canary.18", "version": "9.5.4-canary.19",
"repository": { "repository": {
"url": "vercel/next.js", "url": "vercel/next.js",
"directory": "packages/next-plugin-sentry" "directory": "packages/next-plugin-sentry"
......
{ {
"name": "@next/plugin-storybook", "name": "@next/plugin-storybook",
"version": "9.5.4-canary.18", "version": "9.5.4-canary.19",
"repository": { "repository": {
"url": "vercel/next.js", "url": "vercel/next.js",
"directory": "packages/next-plugin-storybook" "directory": "packages/next-plugin-storybook"
......
{ {
"name": "@next/polyfill-module", "name": "@next/polyfill-module",
"version": "9.5.4-canary.18", "version": "9.5.4-canary.19",
"description": "A standard library polyfill for ES Modules supporting browsers (Edge 16+, Firefox 60+, Chrome 61+, Safari 10.1+)", "description": "A standard library polyfill for ES Modules supporting browsers (Edge 16+, Firefox 60+, Chrome 61+, Safari 10.1+)",
"main": "dist/polyfill-module.js", "main": "dist/polyfill-module.js",
"license": "MIT", "license": "MIT",
......
{ {
"name": "@next/polyfill-nomodule", "name": "@next/polyfill-nomodule",
"version": "9.5.4-canary.18", "version": "9.5.4-canary.19",
"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",
......
{ {
"name": "next", "name": "next",
"version": "9.5.4-canary.18", "version": "9.5.4-canary.19",
"description": "The React Framework", "description": "The React Framework",
"main": "./dist/server/next.js", "main": "./dist/server/next.js",
"license": "MIT", "license": "MIT",
...@@ -76,9 +76,9 @@ ...@@ -76,9 +76,9 @@
"@babel/preset-typescript": "7.10.4", "@babel/preset-typescript": "7.10.4",
"@babel/runtime": "7.11.2", "@babel/runtime": "7.11.2",
"@babel/types": "7.11.5", "@babel/types": "7.11.5",
"@next/polyfill-module": "9.5.4-canary.18", "@next/polyfill-module": "9.5.4-canary.19",
"@next/react-dev-overlay": "9.5.4-canary.18", "@next/react-dev-overlay": "9.5.4-canary.19",
"@next/react-refresh-utils": "9.5.4-canary.18", "@next/react-refresh-utils": "9.5.4-canary.19",
"ast-types": "0.13.2", "ast-types": "0.13.2",
"babel-plugin-transform-define": "2.0.0", "babel-plugin-transform-define": "2.0.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24", "babel-plugin-transform-react-remove-prop-types": "0.4.24",
...@@ -122,7 +122,7 @@ ...@@ -122,7 +122,7 @@
"react-dom": "^16.6.0" "react-dom": "^16.6.0"
}, },
"devDependencies": { "devDependencies": {
"@next/polyfill-nomodule": "9.5.4-canary.18", "@next/polyfill-nomodule": "9.5.4-canary.19",
"@taskr/clear": "1.1.0", "@taskr/clear": "1.1.0",
"@taskr/esnext": "1.1.0", "@taskr/esnext": "1.1.0",
"@taskr/watch": "1.1.0", "@taskr/watch": "1.1.0",
......
{ {
"name": "@next/react-dev-overlay", "name": "@next/react-dev-overlay",
"version": "9.5.4-canary.18", "version": "9.5.4-canary.19",
"description": "A development-only overlay for developing React applications.", "description": "A development-only overlay for developing React applications.",
"repository": { "repository": {
"url": "vercel/next.js", "url": "vercel/next.js",
......
{ {
"name": "@next/react-refresh-utils", "name": "@next/react-refresh-utils",
"version": "9.5.4-canary.18", "version": "9.5.4-canary.19",
"description": "An experimental package providing utilities for React Refresh.", "description": "An experimental package providing utilities for React Refresh.",
"repository": { "repository": {
"url": "vercel/next.js", "url": "vercel/next.js",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册