v11.1.1-canary.1

This commit is contained in:
Tim Neutkens 2021-08-12 17:07:36 +02:00
parent 965a280bc2
commit 06e08accde
14 changed files with 20 additions and 20 deletions

View file

@ -17,5 +17,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "11.1.1-canary.0"
"version": "11.1.1-canary.1"
}

View file

@ -1,6 +1,6 @@
{
"name": "create-next-app",
"version": "11.1.1-canary.0",
"version": "11.1.1-canary.1",
"keywords": [
"react",
"next",

View file

@ -1,6 +1,6 @@
{
"name": "eslint-config-next",
"version": "11.1.1-canary.0",
"version": "11.1.1-canary.1",
"description": "ESLint configuration used by NextJS.",
"main": "index.js",
"license": "MIT",
@ -9,7 +9,7 @@
"directory": "packages/eslint-config-next"
},
"dependencies": {
"@next/eslint-plugin-next": "11.1.1-canary.0",
"@next/eslint-plugin-next": "11.1.1-canary.1",
"@rushstack/eslint-patch": "^1.0.6",
"@typescript-eslint/parser": "^4.20.0",
"eslint-import-resolver-node": "^0.3.4",

View file

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

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@next/env",
"version": "11.1.1-canary.0",
"version": "11.1.1-canary.1",
"keywords": [
"react",
"next",

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@next/polyfill-module",
"version": "11.1.1-canary.0",
"version": "11.1.1-canary.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",
"license": "MIT",

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "next",
"version": "11.1.1-canary.0",
"version": "11.1.1-canary.1",
"description": "The React Framework",
"main": "./dist/server/next.js",
"license": "MIT",
@ -65,10 +65,10 @@
"dependencies": {
"@babel/runtime": "7.12.5",
"@hapi/accept": "5.0.2",
"@next/env": "11.1.1-canary.0",
"@next/polyfill-module": "11.1.1-canary.0",
"@next/react-dev-overlay": "11.1.1-canary.0",
"@next/react-refresh-utils": "11.1.1-canary.0",
"@next/env": "11.1.1-canary.1",
"@next/polyfill-module": "11.1.1-canary.1",
"@next/react-dev-overlay": "11.1.1-canary.1",
"@next/react-refresh-utils": "11.1.1-canary.1",
"@node-rs/helper": "1.2.1",
"assert": "2.0.0",
"ast-types": "0.13.2",
@ -153,7 +153,7 @@
"@babel/traverse": "^7.12.10",
"@babel/types": "7.12.12",
"@napi-rs/cli": "1.1.0",
"@next/polyfill-nomodule": "11.1.1-canary.0",
"@next/polyfill-nomodule": "11.1.1-canary.1",
"@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": "11.1.1-canary.0",
"version": "11.1.1-canary.1",
"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": "11.1.1-canary.0",
"version": "11.1.1-canary.1",
"description": "An experimental package providing utilities for React Refresh.",
"repository": {
"url": "vercel/next.js",