Skip to content

Commit

Permalink
chore: Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
aXenDeveloper committed Jun 21, 2024
1 parent 4746d0e commit acfa95a
Show file tree
Hide file tree
Showing 10 changed files with 1,372 additions and 840 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,17 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 2

- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 9
Expand Down
10 changes: 5 additions & 5 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"bcrypt": "^5.1.1",
"express": "^4.19.2",
"graphql": "^16.8.2",
"nodemailer": "^6.9.13",
"nodemailer": "^6.9.14",
"react": "^18.3.1",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"sharp": "^0.33.4",
"tar": "^7.2.0"
"tar": "^7.4.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
Expand All @@ -51,10 +51,10 @@
"@nestjs/cli": "^10.3.2",
"@nestjs/schematics": "^10.1.1",
"@swc/cli": "^0.3.12",
"@swc/core": "^1.6.1",
"@swc/core": "^1.6.3",
"@types/bcrypt": "^5.0.2",
"@types/express": "^4.17.21",
"@types/node": "^20.14.2",
"@types/node": "^20.14.7",
"@types/nodemailer": "^6.4.15",
"@types/pg": "^8.11.6",
"@types/react": "^18.3.3",
Expand All @@ -71,7 +71,7 @@
"react-email": "^2.1.4",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"vitnode-backend": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion apps/frontend/components/ui/alert-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const AlertDialog = ({
onOpenChange,
open: openProp,
...props
}: AlertDialogPrimitive.DialogProps) => {
}: AlertDialogPrimitive.AlertDialogProps) => {
const [open, setOpen] = React.useState(false);

return (
Expand Down
63 changes: 32 additions & 31 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "frontend",
"version": "0.0.3",
"author": "Maciej Piotr (aXenDev) Balcerzak",
"license": "GPL-3.0 license",
"scripts": {
Expand All @@ -17,23 +18,23 @@
"docker:run": "docker run -p 3000:3000 vitnode_frontend"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.0",
"@radix-ui/react-hover-card": "^1.1.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-select": "^2.1.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.0",
"@tiptap/extension-code-block-lowlight": "^2.4.0",
"@tiptap/extension-color": "^2.4.0",
"@tiptap/extension-heading": "^2.4.0",
Expand All @@ -54,15 +55,15 @@
"date-fns": "^3.6.0",
"embla-carousel-react": "^8.1.5",
"emoji-mart": "^5.6.0",
"framer-motion": "^11.2.10",
"framer-motion": "^11.2.11",
"graphql": "^16.8.2",
"graphql-tag": "^2.12.6",
"html-react-parser": "^5.1.10",
"lodash": "^4.17.21",
"lowlight": "^3.1.0",
"lucide-react": "^0.395.0",
"next": "15.0.0-canary.35",
"next-intl": "^3.15.0",
"next": "^15.0.0-canary.39",
"next-intl": "^3.15.2",
"next-themes": "^0.3.0",
"nextjs-toploader": "^1.6.12",
"react": "19.0.0-rc.0",
Expand All @@ -81,26 +82,26 @@
"tippy.js": "^6.3.7",
"use-debounce": "^10.0.1",
"vaul": "^0.9.1",
"zod": "^3.23.8"
},
"devDependencies": {
"zod": "^3.23.8",
"@radix-ui/react-dropdown-menu": "^2.1.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.1.0",
"@radix-ui/react-toolbar": "^1.1.0",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/data": "^1.2.1"
},
"devDependencies": {
"@hookform/devtools": "^4.3.1",
"@hookform/resolvers": "^3.6.0",
"@next/bundle-analyzer": "15.0.0-canary.35",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-toolbar": "^1.0.4",
"@next/bundle-analyzer": "^15.0.0-canary.39",
"@tailwindcss/container-queries": "^0.1.1",
"@tanstack/eslint-plugin-query": "^5.43.1",
"@tanstack/react-query": "^5.45.1",
"@tanstack/react-table": "^8.17.3",
"@types/lodash": "^4.17.5",
"@types/node": "^20.14.2",
"@types/node": "^20.14.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitnode/frontend": "workspace:*",
Expand All @@ -115,6 +116,6 @@
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitnode",
"version": "0.0.1",
"version": "0.0.3",
"version_code": "10000",
"description": "VitNode app",
"author": "Maciej Piotr (aXenDev) Balcerzak",
Expand Down
6 changes: 3 additions & 3 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitnode-backend",
"version": "0.0.1",
"version": "0.0.3",
"homepage": "https://vitnode.com/",
"repository": {
"url": "https://github.com/aXenDeveloper/vitnode/"
Expand Down Expand Up @@ -29,14 +29,14 @@
"@types/cookie-parser": "^1.4.7",
"@types/express": "^4.17.21",
"@types/http-errors": "^2.0.4",
"@types/node": "^20.14.2",
"@types/node": "^20.14.7",
"@types/object-path": "^0.11.4",
"@types/pg": "^8.11.6",
"busboy": "^1.6.0",
"eslint-config-vitnode": "workspace:*",
"http-errors": "^2.0.0",
"object-path": "^0.11.8",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"dependencies": {
"class-validator": "^0.14.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-vitnode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-vitnode",
"version": "1.0.0",
"version": "0.0.3",
"description": "ESLint, TSConfig & Prettier config for VitNode",
"type": "module",
"keywords": [
Expand All @@ -27,6 +27,6 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-sort-destructure-keys": "^2.0.0",
"eslint-plugin-typescript-sort-keys": "^3.2.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
6 changes: 3 additions & 3 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitnode/frontend",
"version": "1.0.0",
"version": "0.0.3",
"exports": {
"./navigation": {
"types": "./src/navigation/index.ts",
Expand All @@ -24,11 +24,11 @@
"clsx": "^2.1.1",
"eslint-config-vitnode": "workspace:*",
"tailwind-merge": "^2.3.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"dependencies": {
"next": "15.0.0-canary.28",
"next-intl": "^3.15.0",
"next-intl": "^3.15.2",
"nprogress": "^0.2.0",
"react": "19.0.0-rc.0",
"react-dom": "19.0.0-rc.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitnode/shared",
"version": "1.0.0",
"version": "0.0.3",
"main": "./dist/index.js",
"types": "./src/index.ts",
"scripts": {
Expand Down
Loading

0 comments on commit acfa95a

Please sign in to comment.