This commit is contained in:
vercel-release-bot 2023-08-07 06:57:47 +00:00
parent 0363cef4c0
commit 498692b698
18 changed files with 33 additions and 162 deletions

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "eslint-config-next",
"version": "13.4.13-canary.18",
"version": "13.4.13",
"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.18",
"@next/eslint-plugin-next": "13.4.13",
"@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.18",
"version": "13.4.13",
"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.18",
"version": "13.4.13",
"repository": {
"url": "vercel/next.js",
"directory": "packages/font"

View file

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

View file

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

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@next/plugin-storybook",
"version": "13.4.13-canary.18",
"version": "13.4.13",
"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.18",
"version": "13.4.13",
"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.18",
"version": "13.4.13",
"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.18",
"version": "13.4.13",
"private": true,
"scripts": {
"clean": "node ../../scripts/rm.mjs native",

View file

@ -1,6 +1,6 @@
{
"name": "next",
"version": "13.4.13-canary.18",
"version": "13.4.13",
"description": "The React Framework",
"main": "./dist/server/next.js",
"license": "MIT",
@ -83,7 +83,7 @@
]
},
"dependencies": {
"@next/env": "13.4.13-canary.18",
"@next/env": "13.4.13",
"@swc/helpers": "0.5.1",
"busboy": "1.6.0",
"caniuse-lite": "^1.0.30001406",
@ -137,11 +137,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.18",
"@next/polyfill-nomodule": "13.4.13-canary.18",
"@next/react-dev-overlay": "13.4.13-canary.18",
"@next/react-refresh-utils": "13.4.13-canary.18",
"@next/swc": "13.4.13-canary.18",
"@next/polyfill-module": "13.4.13",
"@next/polyfill-nomodule": "13.4.13",
"@next/react-dev-overlay": "13.4.13",
"@next/react-refresh-utils": "13.4.13",
"@next/swc": "13.4.13",
"@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.18",
"version": "13.4.13",
"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.18",
"version": "13.4.13",
"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.18",
"version": "13.4.13",
"private": true,
"repository": {
"url": "vercel/next.js",

View file

@ -636,7 +636,7 @@ importers:
packages/eslint-config-next:
dependencies:
'@next/eslint-plugin-next':
specifier: 13.4.13-canary.18
specifier: 13.4.13
version: link:../eslint-plugin-next
'@rushstack/eslint-patch':
specifier: ^1.1.3
@ -697,7 +697,7 @@ importers:
packages/next:
dependencies:
'@next/env':
specifier: 13.4.13-canary.18
specifier: 13.4.13
version: link:../next-env
'@swc/helpers':
specifier: 0.5.1
@ -821,19 +821,19 @@ importers:
specifier: 1.1.0
version: 1.1.0
'@next/polyfill-module':
specifier: 13.4.13-canary.18
specifier: 13.4.13
version: link:../next-polyfill-module
'@next/polyfill-nomodule':
specifier: 13.4.13-canary.18
specifier: 13.4.13
version: link:../next-polyfill-nomodule
'@next/react-dev-overlay':
specifier: 13.4.13-canary.18
specifier: 13.4.13
version: link:../react-dev-overlay
'@next/react-refresh-utils':
specifier: 13.4.13-canary.18
specifier: 13.4.13
version: link:../react-refresh-utils
'@next/swc':
specifier: 13.4.13-canary.18
specifier: 13.4.13
version: link:../next-swc
'@opentelemetry/api':
specifier: 1.4.1
@ -1574,7 +1574,7 @@ importers:
dependencies:
next:
specifier: ^13.0.0
version: 13.4.12(@babel/core@7.18.0)(@opentelemetry/api@1.4.1)(react-dom@18.2.0)(react@18.2.0)(sass@1.54.0)
version: link:../next
react:
specifier: ^18.2.0
version: 18.2.0
@ -6659,10 +6659,6 @@ packages:
resolution: {integrity: sha512-XQr74QaLeMiqhStEhLn1im9EOMnkypp7MZOwQhGzqp2Weu5eQJbpPxWxixxlYRKWPOmJjsk6qYfYH9kq43yc2w==}
dev: true
/@next/env@13.4.12:
resolution: {integrity: sha512-RmHanbV21saP/6OEPBJ7yJMuys68cIf8OBBWd7+uj40LdpmswVAwe1uzeuFyUsd6SfeITWT3XnQfn6wULeKwDQ==}
dev: false
/@next/react-refresh-utils@13.4.4(react-refresh@0.12.0)(webpack@5.86.0):
resolution: {integrity: sha512-E9LtUbyxSIbkT06is0r6OBT7f2XJVx9xWuZuU0MdHsqn4OPk+D9Qvp2QitnXPXUwCVdu/ZYLiJOO74lnfkWYdw==}
peerDependencies:
@ -6676,87 +6672,6 @@ packages:
webpack: 5.86.0(@swc/core@1.3.55)
dev: false
/@next/swc-darwin-arm64@13.4.12:
resolution: {integrity: sha512-deUrbCXTMZ6ZhbOoloqecnUeNpUOupi8SE2tx4jPfNS9uyUR9zK4iXBvH65opVcA/9F5I/p8vDXSYbUlbmBjZg==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [darwin]
requiresBuild: true
dev: false
optional: true
/@next/swc-darwin-x64@13.4.12:
resolution: {integrity: sha512-WRvH7RxgRHlC1yb5oG0ZLx8F7uci9AivM5/HGGv9ZyG2Als8Ij64GC3d+mQ5sJhWjusyU6T6V1WKTUoTmOB0zQ==}
engines: {node: '>= 10'}
cpu: [x64]
os: [darwin]
requiresBuild: true
dev: false
optional: true
/@next/swc-linux-arm64-gnu@13.4.12:
resolution: {integrity: sha512-YEKracAWuxp54tKiAvvq73PUs9lok57cc8meYRibTWe/VdPB2vLgkTVWFcw31YDuRXdEhdX0fWS6Q+ESBhnEig==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
requiresBuild: true
dev: false
optional: true
/@next/swc-linux-arm64-musl@13.4.12:
resolution: {integrity: sha512-LhJR7/RAjdHJ2Isl2pgc/JaoxNk0KtBgkVpiDJPVExVWA1c6gzY57+3zWuxuyWzTG+fhLZo2Y80pLXgIJv7g3g==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
requiresBuild: true
dev: false
optional: true
/@next/swc-linux-x64-gnu@13.4.12:
resolution: {integrity: sha512-1DWLL/B9nBNiQRng+1aqs3OaZcxC16Nf+mOnpcrZZSdyKHek3WQh6j/fkbukObgNGwmCoVevLUa/p3UFTTqgqg==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
requiresBuild: true
dev: false
optional: true
/@next/swc-linux-x64-musl@13.4.12:
resolution: {integrity: sha512-kEAJmgYFhp0VL+eRWmUkVxLVunn7oL9Mdue/FS8yzRBVj7Z0AnIrHpTIeIUl1bbdQq1VaoOztnKicAjfkLTRCQ==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
requiresBuild: true
dev: false
optional: true
/@next/swc-win32-arm64-msvc@13.4.12:
resolution: {integrity: sha512-GMLuL/loR6yIIRTnPRY6UGbLL9MBdw2anxkOnANxvLvsml4F0HNIgvnU3Ej4BjbqMTNjD4hcPFdlEow4XHPdZA==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [win32]
requiresBuild: true
dev: false
optional: true
/@next/swc-win32-ia32-msvc@13.4.12:
resolution: {integrity: sha512-PhgNqN2Vnkm7XaMdRmmX0ZSwZXQAtamBVSa9A/V1dfKQCV1rjIZeiy/dbBnVYGdj63ANfsOR/30XpxP71W0eww==}
engines: {node: '>= 10'}
cpu: [ia32]
os: [win32]
requiresBuild: true
dev: false
optional: true
/@next/swc-win32-x64-msvc@13.4.12:
resolution: {integrity: sha512-Z+56e/Ljt0bUs+T+jPjhFyxYBcdY2RIq9ELFU+qAMQMteHo7ymbV7CKmlcX59RI9C4YzN8PgMgLyAoi916b5HA==}
engines: {node: '>= 10'}
cpu: [x64]
os: [win32]
requiresBuild: true
dev: false
optional: true
/@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents.3:
resolution: {integrity: sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==}
requiresBuild: true
@ -7217,6 +7132,7 @@ packages:
/@opentelemetry/api@1.4.1:
resolution: {integrity: sha512-O2yRJce1GOc6PAy3QxFM4NzFiWzvScDC1/5ihYBL6BUEVdq0XMWN01sppE+H6bBXbaFYipjwFLEWLg5PaSOThA==}
engines: {node: '>=8.0.0'}
dev: true
/@pkgr/utils@2.3.1:
resolution: {integrity: sha512-wfzX8kc1PMyUILA+1Z/EqoE4UCXGy0iRGMhPwdfae1+f0OXlLqCk+By+aMzgJBzR9AzS4CDizioG6Ss1gvAFJw==}
@ -18964,51 +18880,6 @@ packages:
resolution: {integrity: sha1-yobR/ogoFpsBICCOPchCS524NCw=}
dev: true
/next@13.4.12(@babel/core@7.18.0)(@opentelemetry/api@1.4.1)(react-dom@18.2.0)(react@18.2.0)(sass@1.54.0):
resolution: {integrity: sha512-eHfnru9x6NRmTMcjQp6Nz0J4XH9OubmzOa7CkWL+AUrUxpibub3vWwttjduu9No16dug1kq04hiUUpo7J3m3Xw==}
engines: {node: '>=16.8.0'}
hasBin: true
peerDependencies:
'@opentelemetry/api': ^1.1.0
fibers: '>= 3.1.0'
react: ^18.2.0
react-dom: ^18.2.0
sass: ^1.3.0
peerDependenciesMeta:
'@opentelemetry/api':
optional: true
fibers:
optional: true
sass:
optional: true
dependencies:
'@next/env': 13.4.12
'@opentelemetry/api': 1.4.1
'@swc/helpers': 0.5.1
busboy: 1.6.0
caniuse-lite: 1.0.30001406
postcss: 8.4.14
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
sass: 1.54.0
styled-jsx: 5.1.1(@babel/core@7.18.0)(react@18.2.0)
watchpack: 2.4.0
zod: 3.21.4
optionalDependencies:
'@next/swc-darwin-arm64': 13.4.12
'@next/swc-darwin-x64': 13.4.12
'@next/swc-linux-arm64-gnu': 13.4.12
'@next/swc-linux-arm64-musl': 13.4.12
'@next/swc-linux-x64-gnu': 13.4.12
'@next/swc-linux-x64-musl': 13.4.12
'@next/swc-win32-arm64-msvc': 13.4.12
'@next/swc-win32-ia32-msvc': 13.4.12
'@next/swc-win32-x64-msvc': 13.4.12
transitivePeerDependencies:
- '@babel/core'
- babel-plugin-macros
dev: false
/nice-try@1.0.5:
resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==}
dev: true