Skip to content

Commit

Permalink
package update
Browse files Browse the repository at this point in the history
  • Loading branch information
meleksomai committed May 30, 2024
1 parent 7aa512d commit f4ded1d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/somai.me/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/node": "17.0.12",
"@types/react": "18.0.28",
"eslint": "8.36.0",
"eslint-config-thugga": "0.0.0",
"eslint-config-thugga": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "4.9.5",
"webpack": "5.88.2"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"syncpack:fix": "npx syncpack fix-mismatches && npx syncpack set-semver-ranges && npx syncpack format"
},
"devDependencies": {
"eslint-config-thugga": "0.0.0",
"eslint-config-thugga": "workspace:*",
"prettier": "2.7.1",
"syncpack": "8.2.4",
"turbo": "latest"
Expand Down
2 changes: 1 addition & 1 deletion packages/academic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/figlet": "1.5.5",
"@types/node": "17.0.12",
"eslint": "8.36.0",
"eslint-config-thugga": "0.0.0",
"eslint-config-thugga": "workspace:*",
"tsconfig": "workspace:*",
"tsx": "3.12.1",
"typescript": "4.9.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"eslint": "8.36.0",
"eslint-config-thugga": "0.0.0",
"eslint-config-thugga": "workspace:*",
"next": "13.4.12",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down

0 comments on commit f4ded1d

Please sign in to comment.