mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-24 10:51:27 +00:00
Bumps the npm_and_yarn group with 3 updates in the / directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro), [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) and [micromatch](https://github.com/micromatch/micromatch). Updates `astro` from 4.15.9 to 4.16.1 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@4.16.1/packages/astro) Updates `cookie` from 0.6.0 to 0.7.2 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.2) Updates `dset` from 3.1.3 to 3.1.4 - [Release notes](https://github.com/lukeed/dset/releases) - [Commits](https://github.com/lukeed/dset/compare/v3.1.3...v3.1.4) Updates `fast-xml-parser` from 4.4.0 to 4.5.0 - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.4.0...v4.5.0) Updates `micromatch` from 4.0.7 to 4.0.8 - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/micromatch/compare/4.0.7...4.0.8) Updates `rollup` from 4.18.0 to 4.22.5 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.18.0...v4.22.5) Updates `vite` from 5.3.3 to 5.4.8 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.8/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.8/packages/vite) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: cookie dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: dset dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: fast-xml-parser dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: micromatch dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: vite dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
72 lines
No EOL
2 KiB
JSON
72 lines
No EOL
2 KiB
JSON
{
|
|
"name": "blog",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"lint": "eslint",
|
|
"astro": "astro",
|
|
"prepare": "husky",
|
|
"gen-type": "openapi-typescript http://localhost:4000/openapi-3.0.json -o ./src/types/saturday.d.ts",
|
|
"active": "openapi-ts -f openapi-ts.active.config.ts"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/react": "^3.6.2",
|
|
"@astrojs/rss": "^4.0.7",
|
|
"@astrojs/tailwind": "^5.1.1",
|
|
"@astrojs/vue": "^4.5.1",
|
|
"@fullcalendar/core": "^6.1.15",
|
|
"@fullcalendar/daygrid": "^6.1.15",
|
|
"@fullcalendar/icalendar": "^6.1.15",
|
|
"@fullcalendar/react": "^6.1.15",
|
|
"@headlessui/vue": "^1.7.23",
|
|
"@logto/browser": "^2.2.18",
|
|
"@nextui-org/react": "^2.4.8",
|
|
"@stylistic/eslint-plugin": "^2.8.0",
|
|
"astro": "^4.16.1",
|
|
"framer-motion": "^11.9.0",
|
|
"ical.js": "^1.5.0",
|
|
"md5": "^2.3.0",
|
|
"openapi-fetch": "^0.12.2",
|
|
"qrcode": "^1.5.4",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"rehype": "^13.0.2",
|
|
"sharp": "^0.33.5",
|
|
"tailwindcss": "^3.4.13",
|
|
"unist-util-visit": "^5.0.0",
|
|
"uuid": "10.0.0",
|
|
"vue": "^3.5.10"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/markdown-remark": "^5.2.0",
|
|
"@cspell/eslint-plugin": "^8.14.4",
|
|
"@eslint/js": "^9.11.1",
|
|
"@hey-api/openapi-ts": "^0.53.5",
|
|
"@types/eslint__js": "^8.42.3",
|
|
"@types/md5": "^2.3.5",
|
|
"@types/qrcode": "^1.5.5",
|
|
"@types/react": "^18.3.10",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@types/uuid": "10.0.0",
|
|
"eslint": "^8.57.1",
|
|
"eslint-import-resolver-typescript": "^3.6.3",
|
|
"eslint-plugin-astro": "^1.2.4",
|
|
"eslint-plugin-import": "^2.30.0",
|
|
"globals": "^15.9.0",
|
|
"husky": "^9.1.6",
|
|
"lint-staged": "^15.2.10",
|
|
"openapi-typescript": "^7.4.1",
|
|
"typescript": "^5.6.2",
|
|
"typescript-eslint": "8.7.0"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,mjs,ts,tsx,mts,astro}": "eslint --fix"
|
|
},
|
|
"volta": {
|
|
"node": "20.17.0"
|
|
}
|
|
} |