Skip to content

Commit

Permalink
Merge branch 'master' into fix/lineclamp/unexpected-tooltip-shown@970
Browse files Browse the repository at this point in the history
  • Loading branch information
Qs-F authored Jun 13, 2024
2 parents b5a1e3e + 71053ed commit 02faffa
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 53 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint-staged": "^15.2.5",
"prettier": "^3.3.1",
"prettier-config-smarthr": "^1.0.0",
"prettier-plugin-tailwindcss": "^0.6.2",
"prettier-plugin-tailwindcss": "^0.6.4",
"stylelint": "^16.6.1",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-smarthr": "^3.0.1",
Expand All @@ -27,7 +27,7 @@
"commitmsg": "commitlint -e $GIT_PARAMS",
"prepare": "husky"
},
"packageManager": "pnpm@9.2.0",
"packageManager": "pnpm@9.3.0",
"pnpm": {
"overrides": {
"@babel/helper-compilation-targets": "^7.24.7",
Expand Down
106 changes: 56 additions & 50 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sandbox/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"next": "14.2.3",
"next": "14.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"smarthr-ui": "workspace:*"
Expand Down

0 comments on commit 02faffa

Please sign in to comment.