Skip to content

Commit

Permalink
build: update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vighnesh153 committed May 18, 2024
1 parent a15809c commit f903d96
Show file tree
Hide file tree
Showing 11 changed files with 2,535 additions and 2,835 deletions.
4 changes: 2 additions & 2 deletions GUIDE_AND_TRACKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -434,8 +434,8 @@ Why? There are 1000s of url shorteners out there. Well, none of them are made by
"eslint-config-vighnesh153": "*",
"npm-run-all": "^4.1.5",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vitest": "^1.3.1"
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"keywords": [],
"repository": {
Expand Down
10 changes: 5 additions & 5 deletions nodejs-tools/nodejs-apps/vighnesh153-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@
"@vighnesh153/tsx-bundler": "*",
"@vighnesh153/utils": "*",
"solid-js": "^1.8.17",
"svelte": "^4.2.15"
"svelte": "^4.2.17"
},
"devDependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/check": "^0.7.0",
"@astrojs/solid-js": "^4.2.0",
"@astrojs/svelte": "^5.4.0",
"@playform/compress": "^0.0.3",
"@playform/compress": "^0.0.4",
"@playwright/test": "^1.44.0",
"@types/node": "*",
"@vighnesh153/fake-data": "*",
"@vighnesh153/tsconfig": "*",
"astro": "^4.7.1",
"astro": "^4.8.6",
"autoprefixer": "^10.4.19",
"browserslist": "^4.23.0",
"constructs": "10.3.0",
Expand All @@ -51,7 +51,7 @@
"postcss": "^8.4.38",
"postcss-custom-media": "^10.0.6",
"postcss-import": "^16.1.0",
"sass": "^1.77.0",
"sass": "^1.77.2",
"sst": "^2.41.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"vighnesh153-cookies": "*"
},
"devDependencies": {
"@aws-sdk/client-dynamodb": "^3.569.0",
"@aws-sdk/types": "^3.567.0",
"@types/aws-lambda": "^8.10.137",
"@aws-sdk/client-dynamodb": "^3.577.0",
"@aws-sdk/types": "^3.577.0",
"@types/aws-lambda": "^8.10.138",
"@types/cookie": "^0.6.0",
"@types/node": "*",
"@vighnesh153/tsconfig": "*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"test": "vitest run"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240502.0",
"@cloudflare/workers-types": "^4.20240512.0",
"@types/node": "*",
"@types/node-fetch": "^2.6.11",
"@vighnesh153/tsconfig": "*",
"eslint-config-vighnesh153": "*",
"typescript": "^5.4.5",
"vitest": "^1.6.0",
"wrangler": "3.53.1"
"wrangler": "3.57.0"
}
}
4 changes: 2 additions & 2 deletions nodejs-tools/nodejs-packages/aws-dynamo-db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@vighnesh153/utils": "*"
},
"devDependencies": {
"@aws-sdk/client-dynamodb": "^3.569.0",
"@aws-sdk/lib-dynamodb": "^3.569.0",
"@aws-sdk/client-dynamodb": "^3.577.0",
"@aws-sdk/lib-dynamodb": "^3.577.0",
"@types/node": "*",
"@vighnesh153/tsconfig": "*",
"eslint-config-vighnesh153": "*",
Expand Down
4 changes: 2 additions & 2 deletions nodejs-tools/nodejs-packages/ftp-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
"devDependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/material": "^5.15.16",
"@mui/material": "^5.15.18",
"@types/archiver": "^6.0.2",
"@types/express": "^4.17.21",
"@types/ip": "^1.1.3",
"@types/morgan": "^1.9.9",
"@types/node": "*",
"@types/react": "^18.3.1",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@vighnesh153/tsconfig": "*",
"@vighnesh153/utils": "*",
Expand Down
4 changes: 2 additions & 2 deletions nodejs-tools/nodejs-packages/react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"@vighnesh153/utils": "*"
},
"devDependencies": {
"@testing-library/react": "^15.0.6",
"@testing-library/react": "^15.0.7",
"@types/node": "*",
"@types/react": "^18.3.1",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@vighnesh153/tsconfig": "*",
"eslint-config-vighnesh153": "*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@vighnesh153/utils": "*"
},
"devDependencies": {
"@testing-library/react": "^15.0.6",
"@testing-library/react": "^15.0.7",
"@types/node": "*",
"@vighnesh153/tsconfig": "*",
"@vitejs/plugin-react": "^4.2.1",
Expand Down
6 changes: 3 additions & 3 deletions nodejs-tools/nodejs-packages/tv-remote-via-adb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
},
"devDependencies": {
"@fontsource/roboto": "^5.0.13",
"@mui/icons-material": "^5.15.16",
"@mui/icons-material": "^5.15.18",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.15.16",
"@mui/material": "^5.15.18",
"@mui/utils": "^5.15.14",
"@types/express": "^4.17.21",
"@types/ip": "^1.1.3",
"@types/morgan": "^1.9.9",
"@types/node": "*",
"@types/react": "^18.3.1",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@vighnesh153/fake-data": "*",
"@vighnesh153/react-hooks": "*",
Expand Down
Loading

0 comments on commit f903d96

Please sign in to comment.