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.43'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed May 19, 2024
2 parents 29f181e + 555976e commit f75909e
Show file tree
Hide file tree
Showing 6 changed files with 608 additions and 587 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.6

- uses: pnpm/action-setup@v3.0.0
- uses: pnpm/action-setup@v4.0.0
name: Install pnpm
id: pnpm-install
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/git-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
# Checks out the repository code under $GITHUB_WORKSPACE, so the job can access it
- name: Checkout Repository Code
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.6

# This step uses the Git Flow Action to create PRs based on branch types
- name: Execute Git Flow Action
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
release_body: ${{ steps.release.outputs.RELEASE_BODY }}
steps:
- name: Checkout
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.6
with:
fetch-depth: 0

Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
contents: write
steps:
- name: Create the GitHub release
uses: softprops/action-gh-release@v2.0.4
uses: softprops/action-gh-release@v2.0.5
with:
body: ${{ needs.changelog.outputs.release_body }}
prerelease: ${{ contains(github.ref, '-rc') || contains(github.ref, '-beta') || contains(github.ref, '-alpha') }}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.

- Bump pnpm version from ^8 to ^9 on build workflow
- Update ESLint config file and add more plugins
- Add new Node.js version to the build workflow

## [1.2.41] - 2024-04-18

Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lilnouns-pics",
"version": "1.2.42",
"version": "1.2.43",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -12,38 +12,38 @@
"wrangler": "wrangler pages dev out --compatibility-date=2023-07-24"
},
"dependencies": {
"@headlessui/react": "1.7.19",
"@headlessui/react": "2.0.3",
"@heroicons/react": "2.1.3",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.7",
"clsx": "2.1.0",
"next": "14.2.2",
"clsx": "2.1.1",
"next": "14.2.3",
"next-seo": "6.5.0",
"next-sitemap": "4.2.3",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20240405.0",
"@types/node": "20.12.7",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@cloudflare/workers-types": "4.20240512.0",
"@types/node": "20.12.12",
"@types/react": "18.3.2",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"eslint": "9.0.0",
"eslint-config-next": "14.2.2",
"eslint": "9.3.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-lingui": "0.3.0",
"eslint-plugin-next": "0.0.0",
"eslint-plugin-next-on-pages": "1.11.0",
"eslint-plugin-tailwindcss": "3.15.1",
"eslint-plugin-unicorn": "52.0.0",
"eslint-plugin-next-on-pages": "1.11.3",
"eslint-plugin-tailwindcss": "3.15.2",
"eslint-plugin-unicorn": "53.0.0",
"incstr": "1.2.3",
"mangle-css-class-webpack-plugin": "5.1.0",
"postcss": "8.4.38",
"serve": "14.2.1",
"serve": "14.2.3",
"tailwindcss": "3.4.3",
"typescript": "5.4.5",
"wrangler": "3.51.0"
"wrangler": "3.57.0"
},
"resolutions": {
"undici": ">=6.11.1"
Expand Down
Loading

0 comments on commit f75909e

Please sign in to comment.