v10.0.8-canary.15

This commit is contained in:
Joe Haddad 2021-03-03 14:53:19 -05:00
parent 61dae380a8
commit 2046648fa7
No known key found for this signature in database
GPG key ID: E2A1A46C17873A2B
15 changed files with 20 additions and 20 deletions

View file

@ -17,5 +17,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "10.0.8-canary.14"
"version": "10.0.8-canary.15"
}

View file

@ -1,6 +1,6 @@
{
"name": "create-next-app",
"version": "10.0.8-canary.14",
"version": "10.0.8-canary.15",
"keywords": [
"react",
"next",

View file

@ -1,6 +1,6 @@
{
"name": "@next/eslint-plugin-next",
"version": "10.0.8-canary.14",
"version": "10.0.8-canary.15",
"description": "ESLint plugin for NextJS.",
"main": "lib/index.js",
"license": "MIT",

View file

@ -1,6 +1,6 @@
{
"name": "@next/bundle-analyzer",
"version": "10.0.8-canary.14",
"version": "10.0.8-canary.15",
"main": "index.js",
"license": "MIT",
"repository": {

View file

@ -1,6 +1,6 @@
{
"name": "@next/codemod",
"version": "10.0.8-canary.14",
"version": "10.0.8-canary.15",
"license": "MIT",
"dependencies": {
"chalk": "4.1.0",

View file

@ -1,6 +1,6 @@
{
"name": "@next/env",
"version": "10.0.8-canary.14",
"version": "10.0.8-canary.15",
"keywords": [
"react",
"next",

View file

@ -1,6 +1,6 @@
{
"name": "@next/mdx",
"version": "10.0.8-canary.14",
"version": "10.0.8-canary.15",
"main": "index.js",
"license": "MIT",
"repository": {

View file

@ -1,6 +1,6 @@
{
"name": "@next/plugin-google-analytics",
"version": "10.0.8-canary.14",
"version": "10.0.8-canary.15",
"repository": {
"url": "vercel/next.js",
"directory": "packages/next-plugin-google-analytics"

View file

@ -1,6 +1,6 @@
{
"name": "@next/plugin-sentry",
"version": "10.0.8-canary.14",
"version": "10.0.8-canary.15",
"repository": {
"url": "vercel/next.js",
"directory": "packages/next-plugin-sentry"

View file

@ -1,6 +1,6 @@
{
"name": "@next/plugin-storybook",
"version": "10.0.8-canary.14",
"version": "10.0.8-canary.15",
"repository": {
"url": "vercel/next.js",
"directory": "packages/next-plugin-storybook"

View file

@ -1,6 +1,6 @@
{
"name": "@next/polyfill-module",
"version": "10.0.8-canary.14",
"version": "10.0.8-canary.15",
"description": "A standard library polyfill for ES Modules supporting browsers (Edge 16+, Firefox 60+, Chrome 61+, Safari 10.1+)",
"main": "dist/polyfill-module.js",
"license": "MIT",

View file

@ -1,6 +1,6 @@
{
"name": "@next/polyfill-nomodule",
"version": "10.0.8-canary.14",
"version": "10.0.8-canary.15",
"description": "A polyfill for non-dead, nomodule browsers.",
"main": "dist/polyfill-nomodule.js",
"license": "MIT",

View file

@ -1,6 +1,6 @@
{
"name": "next",
"version": "10.0.8-canary.14",
"version": "10.0.8-canary.15",
"description": "The React Framework",
"main": "./dist/server/next.js",
"license": "MIT",
@ -62,10 +62,10 @@
"dependencies": {
"@babel/runtime": "7.12.5",
"@hapi/accept": "5.0.1",
"@next/env": "10.0.8-canary.14",
"@next/polyfill-module": "10.0.8-canary.14",
"@next/react-dev-overlay": "10.0.8-canary.14",
"@next/react-refresh-utils": "10.0.8-canary.14",
"@next/env": "10.0.8-canary.15",
"@next/polyfill-module": "10.0.8-canary.15",
"@next/react-dev-overlay": "10.0.8-canary.15",
"@next/react-refresh-utils": "10.0.8-canary.15",
"@opentelemetry/api": "0.14.0",
"ast-types": "0.13.2",
"browserslist": "4.16.1",
@ -133,7 +133,7 @@
"@babel/preset-react": "7.12.10",
"@babel/preset-typescript": "7.12.7",
"@babel/types": "7.12.12",
"@next/polyfill-nomodule": "10.0.8-canary.14",
"@next/polyfill-nomodule": "10.0.8-canary.15",
"@taskr/clear": "1.1.0",
"@taskr/esnext": "1.1.0",
"@taskr/watch": "1.1.0",

View file

@ -1,6 +1,6 @@
{
"name": "@next/react-dev-overlay",
"version": "10.0.8-canary.14",
"version": "10.0.8-canary.15",
"description": "A development-only overlay for developing React applications.",
"repository": {
"url": "vercel/next.js",

View file

@ -1,6 +1,6 @@
{
"name": "@next/react-refresh-utils",
"version": "10.0.8-canary.14",
"version": "10.0.8-canary.15",
"description": "An experimental package providing utilities for React Refresh.",
"repository": {
"url": "vercel/next.js",