Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelSiidorow committed Oct 24, 2024
1 parent b404712 commit d9796ee
Show file tree
Hide file tree
Showing 7 changed files with 729 additions and 614 deletions.
8 changes: 4 additions & 4 deletions apps/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@payloadcms/bundler-webpack": "^1.0.7",
"@payloadcms/db-mongodb": "^1.7.3",
"@payloadcms/plugin-cloud-storage": "^1.2.0",
"@payloadcms/richtext-lexical": "^0.11.3",
"@payloadcms/richtext-lexical": "^0.11.4",
"@react-email/components": "0.0.25",
"dotenv": "^16.4.5",
"express": "^4.21.1",
Expand All @@ -33,7 +33,7 @@
"mailgun.js": "^10.2.3",
"nanoid": "^3.3.7",
"papaparse": "^5.4.1",
"payload": "^2.30.1",
"payload": "^2.30.3",
"payload-plugin-oauth": "^2.2.0"
},
"devDependencies": {
Expand All @@ -43,8 +43,8 @@
"@tietokilta/ui": "workspace:*",
"@types/express": "^4.17.21",
"@types/express-fileupload": "^1.5.1",
"@types/lodash": "^4.17.10",
"@types/papaparse": "^5.3.14",
"@types/lodash": "^4.17.12",
"@types/papaparse": "^5.3.15",
"@types/react": "catalog:",
"copyfiles": "^2.4.1",
"eslint": "catalog:",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@tietokilta/cms-types": "workspace:*",
"@tietokilta/config-typescript": "workspace:*",
"@tietokilta/eslint-config": "workspace:*",
"@types/lodash": "^4.17.10",
"@types/lodash": "^4.17.12",
"@types/node": "catalog:",
"@types/qs": "^6.9.16",
"@types/react": "catalog:",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"turbo": "^2.1.3"
"turbo": "^2.2.3"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/config-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
}
},
"devDependencies": {
"@eslint/compat": "^1.2.0",
"@eslint/compat": "^1.2.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "catalog:",
"@vercel/style-guide": "^6.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"eslint-plugin-turbo": "^2.1.3",
"eslint-plugin-turbo": "^2.2.3",
"globals": "^15.11.0",
"typescript-eslint": "catalog:"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@icons-pack/react-simple-icons": "^10.0.0",
"@icons-pack/react-simple-icons": "^10.1.0",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-navigation-menu": "^1.2.1",
Expand All @@ -48,7 +48,7 @@
"@radix-ui/react-tabs": "^1.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "catalog:",
"lucide-react": "^0.451.0",
"lucide-react": "^0.453.0",
"tailwind-merge": "catalog:"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit d9796ee

Please sign in to comment.