Skip to content

Commit e2a3155

Browse files
committed
Merge branch 'main' into no-bundler-for-nothing
2 parents a22074d + f769dee commit e2a3155

File tree

17 files changed

+202
-483
lines changed

17 files changed

+202
-483
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
{ prefix: 'security', type: 'security' },
2020
]
2121
steps:
22-
- uses: netlify/pr-labeler-action@v1.0.0
22+
- uses: netlify/pr-labeler-action@v1.1.0
2323
if: startsWith(github.event.pull_request.title, matrix.pr.prefix)
2424
with:
2525
token: '${{ secrets.GITHUB_TOKEN }}'

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.15.1
1+
16.20.0

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/runtime": "4.37.4",
3-
"packages/next": "1.4.6"
2+
"packages/runtime": "4.38.0",
3+
"packages/next": "1.4.7"
44
}

demos/default/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/fs-extra": "^9.0.13",
3333
"@types/jest": "^27.4.1",
3434
"@types/node": "^17.0.25",
35-
"critters": "^0.0.18",
35+
"critters": "^0.0.19",
3636
"husky": "^7.0.4",
3737
"if-env": "^1.0.4",
3838
"npm-run-all": "^4.1.5",

demos/nx-next-monorepo-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@nrwl/workspace": "15.9.4",
3030
"@testing-library/react": "13.4.0",
3131
"@types/jest": "28.1.8",
32-
"@types/node": "16.11.7",
32+
"@types/node": "16.18.36",
3333
"@types/react": "18.0.38",
3434
"@types/react-dom": "18.0.11",
3535
"@typescript-eslint/eslint-plugin": "^5.36.1",

0 commit comments

Comments
 (0)