Skip to content

Commit 4a589ed

Browse files
v13.4.20-canary.41
1 parent deb81cf commit 4a589ed

File tree

18 files changed

+33
-33
lines changed

18 files changed

+33
-33
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"registry": "https://registry.npmjs.org/"
1717
}
1818
},
19-
"version": "13.4.20-canary.40"
19+
"version": "13.4.20-canary.41"
2020
}

packages/create-next-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-next-app",
3-
"version": "13.4.20-canary.40",
3+
"version": "13.4.20-canary.41",
44
"keywords": [
55
"react",
66
"next",

packages/eslint-config-next/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-next",
3-
"version": "13.4.20-canary.40",
3+
"version": "13.4.20-canary.41",
44
"description": "ESLint configuration used by Next.js.",
55
"main": "index.js",
66
"license": "MIT",
@@ -10,7 +10,7 @@
1010
},
1111
"homepage": "https://nextjs.org/docs/app/building-your-application/configuring/eslint#eslint-config",
1212
"dependencies": {
13-
"@next/eslint-plugin-next": "13.4.20-canary.40",
13+
"@next/eslint-plugin-next": "13.4.20-canary.41",
1414
"@rushstack/eslint-patch": "^1.3.3",
1515
"@typescript-eslint/parser": "^5.4.2 || ^6.0.0",
1616
"eslint-import-resolver-node": "^0.3.6",

packages/eslint-plugin-next/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/eslint-plugin-next",
3-
"version": "13.4.20-canary.40",
3+
"version": "13.4.20-canary.41",
44
"description": "ESLint plugin for NextJS.",
55
"main": "dist/index.js",
66
"license": "MIT",

packages/font/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/font",
3-
"version": "13.4.20-canary.40",
3+
"version": "13.4.20-canary.41",
44
"repository": {
55
"url": "vercel/next.js",
66
"directory": "packages/font"

packages/next-bundle-analyzer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/bundle-analyzer",
3-
"version": "13.4.20-canary.40",
3+
"version": "13.4.20-canary.41",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"license": "MIT",

packages/next-codemod/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/codemod",
3-
"version": "13.4.20-canary.40",
3+
"version": "13.4.20-canary.41",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

packages/next-env/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/env",
3-
"version": "13.4.20-canary.40",
3+
"version": "13.4.20-canary.41",
44
"keywords": [
55
"react",
66
"next",

packages/next-mdx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/mdx",
3-
"version": "13.4.20-canary.40",
3+
"version": "13.4.20-canary.41",
44
"main": "index.js",
55
"license": "MIT",
66
"repository": {

packages/next-plugin-storybook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/plugin-storybook",
3-
"version": "13.4.20-canary.40",
3+
"version": "13.4.20-canary.41",
44
"repository": {
55
"url": "vercel/next.js",
66
"directory": "packages/next-plugin-storybook"

packages/next-polyfill-module/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/polyfill-module",
3-
"version": "13.4.20-canary.40",
3+
"version": "13.4.20-canary.41",
44
"description": "A standard library polyfill for ES Modules supporting browsers (Edge 16+, Firefox 60+, Chrome 61+, Safari 10.1+)",
55
"main": "dist/polyfill-module.js",
66
"license": "MIT",

packages/next-polyfill-nomodule/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/polyfill-nomodule",
3-
"version": "13.4.20-canary.40",
3+
"version": "13.4.20-canary.41",
44
"description": "A polyfill for non-dead, nomodule browsers.",
55
"main": "dist/polyfill-nomodule.js",
66
"license": "MIT",

packages/next-swc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/swc",
3-
"version": "13.4.20-canary.40",
3+
"version": "13.4.20-canary.41",
44
"private": true,
55
"scripts": {
66
"clean": "node ../../scripts/rm.mjs native",

packages/next/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next",
3-
"version": "13.4.20-canary.40",
3+
"version": "13.4.20-canary.41",
44
"description": "The React Framework",
55
"main": "./dist/server/next.js",
66
"license": "MIT",
@@ -90,7 +90,7 @@
9090
]
9191
},
9292
"dependencies": {
93-
"@next/env": "13.4.20-canary.40",
93+
"@next/env": "13.4.20-canary.41",
9494
"@swc/helpers": "0.5.2",
9595
"busboy": "1.6.0",
9696
"caniuse-lite": "^1.0.30001406",
@@ -145,11 +145,11 @@
145145
"@mswjs/interceptors": "0.23.0",
146146
"@napi-rs/cli": "2.16.2",
147147
"@napi-rs/triples": "1.1.0",
148-
"@next/polyfill-module": "13.4.20-canary.40",
149-
"@next/polyfill-nomodule": "13.4.20-canary.40",
150-
"@next/react-dev-overlay": "13.4.20-canary.40",
151-
"@next/react-refresh-utils": "13.4.20-canary.40",
152-
"@next/swc": "13.4.20-canary.40",
148+
"@next/polyfill-module": "13.4.20-canary.41",
149+
"@next/polyfill-nomodule": "13.4.20-canary.41",
150+
"@next/react-dev-overlay": "13.4.20-canary.41",
151+
"@next/react-refresh-utils": "13.4.20-canary.41",
152+
"@next/swc": "13.4.20-canary.41",
153153
"@opentelemetry/api": "1.4.1",
154154
"@playwright/test": "^1.35.1",
155155
"@segment/ajv-human-errors": "2.1.2",

packages/react-dev-overlay/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/react-dev-overlay",
3-
"version": "13.4.20-canary.40",
3+
"version": "13.4.20-canary.41",
44
"description": "A development-only overlay for developing React applications.",
55
"repository": {
66
"url": "vercel/next.js",

packages/react-refresh-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/react-refresh-utils",
3-
"version": "13.4.20-canary.40",
3+
"version": "13.4.20-canary.41",
44
"description": "An experimental package providing utilities for React Refresh.",
55
"repository": {
66
"url": "vercel/next.js",

packages/third-parties/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/third-parties",
3-
"version": "13.4.20-canary.40",
3+
"version": "13.4.20-canary.41",
44
"private": true,
55
"repository": {
66
"url": "vercel/next.js",
@@ -23,7 +23,7 @@
2323
"third-party-capital": "1.0.20"
2424
},
2525
"devDependencies": {
26-
"next": "13.4.20-canary.40",
26+
"next": "13.4.20-canary.41",
2727
"outdent": "0.8.0",
2828
"prettier": "2.5.1"
2929
},

pnpm-lock.yaml

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)