Skip to content

Commit

Permalink
Merge branch 'release/1.1.61'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed May 4, 2024
2 parents d77690a + da925bf commit 46c374f
Show file tree
Hide file tree
Showing 7 changed files with 775 additions and 887 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
# The first step is to check out the repository code
- name: Checking out repository code
uses: actions/checkout@v4.1.3 # Action for checking out a repo.
uses: actions/checkout@v4.1.4 # Action for checking out a repo.
with:
fetch-depth: 0 # Fetches all history for all branches and tags

Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:

steps: # The sequence of tasks that make up a job.
- name: Checking out repository code
uses: actions/checkout@v4.1.3 # Action for checking out a repo.
uses: actions/checkout@v4.1.4 # Action for checking out a repo.

- name: Setup Node.js ${{ matrix.node-version }} Environment
uses: actions/setup-node@v4.0.2 # Action for setting up Node environment.
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
steps:
# Checkout the repository code
- name: Checkout code
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
fetch-depth: 0 # Fetches all history for all branches and tags

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.4

# This step uses the Git Flow Action to create PRs based on branch types
- name: Execute Git Flow Action
Expand Down
2 changes: 1 addition & 1 deletion .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.4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
# Checkout the code.
- name: Checkout code
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4

# Set up Node.js environment.
- name: Set up Node.js environment
Expand Down
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.1.61] - 2024-05-04

### Miscellaneous Tasks

- Update pnpm lock file version to 9

## [1.1.60] - 2024-04-24

### Miscellaneous Tasks
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lilnouns-template",
"version": "1.1.60",
"version": "1.1.61",
"private": true,
"scripts": {
"dev": "pnpm run --stream --parallel /^dev:/",
Expand All @@ -22,39 +22,39 @@
"@lingui/react": "4.8.0",
"autoprefixer": "10.4.19",
"clsx": "2.1.1",
"hono": "4.2.7",
"hono": "4.3.0",
"langs": "2.0.0",
"next": "14.1.4",
"next-seo": "6.5.0",
"next-sitemap": "4.2.3",
"postcss": "8.4.38",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-use": "17.5.0",
"tailwind-merge": "2.3.0",
"tailwindcss": "3.4.3",
"tilg": "0.1.1"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20240423.0",
"@cloudflare/workers-types": "4.20240502.0",
"@lingui/cli": "4.8.0",
"@lingui/conf": "4.8.0",
"@lingui/format-po": "4.8.0",
"@lingui/loader": "4.8.0",
"@lingui/macro": "4.8.0",
"@lingui/swc-plugin": "4.0.6",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "15.0.4",
"@testing-library/react": "15.0.6",
"@types/langs": "2.0.5",
"@types/node": "20.12.7",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"cssnano": "6.1.2",
"@types/node": "20.12.8",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"cssnano": "7.0.1",
"eslint": "9.1.1",
"eslint-config-next": "14.1.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-lingui": "0.3.0",
"eslint-plugin-next-on-pages": "1.11.0",
"eslint-plugin-next-on-pages": "1.11.2",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-tailwindcss": "3.15.1",
"eslint-plugin-unicorn": "52.0.0",
Expand All @@ -64,15 +64,15 @@
"jest-environment-jsdom": "29.7.0",
"lint-staged": "15.2.2",
"mangle-css-class-webpack-plugin": "5.1.0",
"pnpm": "9.0.5",
"pnpm": "9.0.6",
"prettier": "3.2.5",
"prettier-plugin-jsdoc": "1.3.0",
"prettier-plugin-organize-attributes": "1.0.0",
"prettier-plugin-organize-imports": "3.2.4",
"prettier-plugin-tailwindcss": "0.5.14",
"turbo": "1.13.2",
"turbo": "1.13.3",
"typescript": "5.4.5",
"wrangler": "3.51.2"
"wrangler": "3.53.1"
},
"resolutions": {
"undici": "<=5.28.4",
Expand Down
Loading

0 comments on commit 46c374f

Please sign in to comment.