build: update patch dependencies

Update astro and @types/react
This commit is contained in:
satnaing
2022-12-03 00:35:28 +06:30
parent 6b35c7fc2f
commit 9243a88f57
2 changed files with 16 additions and 16 deletions
+14 -14
View File
@@ -9,7 +9,7 @@
"version": "1.2.0", "version": "1.2.0",
"dependencies": { "dependencies": {
"@astrojs/rss": "^1.0.3", "@astrojs/rss": "^1.0.3",
"astro": "^1.6.11", "astro": "^1.6.12",
"fuse.js": "^6.6.2", "fuse.js": "^6.6.2",
"github-slugger": "^2.0.0", "github-slugger": "^2.0.0",
"remark-collapse": "^0.1.2", "remark-collapse": "^0.1.2",
@@ -22,7 +22,7 @@
"@astrojs/tailwind": "^2.1.3", "@astrojs/tailwind": "^2.1.3",
"@tailwindcss/typography": "^0.5.8", "@tailwindcss/typography": "^0.5.8",
"@types/github-slugger": "^1.3.0", "@types/github-slugger": "^1.3.0",
"@types/react": "^18.0.25", "@types/react": "^18.0.26",
"commitizen": "^4.2.5", "commitizen": "^4.2.5",
"cz-conventional-changelog": "^3.3.0", "cz-conventional-changelog": "^3.3.0",
"husky": "^8.0.2", "husky": "^8.0.2",
@@ -1139,9 +1139,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/react": { "node_modules/@types/react": {
"version": "18.0.25", "version": "18.0.26",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.25.tgz", "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.26.tgz",
"integrity": "sha512-xD6c0KDT4m7n9uD4ZHi02lzskaiqcBxf4zi+tXZY98a04wvc0hi/TcCPC2FOESZi51Nd7tlUeOJY8RofL799/g==", "integrity": "sha512-hCR3PJQsAIXyxhTNSiDFY//LhnMZWpNNr5etoCqx/iUfGc5gXWtQR2Phl908jVR6uPXacojQWTg4qRpkxTuGug==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/prop-types": "*", "@types/prop-types": "*",
@@ -1447,9 +1447,9 @@
} }
}, },
"node_modules/astro": { "node_modules/astro": {
"version": "1.6.11", "version": "1.6.12",
"resolved": "https://registry.npmjs.org/astro/-/astro-1.6.11.tgz", "resolved": "https://registry.npmjs.org/astro/-/astro-1.6.12.tgz",
"integrity": "sha512-T0xb0U0FOrqXxl87x4mjpufhf0b47RMPIu8WWK+2ODrRZkPj1sr24alh3Y/PLSyiWSqoGZF7xzQ6hzt0jDCyVQ==", "integrity": "sha512-Pa1BfD/w2B/1bi6UXyvwbSnKnZqBglWgw8vjuEP+YJ8tb63g2yAn4mOy2Fh/Z5jn6fV1mkA2HS2TN2ZpTgagdg==",
"dependencies": { "dependencies": {
"@astrojs/compiler": "^0.29.15", "@astrojs/compiler": "^0.29.15",
"@astrojs/language-server": "^0.28.3", "@astrojs/language-server": "^0.28.3",
@@ -9636,9 +9636,9 @@
"dev": true "dev": true
}, },
"@types/react": { "@types/react": {
"version": "18.0.25", "version": "18.0.26",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.25.tgz", "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.26.tgz",
"integrity": "sha512-xD6c0KDT4m7n9uD4ZHi02lzskaiqcBxf4zi+tXZY98a04wvc0hi/TcCPC2FOESZi51Nd7tlUeOJY8RofL799/g==", "integrity": "sha512-hCR3PJQsAIXyxhTNSiDFY//LhnMZWpNNr5etoCqx/iUfGc5gXWtQR2Phl908jVR6uPXacojQWTg4qRpkxTuGug==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/prop-types": "*", "@types/prop-types": "*",
@@ -9882,9 +9882,9 @@
"dev": true "dev": true
}, },
"astro": { "astro": {
"version": "1.6.11", "version": "1.6.12",
"resolved": "https://registry.npmjs.org/astro/-/astro-1.6.11.tgz", "resolved": "https://registry.npmjs.org/astro/-/astro-1.6.12.tgz",
"integrity": "sha512-T0xb0U0FOrqXxl87x4mjpufhf0b47RMPIu8WWK+2ODrRZkPj1sr24alh3Y/PLSyiWSqoGZF7xzQ6hzt0jDCyVQ==", "integrity": "sha512-Pa1BfD/w2B/1bi6UXyvwbSnKnZqBglWgw8vjuEP+YJ8tb63g2yAn4mOy2Fh/Z5jn6fV1mkA2HS2TN2ZpTgagdg==",
"requires": { "requires": {
"@astrojs/compiler": "^0.29.15", "@astrojs/compiler": "^0.29.15",
"@astrojs/language-server": "^0.28.3", "@astrojs/language-server": "^0.28.3",
+2 -2
View File
@@ -15,7 +15,7 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/rss": "^1.0.3", "@astrojs/rss": "^1.0.3",
"astro": "^1.6.11", "astro": "^1.6.12",
"fuse.js": "^6.6.2", "fuse.js": "^6.6.2",
"github-slugger": "^2.0.0", "github-slugger": "^2.0.0",
"remark-collapse": "^0.1.2", "remark-collapse": "^0.1.2",
@@ -28,7 +28,7 @@
"@astrojs/tailwind": "^2.1.3", "@astrojs/tailwind": "^2.1.3",
"@tailwindcss/typography": "^0.5.8", "@tailwindcss/typography": "^0.5.8",
"@types/github-slugger": "^1.3.0", "@types/github-slugger": "^1.3.0",
"@types/react": "^18.0.25", "@types/react": "^18.0.26",
"commitizen": "^4.2.5", "commitizen": "^4.2.5",
"cz-conventional-changelog": "^3.3.0", "cz-conventional-changelog": "^3.3.0",
"husky": "^8.0.2", "husky": "^8.0.2",