Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Mar 11, 2024
1 parent 715caca commit 793ac4c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 104 deletions.
127 changes: 26 additions & 101 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"storybook-build": "turbo storybook-build",
"format-lint": "prettier --config .prettierrc --check --ignore-unknown .",
"format-fix": "prettier --config .prettierrc --write --ignore-unknown -l .",
"clean": "npm exec --workspaces -- shx rm -rf node_modules .next .turbo coverage dist compiled build build-storybook && shx rm -rf node_modules",
"remove-turbo-cache": "shx rm -rf ./node_modules/.cache/turbo",
"clean": "npm exec --workspaces -- npx shx rm -rf node_modules .next .turbo coverage dist compiled build build-storybook && npx shx rm -rf node_modules",
"remove-turbo-cache": "rm -rf ./node_modules/.cache/turbo",
"update-dependencies": "turbo update-dependencies && npx npm-check-updates -u"
},
"dependencies": {
Expand Down Expand Up @@ -56,7 +56,6 @@
"postcss": "8.4.35",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.12",
"shx": "0.3.4",
"storybook": "7.6.17",
"tailwindcss": "3.4.1",
"ts-jest": "29.1.2",
Expand Down

0 comments on commit 793ac4c

Please sign in to comment.