mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
build(deps): update patch dependencies
Bump astro from 2.0.6 to 2.0.8. Bump prettier from 2.8.3 to 2.8.4. Bump lint-staged from 13.1.0 to 13.1.1.
This commit is contained in:
Generated
+29
-29
@@ -9,7 +9,7 @@
|
||||
"version": "2.0.0",
|
||||
"dependencies": {
|
||||
"@astrojs/rss": "^2.1.0",
|
||||
"astro": "^2.0.6",
|
||||
"astro": "^2.0.8",
|
||||
"fuse.js": "^6.6.2",
|
||||
"github-slugger": "^2.0.0",
|
||||
"remark-collapse": "^0.1.2",
|
||||
@@ -31,8 +31,8 @@
|
||||
"eslint": "^8.33.0",
|
||||
"eslint-plugin-astro": "^0.23.0",
|
||||
"husky": "^8.0.3",
|
||||
"lint-staged": "^13.1.0",
|
||||
"prettier": "^2.8.3",
|
||||
"lint-staged": "^13.1.1",
|
||||
"prettier": "^2.8.4",
|
||||
"prettier-plugin-tailwindcss": "^0.2.2",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
@@ -51,9 +51,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@astrojs/compiler": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.0.1.tgz",
|
||||
"integrity": "sha512-77aacobLKcL98NmhK3OBS5EHIrX9gs1ckB/vGSIdkVZuB7u51V4jh05I6W0tSvG7/86tALv6QtHTRZ8rLhFTbQ=="
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.1.0.tgz",
|
||||
"integrity": "sha512-C4kTwirys+HafufMqaxCbML2wqkGaXJM+5AekXh/v1IIOnMIdcEON9GBYsG6qa8aAmLhZ58aUZGPhzcA3Dx7Uw=="
|
||||
},
|
||||
"node_modules/@astrojs/language-server": {
|
||||
"version": "0.28.3",
|
||||
@@ -1985,11 +1985,11 @@
|
||||
}
|
||||
},
|
||||
"node_modules/astro": {
|
||||
"version": "2.0.6",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-2.0.6.tgz",
|
||||
"integrity": "sha512-aI8Ijy2EpMyP5SpjmDJpEUdNL6CUAxnja6IeaBC1BokD/mNAnijtmMnTyWVI3UeEZ727wYLISQMyqCfEUq8VNA==",
|
||||
"version": "2.0.8",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-2.0.8.tgz",
|
||||
"integrity": "sha512-Rbp/6MfxzSVp8qJXjWWja555ZxdqS7Nk/IYg90VKvLNbDsnnBobZZ6vJp21T2e/my4sqJ6PZIOPVnxXr7OeQLQ==",
|
||||
"dependencies": {
|
||||
"@astrojs/compiler": "^1.0.1",
|
||||
"@astrojs/compiler": "^1.1.0",
|
||||
"@astrojs/language-server": "^0.28.3",
|
||||
"@astrojs/markdown-remark": "^2.0.1",
|
||||
"@astrojs/telemetry": "^2.0.0",
|
||||
@@ -4865,9 +4865,9 @@
|
||||
"optional": true
|
||||
},
|
||||
"node_modules/lint-staged": {
|
||||
"version": "13.1.0",
|
||||
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.1.0.tgz",
|
||||
"integrity": "sha512-pn/sR8IrcF/T0vpWLilih8jmVouMlxqXxKuAojmbiGX5n/gDnz+abdPptlj0vYnbfE0SQNl3CY/HwtM0+yfOVQ==",
|
||||
"version": "13.1.1",
|
||||
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.1.1.tgz",
|
||||
"integrity": "sha512-LLJLO0Kdbcv2a+CvSF4p1M7jBZOajKSMpBUvyR8+bXccsqPER0/NxTFQSpNHjqwV9kM3tkHczYerTB5wI+bksQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"cli-truncate": "^3.1.0",
|
||||
@@ -6921,9 +6921,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/prettier": {
|
||||
"version": "2.8.3",
|
||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.3.tgz",
|
||||
"integrity": "sha512-tJ/oJ4amDihPoufT5sM0Z1SKEuKay8LfVAMlbbhnnkvt6BUserZylqo2PN+p9KeljLr0OHa2rXHU1T8reeoTrw==",
|
||||
"version": "2.8.4",
|
||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.4.tgz",
|
||||
"integrity": "sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==",
|
||||
"bin": {
|
||||
"prettier": "bin-prettier.js"
|
||||
},
|
||||
@@ -8841,9 +8841,9 @@
|
||||
}
|
||||
},
|
||||
"@astrojs/compiler": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.0.1.tgz",
|
||||
"integrity": "sha512-77aacobLKcL98NmhK3OBS5EHIrX9gs1ckB/vGSIdkVZuB7u51V4jh05I6W0tSvG7/86tALv6QtHTRZ8rLhFTbQ=="
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.1.0.tgz",
|
||||
"integrity": "sha512-C4kTwirys+HafufMqaxCbML2wqkGaXJM+5AekXh/v1IIOnMIdcEON9GBYsG6qa8aAmLhZ58aUZGPhzcA3Dx7Uw=="
|
||||
},
|
||||
"@astrojs/language-server": {
|
||||
"version": "0.28.3",
|
||||
@@ -10206,11 +10206,11 @@
|
||||
"dev": true
|
||||
},
|
||||
"astro": {
|
||||
"version": "2.0.6",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-2.0.6.tgz",
|
||||
"integrity": "sha512-aI8Ijy2EpMyP5SpjmDJpEUdNL6CUAxnja6IeaBC1BokD/mNAnijtmMnTyWVI3UeEZ727wYLISQMyqCfEUq8VNA==",
|
||||
"version": "2.0.8",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-2.0.8.tgz",
|
||||
"integrity": "sha512-Rbp/6MfxzSVp8qJXjWWja555ZxdqS7Nk/IYg90VKvLNbDsnnBobZZ6vJp21T2e/my4sqJ6PZIOPVnxXr7OeQLQ==",
|
||||
"requires": {
|
||||
"@astrojs/compiler": "^1.0.1",
|
||||
"@astrojs/compiler": "^1.1.0",
|
||||
"@astrojs/language-server": "^0.28.3",
|
||||
"@astrojs/markdown-remark": "^2.0.1",
|
||||
"@astrojs/telemetry": "^2.0.0",
|
||||
@@ -12229,9 +12229,9 @@
|
||||
"optional": true
|
||||
},
|
||||
"lint-staged": {
|
||||
"version": "13.1.0",
|
||||
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.1.0.tgz",
|
||||
"integrity": "sha512-pn/sR8IrcF/T0vpWLilih8jmVouMlxqXxKuAojmbiGX5n/gDnz+abdPptlj0vYnbfE0SQNl3CY/HwtM0+yfOVQ==",
|
||||
"version": "13.1.1",
|
||||
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.1.1.tgz",
|
||||
"integrity": "sha512-LLJLO0Kdbcv2a+CvSF4p1M7jBZOajKSMpBUvyR8+bXccsqPER0/NxTFQSpNHjqwV9kM3tkHczYerTB5wI+bksQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"cli-truncate": "^3.1.0",
|
||||
@@ -13581,9 +13581,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"prettier": {
|
||||
"version": "2.8.3",
|
||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.3.tgz",
|
||||
"integrity": "sha512-tJ/oJ4amDihPoufT5sM0Z1SKEuKay8LfVAMlbbhnnkvt6BUserZylqo2PN+p9KeljLr0OHa2rXHU1T8reeoTrw=="
|
||||
"version": "2.8.4",
|
||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.4.tgz",
|
||||
"integrity": "sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw=="
|
||||
},
|
||||
"prettier-plugin-astro": {
|
||||
"version": "0.7.2",
|
||||
|
||||
+3
-3
@@ -17,7 +17,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/rss": "^2.1.0",
|
||||
"astro": "^2.0.6",
|
||||
"astro": "^2.0.8",
|
||||
"fuse.js": "^6.6.2",
|
||||
"github-slugger": "^2.0.0",
|
||||
"remark-collapse": "^0.1.2",
|
||||
@@ -39,8 +39,8 @@
|
||||
"eslint": "^8.33.0",
|
||||
"eslint-plugin-astro": "^0.23.0",
|
||||
"husky": "^8.0.3",
|
||||
"lint-staged": "^13.1.0",
|
||||
"prettier": "^2.8.3",
|
||||
"lint-staged": "^13.1.1",
|
||||
"prettier": "^2.8.4",
|
||||
"prettier-plugin-tailwindcss": "^0.2.2",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
|
||||
Reference in New Issue
Block a user