Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 13f3c09

Browse files
committed
Merge branch 'release/1.2.36'
2 parents fe0c6c8 + 30118ff commit 13f3c09

File tree

4 files changed

+68
-56
lines changed

4 files changed

+68
-56
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Checkout
2727
uses: actions/checkout@v4.1.1
2828

29-
- uses: pnpm/action-setup@v2.4.0
29+
- uses: pnpm/action-setup@v3.0.0
3030
name: Install pnpm
3131
id: pnpm-install
3232
with:
@@ -47,7 +47,7 @@ jobs:
4747
${{ runner.os }}-pnpm-store-
4848
4949
- name: Use Node.js ${{ matrix.node-version }}
50-
uses: actions/setup-node@v4.0.1
50+
uses: actions/setup-node@v4.0.2
5151
with:
5252
cache: 'pnpm'
5353
node-version: ${{ matrix.node-version }}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.2.36] - 2024-02-15
6+
7+
### Bug Fixes
8+
9+
- Solve some minor issues and update dependencies
10+
511
## [1.2.35] - 2024-02-02
612

713
### Bug Fixes

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lilnouns-pics",
3-
"version": "1.2.35",
3+
"version": "1.2.36",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -24,20 +24,20 @@
2424
"react-dom": "18.2.0"
2525
},
2626
"devDependencies": {
27-
"@cloudflare/workers-types": "4.20240129.0",
28-
"@types/node": "20.11.16",
29-
"@types/react": "18.2.51",
30-
"@types/react-dom": "18.2.18",
27+
"@cloudflare/workers-types": "4.20240208.0",
28+
"@types/node": "20.11.17",
29+
"@types/react": "18.2.55",
30+
"@types/react-dom": "18.2.19",
3131
"autoprefixer": "10.4.17",
3232
"eslint": "8.56.0",
3333
"eslint-config-next": "14.1.0",
3434
"incstr": "1.2.3",
3535
"mangle-css-class-webpack-plugin": "5.1.0",
36-
"postcss": "8.4.33",
36+
"postcss": "8.4.35",
3737
"serve": "14.2.1",
3838
"tailwindcss": "3.4.1",
3939
"typescript": "5.3.3",
40-
"wrangler": "3.26.0"
40+
"wrangler": "3.28.2"
4141
},
4242
"funding": [
4343
{

pnpm-lock.yaml

Lines changed: 53 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)