File tree Expand file tree Collapse file tree 4 files changed +85
-91
lines changed Expand file tree Collapse file tree 4 files changed +85
-91
lines changed Original file line number Diff line number Diff line change 7575 echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
7676
7777 - name : Cache pnpm Store
78- uses : actions/cache@v3.3.3 # Action provides caching dependencies and build outputs to improve workflow execution time.
78+ uses : actions/cache@v4.0.0 # Action provides caching dependencies and build outputs to improve workflow execution time.
7979 with :
8080 path : ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }} # The path of the directory to cache.
8181 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} # An explicit key for restoring and saving the cache.
Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 1.1.32] - 2024-01-19
6+
7+ ### Bug Fixes
8+
9+ - Solve some minor issues and update dependencies
10+
511## [ 1.1.31] - 2024-01-17
612
713### Documentation
Original file line number Diff line number Diff line change 11{
22 "name" : " nextjs-lingui-template" ,
3- "version" : " 1.1.31 " ,
3+ "version" : " 1.1.32 " ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " next dev" ,
1818 "@lingui/core" : " 4.7.0" ,
1919 "@lingui/detect-locale" : " 4.7.0" ,
2020 "@lingui/react" : " 4.7.0" ,
21- "autoprefixer" : " 10.4.16 " ,
21+ "autoprefixer" : " 10.4.17 " ,
2222 "clsx" : " 2.1.0" ,
2323 "cssnano" : " 6.0.3" ,
2424 "langs" : " 2.0.0" ,
4545 "@types/jest" : " 29.5.11" ,
4646 "@types/langs" : " 2.0.4" ,
4747 "@types/lint-staged" : " 13.3.0" ,
48- "@types/node" : " 20.11.4 " ,
48+ "@types/node" : " 20.11.5 " ,
4949 "@types/react" : " 18.2.48" ,
5050 "@types/react-dom" : " 18.2.18" ,
5151 "eslint" : " 8.56.0" ,
5959 "jest" : " 29.7.0" ,
6060 "jest-environment-jsdom" : " 29.7.0" ,
6161 "lint-staged" : " 15.2.0" ,
62- "prettier" : " 3.2.3 " ,
62+ "prettier" : " 3.2.4 " ,
6363 "prettier-plugin-jsdoc" : " 1.3.0" ,
6464 "prettier-plugin-organize-attributes" : " 1.0.0" ,
6565 "prettier-plugin-organize-imports" : " 3.2.4" ,
You can’t perform that action at this time.
0 commit comments