Skip to content

Commit

Permalink
chore(deps): exact versions
Browse files Browse the repository at this point in the history
  • Loading branch information
susickypavel committed Oct 11, 2024
1 parent ac9e5c3 commit f657099
Show file tree
Hide file tree
Showing 7 changed files with 1,971 additions and 1,790 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
node-version: ${{ env.node-version }}
cache: "pnpm"

- run: pnpm install -P

- name: Deploy
run: pnpm deploy:prod
working-directory: apps/cloudflare
Expand Down
12 changes: 6 additions & 6 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/vercel": "^7.8.0",
"astro": "^4.15.4",
"typescript": "^5.5.4"
"@astrojs/check": "0.9.3",
"@astrojs/vercel": "7.8.0",
"astro": "4.15.4",
"typescript": "5.5.4"
},
"devDependencies": {
"@types/node": "^20.16.5"
"@types/node": "20.16.5"
},
"license": "MIT"
}
}
86 changes: 43 additions & 43 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,54 +15,54 @@
"lint:style": "stylelint src/**/*.scss"
},
"dependencies": {
"@astrojs/markdown-remark": "^5.2.0",
"@astrojs/mdx": "^3.1.5",
"@astrojs/markdown-remark": "5.2.0",
"@astrojs/mdx": "3.1.5",
"@astrojs/preact": "3.5.3",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.8.0",
"@frontendista/astro-html-minify": "^2.0.0",
"@frontendista/rehype-sectionize": "^1.1.1",
"@frontendista/validation": "workspace:^",
"@nanostores/preact": "^0.5.2",
"@octokit/graphql": "^7.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-form": "^0.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@vercel/speed-insights": "^1.0.12",
"astro": "^4.15.3",
"browserslist-to-esbuild": "^1.2.0",
"clsx": "^2.1.1",
"deepmerge-ts": "^5.1.0",
"dotenv": "^16.4.5",
"lightningcss": "^1.26.0",
"msw": "^1.3.3",
"nanostores": "^0.11.3",
"@astrojs/sitemap": "3.1.6",
"@astrojs/tailwind": "5.1.0",
"@astrojs/vercel": "7.8.0",
"@frontendista/astro-html-minify": "2.0.0",
"@frontendista/rehype-sectionize": "1.1.1",
"@frontendista/validation": "workspace:",
"@nanostores/preact": "0.5.2",
"@octokit/graphql": "7.1.0",
"@radix-ui/react-dialog": "1.1.1",
"@radix-ui/react-form": "0.1.0",
"@radix-ui/react-popover": "1.1.1",
"@radix-ui/react-select": "2.1.1",
"@radix-ui/react-toast": "1.2.1",
"@radix-ui/react-tooltip": "1.1.2",
"@vercel/speed-insights": "1.0.12",
"astro": "4.15.3",
"browserslist-to-esbuild": "1.2.0",
"clsx": "2.1.1",
"deepmerge-ts": "5.1.0",
"dotenv": "16.4.5",
"lightningcss": "1.26.0",
"msw": "1.3.3",
"nanostores": "0.11.3",
"preact": "10.23.2",
"react": "npm:@preact/compat@^17.1.2",
"react-aria-components": "^1.3.3",
"react-dom": "npm:@preact/compat@^17.1.2",
"rollup-plugin-license": "^3.5.2",
"sass": "^1.78.0",
"sharp": "^0.32.6",
"tailwindcss": "^3.4.10",
"zod": "^3.23.8"
"react": "npm:@preact/[email protected]",
"react-aria-components": "1.3.3",
"react-dom": "npm:@preact/[email protected]",
"rollup-plugin-license": "3.5.2",
"sass": "1.78.0",
"sharp": "0.32.6",
"tailwindcss": "3.4.10",
"zod": "3.23.8"
},
"devDependencies": {
"@astrojs/check": "^0.9.3",
"@playwright/test": "^1.47.0",
"@types/node": "^20.16.5",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/umami": "^2.10.0",
"stylelint": "^15.11.0",
"stylelint-config-standard-scss": "^11.1.0",
"typescript": "^5.5.4"
"@astrojs/check": "0.9.3",
"@playwright/test": "1.47.0",
"@types/node": "20.16.5",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@types/umami": "2.10.0",
"stylelint": "15.11.0",
"stylelint-config-standard-scss": "11.1.0",
"typescript": "5.5.4"
},
"browserslist": [
"defaults and supports es6-module"
]
}
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"lint": "eslint **/*.{js,jsx,ts,tsx,astro}"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@types/eslint-plugin-tailwindcss": "^3.17.0",
"@typescript-eslint/parser": "^8.5.0",
"cross-env": "^7.0.3",
"eslint": "^9.10.0",
"eslint-plugin-astro": "^1.2.4",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-playwright": "^1.6.2",
"eslint-plugin-tailwindcss": "^3.17.4",
"npm-run-all": "^4.1.5",
"typescript-eslint": "^8.5.0"
"@eslint/js": "9.10.0",
"@types/eslint-plugin-tailwindcss": "3.17.0",
"@typescript-eslint/parser": "8.5.0",
"cross-env": "7.0.3",
"eslint": "9.10.0",
"eslint-plugin-astro": "1.2.4",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-playwright": "1.6.2",
"eslint-plugin-tailwindcss": "3.17.4",
"npm-run-all": "4.1.5",
"typescript-eslint": "8.5.0"
},
"keywords": [
"personal-website"
Expand Down
4 changes: 2 additions & 2 deletions packages/email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": "mjml emails/contact-form-submit.mjml -o dist/contact-form-submit.html"
},
"dependencies": {
"mjml": "^4.15.3"
"mjml": "4.15.3"
},
"license": "MIT"
}
}
8 changes: 4 additions & 4 deletions packages/validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
}
},
"dependencies": {
"valibot": "^0.41.0"
"valibot": "0.41.0"
},
"devDependencies": {
"@types/node": "^20.16.5",
"typescript": "^5.5.4"
"@types/node": "20.16.5",
"typescript": "5.5.4"
},
"license": "MIT"
}
}
Loading

0 comments on commit f657099

Please sign in to comment.