Skip to content

Commit

Permalink
chore: astro upgrade and update bun.lockb and yarn.lock (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrgui committed Dec 26, 2023
1 parent 798e315 commit b438328
Show file tree
Hide file tree
Showing 3 changed files with 2,407 additions and 2,332 deletions.
Binary file modified bun.lockb
Binary file not shown.
25 changes: 14 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@
"prepare": "husky install"
},
"devDependencies": {
"@astrojs/preact": "^3.0.0",
"@astrojs/tailwind": "^5.0.0",
"@astrojs/preact": "^3.0.1",
"@astrojs/tailwind": "^5.0.4",
"@netlify/classnames-template-literals": "^1.0.3",
"@playwright/test": "^1.37.1",
"@preact/preset-vite": "^2.5.0",
"@preact/preset-vite": "^2.7.0",
"@tailwindcss/typography": "^0.5.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/preact": "^3.2.2",
"@testing-library/user-event": "^14.2.1",
"@types/node": "^18.11.18",
"@testing-library/preact": "^3.2.3",
"@testing-library/user-event": "^14.5.1",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"@vitejs/plugin-react": "^3.0.1",
"@vitest/coverage-v8": "^0.32.1",
"@vitest/ui": "^0.27.2",
"astro": "^3.0.4",
"autoprefixer": "^10.4.1",
"astro": "^4.0.7",
"autoprefixer": "^10.4.16",
"babel-plugin-istanbul": "^6.1.1",
"c8": "^7.11.3",
"chart.js": "^4.1.2",
Expand All @@ -48,16 +48,19 @@
"jsdom": "^21.0.0",
"lint-staged": "^13.0.3",
"lodash.debounce": "^4.0.8",
"postcss": "^8.4.5",
"preact": "^10.6.5",
"postcss": "^8.4.32",
"preact": "^10.19.3",
"prettier": "^2.7.1",
"prettier-plugin-astro": "^0.7.2",
"tailwind-merge": "^1.2.1",
"tailwindcss": "^3.0.8",
"tailwindcss": "^3.4.0",
"ts-essentials": "^9.3.2",
"typescript": "^4.4.4",
"unist-util-visit": "^4.1.0",
"vite-tsconfig-paths": "^4.0.3",
"vitest": "^0.32.0"
},
"overrides": {
"preact": "^10.19.3"
}
}
Loading

1 comment on commit b438328

@vercel
Copy link

@vercel vercel bot commented on b438328 Dec 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hrgui-github-io – ./

hrgui-github-io-git-develop-hrgui.vercel.app
hrgui-github-io.vercel.app
hrgui-github-io-hrgui.vercel.app

Please sign in to comment.