v10.1.4-canary.3

This commit is contained in:
Tim Neutkens 2021-04-08 14:48:18 +02:00
parent c2dfe40296
commit 911bdacf89
15 changed files with 21 additions and 21 deletions

View file

@ -17,5 +17,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "10.1.4-canary.2"
"version": "10.1.4-canary.3"
}

View file

@ -1,6 +1,6 @@
{
"name": "create-next-app",
"version": "10.1.4-canary.2",
"version": "10.1.4-canary.3",
"keywords": [
"react",
"next",

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@next/bundle-analyzer",
"version": "10.1.4-canary.2",
"version": "10.1.4-canary.3",
"main": "index.js",
"license": "MIT",
"repository": {

View file

@ -1,6 +1,6 @@
{
"name": "@next/codemod",
"version": "10.1.4-canary.2",
"version": "10.1.4-canary.3",
"license": "MIT",
"dependencies": {
"chalk": "4.1.0",

View file

@ -1,6 +1,6 @@
{
"name": "@next/env",
"version": "10.1.4-canary.2",
"version": "10.1.4-canary.3",
"keywords": [
"react",
"next",

View file

@ -1,6 +1,6 @@
{
"name": "@next/mdx",
"version": "10.1.4-canary.2",
"version": "10.1.4-canary.3",
"main": "index.js",
"license": "MIT",
"repository": {

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@next/plugin-sentry",
"version": "10.1.4-canary.2",
"version": "10.1.4-canary.3",
"repository": {
"url": "vercel/next.js",
"directory": "packages/next-plugin-sentry"

View file

@ -1,6 +1,6 @@
{
"name": "@next/plugin-storybook",
"version": "10.1.4-canary.2",
"version": "10.1.4-canary.3",
"repository": {
"url": "vercel/next.js",
"directory": "packages/next-plugin-storybook"

View file

@ -1,6 +1,6 @@
{
"name": "@next/polyfill-module",
"version": "10.1.4-canary.2",
"version": "10.1.4-canary.3",
"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.1.4-canary.2",
"version": "10.1.4-canary.3",
"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.1.4-canary.2",
"version": "10.1.4-canary.3",
"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.1.4-canary.2",
"@next/polyfill-module": "10.1.4-canary.2",
"@next/react-dev-overlay": "10.1.4-canary.2",
"@next/react-refresh-utils": "10.1.4-canary.2",
"@next/env": "10.1.4-canary.3",
"@next/polyfill-module": "10.1.4-canary.3",
"@next/react-dev-overlay": "10.1.4-canary.3",
"@next/react-refresh-utils": "10.1.4-canary.3",
"@opentelemetry/api": "0.14.0",
"assert": "2.0.0",
"ast-types": "0.13.2",
@ -132,8 +132,8 @@
"devDependencies": {
"@ampproject/toolbox-optimizer": "2.7.1-alpha.0",
"@babel/code-frame": "7.12.11",
"@babel/generator": "^7.12.10",
"@babel/core": "7.12.10",
"@babel/generator": "^7.12.10",
"@babel/plugin-proposal-class-properties": "7.12.1",
"@babel/plugin-proposal-export-namespace-from": "7.12.1",
"@babel/plugin-proposal-numeric-separator": "7.12.7",
@ -148,7 +148,7 @@
"@babel/preset-typescript": "7.12.7",
"@babel/traverse": "^7.12.10",
"@babel/types": "7.12.12",
"@next/polyfill-nomodule": "10.1.4-canary.2",
"@next/polyfill-nomodule": "10.1.4-canary.3",
"@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.1.4-canary.2",
"version": "10.1.4-canary.3",
"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.1.4-canary.2",
"version": "10.1.4-canary.3",
"description": "An experimental package providing utilities for React Refresh.",
"repository": {
"url": "vercel/next.js",