12 Commits

Author SHA1 Message Date
71751f7e22 feat: bump yarn to 4.4.0 2024-08-03 21:07:11 +09:00
7228ab794f style: fix errors with biomejs 2024-06-29 22:46:38 +09:00
65a6597a8e ci: replace eslint and prettier to biomejs and lefthook 2024-06-29 22:02:56 +09:00
a096ced86e feat: update package manager version and various dependencies 2024-06-08 05:33:40 +09:00
610979f9fa fix: update repository and bugs URLs in package.json
The repository and bugs URLs in both the main package.json and the cli package.json files have been corrected. They were mistakenly pointing to the deprecated "p-sw/ui" repository, but are now correctly aiming at the "pswui/ui" repository.
2024-06-07 08:46:44 +09:00
811f0ff580 fix: downgrade yarn version and update yarn.lock
This commit downgrades yarn from version 4.2.2 to 3.8.2, updating yarn.lock and package.json files. The various checksum changes within the yarn.lock file reflect updated package dependencies. This helps to maintain consistency in the project.
2024-06-06 20:11:45 +09:00
3c5d2abc27 fix: downgrade yarn version and update yarn.lock
This commit downgrades yarn from version 4.2.2 to 3.8.2, updating yarn.lock and package.json files. The various checksum changes within the yarn.lock file reflect updated package dependencies. This helps to maintain consistency in the project.
2024-06-06 20:08:03 +09:00
c1b74f6237 chore: update yarn hash in package.json
The change updates the sha256 hash of the yarn package manager to sha512 in the package.json file. This alteration ensures the use of the correct hash for the yarn package manager and improves the reliability of the package dependencies.
2024-06-06 19:49:34 +09:00
1c34dd4e30 style: correct spacing in package.json scripts
This commit corrects the spacing for the "cli" script in package.json. It eliminates the extra spaces and aligns with the consistent style used throughout the file, promoting better readability and code structure.
2024-06-06 19:27:36 +09:00
3ab14abb58 feat: add script shortcuts to package.json
Added two new script shortcuts for React and CLI workspaces to the package.json file. These shortcuts will streamline the build and dev process by reducing the required command length.
2024-06-06 19:04:22 +09:00
2891e26203 feat: add build and development scripts and upgrade dependencies
This commit adds new build and development scripts to package.json. It features 'react:build', 'react:dev' and 'cli:build' scripts. The 'yarn.lock' file has been significantly updated to include new packages and dependencies for "@aws-sdk/client-cloudfront", "@aws-sdk/client-s3" and few others. This ensures proper and up-to-date packages management for an efficient development environment.
2024-06-06 19:01:23 +09:00
20476b8687 feat: init yarn project 2024-05-18 21:10:42 +09:00