-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* v1.3.2 * chore: updated lock file * fix: husky upgrade * fix: update gitignore * feat: use yarn 4 & add missing deps * fix: ci yarn install deprecated flag * fix: ci yarn cache * fix: ci yarn install * fix: ci configs * fix: e2e on ci * fix: test disabled cache * fix: disable yarn pnp & enable caching * fix: update changelog
- Loading branch information
1 parent
2b7f9ed
commit 787fb67
Showing
9 changed files
with
13,157 additions
and
9,094 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
yarn test | ||
yarn type-check | ||
yarn prettier | ||
yarn test | ||
yarn lint |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
yarnPath: .yarn/releases/yarn-4.1.1.cjs | ||
nodeLinker: node-modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "vape-timer", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"scripts": { | ||
"dev": "next", | ||
"build": "next build", | ||
|
@@ -11,59 +11,63 @@ | |
"test": "jest", | ||
"test-watch": "jest --watch", | ||
"test-coverage": "jest --coverage", | ||
"prepare": "husky install", | ||
"prepare": "husky", | ||
"cypress": "cypress open", | ||
"cypress-headless": "cypress run", | ||
"version": "auto-changelog -p && git add CHANGELOG.md" | ||
}, | ||
"dependencies": { | ||
"@chakra-ui/form-control": "^2.2.0", | ||
"@chakra-ui/icons": "^2.1.1", | ||
"@chakra-ui/react": "^2.8.2", | ||
"@chakra-ui/theme-tools": "^2.1.2", | ||
"@ducanh2912/next-pwa": "^9.7.2", | ||
"@emotion/react": "^11.11.3", | ||
"@ducanh2912/next-pwa": "^10.2.5", | ||
"@emotion/react": "^11.11.4", | ||
"@emotion/styled": "^11.11.0", | ||
"framer-motion": "^10.17.9", | ||
"next": "^14.0.4", | ||
"framer-motion": "^11.0.15", | ||
"next": "^14.1.3", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
}, | ||
"devDependencies": { | ||
"@emotion/babel-plugin": "^11.11.0", | ||
"@emotion/eslint-plugin": "^11.11.0", | ||
"@next/eslint-plugin-next": "^14.0.3", | ||
"@testing-library/jest-dom": "^6.1.5", | ||
"@testing-library/react": "^14.1.2", | ||
"@next/eslint-plugin-next": "^14.1.3", | ||
"@testing-library/jest-dom": "^6.4.2", | ||
"@testing-library/react": "^14.2.1", | ||
"@testing-library/react-hooks": "^8.0.1", | ||
"@types/dom-screen-wake-lock": "^1.0.3", | ||
"@types/jest": "^29.5.10", | ||
"@types/node": "^20.10.1", | ||
"@types/react": "^18.2.39", | ||
"@types/react-dom": "^18.2.17", | ||
"@typescript-eslint/eslint-plugin": "^6.13.1", | ||
"@typescript-eslint/parser": "^6.13.1", | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^20.11.30", | ||
"@types/react": "^18.2.67", | ||
"@types/react-dom": "^18.2.22", | ||
"@typescript-eslint/eslint-plugin": "^7.3.1", | ||
"@typescript-eslint/parser": "^7.3.1", | ||
"auto-changelog": "^2.4.0", | ||
"babel-jest": "^29.7.0", | ||
"cypress": "^13.6.0", | ||
"eslint": "8.54.0", | ||
"eslint-config-next": "^14.0.3", | ||
"eslint-config-prettier": "^9.0.0", | ||
"cypress": "^13.7.0", | ||
"eslint": "8.57.0", | ||
"eslint-config-next": "^14.1.3", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-import-resolver-typescript": "^3.6.1", | ||
"eslint-loader": "^4.0.2", | ||
"eslint-plugin-import": "^2.29.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"eslint-plugin-react": "^7.33.2", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"eslint-plugin-react": "^7.34.1", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"husky": "^8.0.3", | ||
"husky": "^9.0.11", | ||
"identity-obj-proxy": "^3.0.0", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"jest-localstorage-mock": "^2.4.26", | ||
"jest-wake-lock-mock": "^1.1.0", | ||
"lint-staged": "^15.1.0", | ||
"prettier": "^3.1.0", | ||
"lint-staged": "^15.2.2", | ||
"prettier": "^3.2.5", | ||
"react-test-renderer": "^18.2.0", | ||
"typescript": "5.3.2" | ||
"typescript": "5.4.2" | ||
}, | ||
"resolutions": { | ||
"eslint-plugin-react-hooks": "4.6.0" | ||
}, | ||
"license": "MIT", | ||
"husky": { | ||
|
@@ -87,5 +91,6 @@ | |
}, | ||
"engines": { | ||
"node": ">=16" | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
Oops, something went wrong.