Skip to content

Commit

Permalink
chore: update deps [skip_publish, skip_storybook]
Browse files Browse the repository at this point in the history
SIKKA-6738[closed]
  • Loading branch information
zaaakher committed Sep 1, 2024
1 parent 0acc7e7 commit df61c9e
Show file tree
Hide file tree
Showing 6 changed files with 179 additions and 172 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export PATH="/c/Program Files/nodejs:$NVM_HOME:$PATH"
last_commit_message=$(git log -1 --pretty=%B)

# Check if the commit message contains #skip_publish
if echo "$last_commit_message" | grep -q "#skip_publish"; then
if echo "$last_commit_message" | grep -q "skip_publish"; then
echo "Skipping version check due to #skip_publish in the commit message."
exit 0
else
Expand Down
8 changes: 4 additions & 4 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"geist": "^1.3.1",
"jotai": "^2.9.3",
"lodash.template": "^4.5.0",
"lucide-react": "0.436.0",
"lucide-react": "0.438.0",
"markdown-wasm": "^1.2.0",
"next": "14.2.7",
"next-contentlayer2": "^0.5.0",
Expand All @@ -83,14 +83,14 @@
},
"devDependencies": {
"@types/lodash.template": "^4.5.3",
"@types/node": "^22.5.1",
"@types/node": "^22.5.2",
"@types/react": "^18.3.5",
"@types/react-color": "^3.0.12",
"@types/react-dom": "^18.3.0",
"esbuild": "^0.23.1",
"eslint": "^9.9.1",
"mdast-util-toc": "^7.1.0",
"postcss": "^8.4.41",
"postcss": "^8.4.43",
"rehype": "^13.0.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.14.0",
Expand All @@ -99,7 +99,7 @@
"remark-code-import": "^1.2.0",
"remark-gfm": "^4.0.0",
"rimraf": "^6.0.1",
"shiki": "^1.15.1",
"shiki": "^1.16.0",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"unist-builder": "4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@swc/core": "^1.7.22",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^22.5.1",
"@types/node": "^22.5.2",
"concurrently": "^8.2.2",
"husky": "^9.1.5",
"prettier": "^3.3.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
"chalk": "^5.3.0",
"embla-carousel": "8.2.0",
"jest": "^29.7.0",
"lucide-react": "^0.436.0",
"postcss": "^8.4.41",
"lucide-react": "^0.438.0",
"postcss": "^8.4.43",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"tailwindcss": "^3.4.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"date-fns": "^3.6.0",
"eslint-plugin-storybook": "^0.8.0",
"jest": "^29.7.0",
"lucide-react": "^0.436.0",
"postcss": "^8.4.41",
"lucide-react": "^0.438.0",
"postcss": "^8.4.43",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
Expand Down
Loading

0 comments on commit df61c9e

Please sign in to comment.