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

Commit

Permalink
Merge branch 'release/1.2.37'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Feb 17, 2024
2 parents 13f3c09 + 99ba6e8 commit f34b9b4
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 24 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [1.2.37] - 2024-02-17

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.2.36] - 2024-02-15

### Bug Fixes
Expand Down
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lilnouns-pics",
"version": "1.2.36",
"version": "1.2.37",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -18,14 +18,14 @@
"@tailwindcss/forms": "0.5.7",
"clsx": "2.1.0",
"next": "14.1.0",
"next-seo": "6.4.0",
"next-seo": "6.5.0",
"next-sitemap": "4.2.3",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20240208.0",
"@types/node": "20.11.17",
"@types/node": "20.11.19",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"autoprefixer": "10.4.17",
Expand All @@ -37,7 +37,10 @@
"serve": "14.2.1",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"wrangler": "3.28.2"
"wrangler": "3.28.3"
},
"resolutions": {
"undici": ">=5.28.3"
},
"funding": [
{
Expand Down
42 changes: 22 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f34b9b4

Please sign in to comment.