v13.4.13-canary.4

This commit is contained in:
vercel-release-bot 2023-07-27 00:17:07 +00:00
parent c73fdfd87c
commit 127c5bbf80
18 changed files with 45 additions and 32 deletions

View file

@ -16,5 +16,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "13.4.13-canary.3"
"version": "13.4.13-canary.4"
}

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "eslint-config-next",
"version": "13.4.13-canary.3",
"version": "13.4.13-canary.4",
"description": "ESLint configuration used by NextJS.",
"main": "index.js",
"license": "MIT",
@ -10,7 +10,7 @@
},
"homepage": "https://nextjs.org/docs/app/building-your-application/configuring/eslint#eslint-config",
"dependencies": {
"@next/eslint-plugin-next": "13.4.13-canary.3",
"@next/eslint-plugin-next": "13.4.13-canary.4",
"@rushstack/eslint-patch": "^1.1.3",
"@typescript-eslint/parser": "^5.4.2 || ^6.0.0",
"eslint-import-resolver-node": "^0.3.6",

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@next/font",
"version": "13.4.13-canary.3",
"version": "13.4.13-canary.4",
"repository": {
"url": "vercel/next.js",
"directory": "packages/font"

View file

@ -1,6 +1,6 @@
{
"name": "@next/bundle-analyzer",
"version": "13.4.13-canary.3",
"version": "13.4.13-canary.4",
"main": "index.js",
"types": "index.d.ts",
"license": "MIT",

View file

@ -1,6 +1,6 @@
{
"name": "@next/codemod",
"version": "13.4.13-canary.3",
"version": "13.4.13-canary.4",
"license": "MIT",
"repository": {
"type": "git",

View file

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

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@next/polyfill-module",
"version": "13.4.13-canary.3",
"version": "13.4.13-canary.4",
"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": "13.4.13-canary.3",
"version": "13.4.13-canary.4",
"description": "A polyfill for non-dead, nomodule browsers.",
"main": "dist/polyfill-nomodule.js",
"license": "MIT",

View file

@ -1,6 +1,6 @@
{
"name": "@next/swc",
"version": "13.4.13-canary.3",
"version": "13.4.13-canary.4",
"private": true,
"scripts": {
"clean": "node ../../scripts/rm.mjs native",

View file

@ -1,6 +1,6 @@
{
"name": "next",
"version": "13.4.13-canary.3",
"version": "13.4.13-canary.4",
"description": "The React Framework",
"main": "./dist/server/next.js",
"license": "MIT",
@ -83,7 +83,7 @@
]
},
"dependencies": {
"@next/env": "13.4.13-canary.3",
"@next/env": "13.4.13-canary.4",
"@swc/helpers": "0.5.1",
"busboy": "1.6.0",
"caniuse-lite": "^1.0.30001406",
@ -141,11 +141,11 @@
"@jest/types": "29.5.0",
"@napi-rs/cli": "2.14.7",
"@napi-rs/triples": "1.1.0",
"@next/polyfill-module": "13.4.13-canary.3",
"@next/polyfill-nomodule": "13.4.13-canary.3",
"@next/react-dev-overlay": "13.4.13-canary.3",
"@next/react-refresh-utils": "13.4.13-canary.3",
"@next/swc": "13.4.13-canary.3",
"@next/polyfill-module": "13.4.13-canary.4",
"@next/polyfill-nomodule": "13.4.13-canary.4",
"@next/react-dev-overlay": "13.4.13-canary.4",
"@next/react-refresh-utils": "13.4.13-canary.4",
"@next/swc": "13.4.13-canary.4",
"@opentelemetry/api": "1.4.1",
"@segment/ajv-human-errors": "2.1.2",
"@taskr/clear": "1.1.0",

View file

@ -1,6 +1,6 @@
{
"name": "@next/react-dev-overlay",
"version": "13.4.13-canary.3",
"version": "13.4.13-canary.4",
"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": "13.4.13-canary.3",
"version": "13.4.13-canary.4",
"description": "An experimental package providing utilities for React Refresh.",
"repository": {
"url": "vercel/next.js",

View file

@ -1,6 +1,6 @@
{
"name": "@next/third-parties",
"version": "13.4.13-canary.3",
"version": "13.4.13-canary.4",
"private": true,
"repository": {
"url": "vercel/next.js",

View file

@ -436,7 +436,7 @@ importers:
packages/eslint-config-next:
specifiers:
'@next/eslint-plugin-next': 13.4.13-canary.3
'@next/eslint-plugin-next': 13.4.13-canary.4
'@rushstack/eslint-patch': ^1.1.3
'@typescript-eslint/parser': ^5.4.2 || ^6.0.0
eslint: ^7.23.0 || ^8.0.0
@ -513,12 +513,12 @@ importers:
'@jest/types': 29.5.0
'@napi-rs/cli': 2.14.7
'@napi-rs/triples': 1.1.0
'@next/env': 13.4.13-canary.3
'@next/polyfill-module': 13.4.13-canary.3
'@next/polyfill-nomodule': 13.4.13-canary.3
'@next/react-dev-overlay': 13.4.13-canary.3
'@next/react-refresh-utils': 13.4.13-canary.3
'@next/swc': 13.4.13-canary.3
'@next/env': 13.4.13-canary.4
'@next/polyfill-module': 13.4.13-canary.4
'@next/polyfill-nomodule': 13.4.13-canary.4
'@next/react-dev-overlay': 13.4.13-canary.4
'@next/react-refresh-utils': 13.4.13-canary.4
'@next/swc': 13.4.13-canary.4
'@opentelemetry/api': 1.4.1
'@segment/ajv-human-errors': 2.1.2
'@swc/helpers': 0.5.1
@ -6153,7 +6153,7 @@ packages:
dependencies:
'@mdx-js/mdx': 2.2.1
source-map: 0.7.3
webpack: 5.86.0_@swc+core@1.3.55
webpack: 5.86.0
transitivePeerDependencies:
- supports-color
@ -6912,6 +6912,7 @@ packages:
cpu: [arm64]
os: [darwin]
requiresBuild: true
dev: true
optional: true
/@swc/core-darwin-x64/1.3.55:
@ -6920,6 +6921,7 @@ packages:
cpu: [x64]
os: [darwin]
requiresBuild: true
dev: true
optional: true
/@swc/core-linux-arm-gnueabihf/1.3.55:
@ -6928,6 +6930,7 @@ packages:
cpu: [arm]
os: [linux]
requiresBuild: true
dev: true
optional: true
/@swc/core-linux-arm64-gnu/1.3.55:
@ -6936,6 +6939,7 @@ packages:
cpu: [arm64]
os: [linux]
requiresBuild: true
dev: true
optional: true
/@swc/core-linux-arm64-musl/1.3.55:
@ -6944,6 +6948,7 @@ packages:
cpu: [arm64]
os: [linux]
requiresBuild: true
dev: true
optional: true
/@swc/core-linux-x64-gnu/1.3.55:
@ -6952,6 +6957,7 @@ packages:
cpu: [x64]
os: [linux]
requiresBuild: true
dev: true
optional: true
/@swc/core-linux-x64-musl/1.3.55:
@ -6960,6 +6966,7 @@ packages:
cpu: [x64]
os: [linux]
requiresBuild: true
dev: true
optional: true
/@swc/core-win32-arm64-msvc/1.3.55:
@ -6968,6 +6975,7 @@ packages:
cpu: [arm64]
os: [win32]
requiresBuild: true
dev: true
optional: true
/@swc/core-win32-ia32-msvc/1.3.55:
@ -6976,6 +6984,7 @@ packages:
cpu: [ia32]
os: [win32]
requiresBuild: true
dev: true
optional: true
/@swc/core-win32-x64-msvc/1.3.55:
@ -6984,6 +6993,7 @@ packages:
cpu: [x64]
os: [win32]
requiresBuild: true
dev: true
optional: true
/@swc/core/1.3.55_@swc+helpers@0.5.1:
@ -7008,6 +7018,7 @@ packages:
'@swc/core-win32-arm64-msvc': 1.3.55
'@swc/core-win32-ia32-msvc': 1.3.55
'@swc/core-win32-x64-msvc': 1.3.55
dev: true
/@swc/helpers/0.4.14:
resolution: {integrity: sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==}
@ -23904,6 +23915,7 @@ packages:
serialize-javascript: 6.0.1
terser: 5.17.7
webpack: 5.86.0_@swc+core@1.3.55
dev: true
/terser/5.10.0:
resolution: {integrity: sha512-AMmF99DMfEDiRJfxfY5jj5wNH/bYO09cniSqhfoyxc8sFoYIgkJy86G04UoZU5VjlpnplVu0K6Tx6E9b5+DlHA==}
@ -25259,6 +25271,7 @@ packages:
- '@swc/core'
- esbuild
- uglify-js
dev: true
/websocket-driver/0.7.3:
resolution: {integrity: sha512-bpxWlvbbB459Mlipc5GBzzZwhoZgGEZLuqPaR0INBGnPAY1vdBX6hPnoFXiw+3yWxDuHyQjO2oXTMyS8A5haFg==}