Update all non-major dependencies (#39)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
000749bf21
commit
36b7aadf00
2 changed files with 50 additions and 38 deletions
80
package-lock.json
generated
80
package-lock.json
generated
|
|
@ -8,7 +8,7 @@
|
|||
"name": "devscard",
|
||||
"version": "0.0.1",
|
||||
"dependencies": {
|
||||
"@astrojs/image": "0.8.1",
|
||||
"@astrojs/image": "0.9.1",
|
||||
"@iconify-icon/react": "1.0.0",
|
||||
"clsx": "1.2.1",
|
||||
"prettier-plugin-astro": "0.5.5",
|
||||
|
|
@ -18,12 +18,12 @@
|
|||
"devDependencies": {
|
||||
"@astrojs/react": "1.1.4",
|
||||
"@astrojs/tailwind": "1.0.1",
|
||||
"@iconify/json": "2.1.115",
|
||||
"@iconify/json": "2.1.116",
|
||||
"@types/react": "18.0.21",
|
||||
"@types/react-dom": "18.0.6",
|
||||
"@typescript-eslint/eslint-plugin": "5.38.1",
|
||||
"@typescript-eslint/parser": "5.38.1",
|
||||
"astro": "1.4.0",
|
||||
"astro": "1.4.2",
|
||||
"eslint": "8.24.0",
|
||||
"eslint-config-airbnb": "19.0.4",
|
||||
"eslint-config-airbnb-typescript": "17.0.0",
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
"eslint-plugin-react": "7.31.8",
|
||||
"eslint-plugin-react-hooks": "4.6.0",
|
||||
"eslint-plugin-simple-import-sort": "8.0.0",
|
||||
"postcss": "8.4.16",
|
||||
"postcss": "8.4.17",
|
||||
"prettier": "2.7.1",
|
||||
"tailwindcss": "3.1.8",
|
||||
"type-fest": "2.19.0",
|
||||
|
|
@ -76,11 +76,12 @@
|
|||
"integrity": "sha512-vNZIa5Tf5nOqBEGJvM6xyYBnGcz4MAp+bBPnyVI0UYRjsIWlP7RgMdCpRV0OOh5kgh00BoAypGv27kcoJCMVfA=="
|
||||
},
|
||||
"node_modules/@astrojs/image": {
|
||||
"version": "0.8.1",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/image/-/image-0.8.1.tgz",
|
||||
"integrity": "sha512-vlfPFYHt9vpAZwZG4O9flumFM2fNkCKleOucqaDngu7pNHxSpf14j9ywlBNz4JryVehUupeffbVn561kBhhOJQ==",
|
||||
"version": "0.9.1",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/image/-/image-0.9.1.tgz",
|
||||
"integrity": "sha512-tnrL9tL539gIzkM9oqRd+asOePPUE/ehtQjmrcsTjJtQx8aPhKHEteJIMuDhby94wRhV6vMK1Wqt4u5DBf6GQQ==",
|
||||
"dependencies": {
|
||||
"@altano/tiny-async-pool": "^1.0.2",
|
||||
"http-cache-semantics": "^4.1.0",
|
||||
"image-size": "^1.0.2",
|
||||
"magic-string": "^0.25.9",
|
||||
"mime": "^3.0.0",
|
||||
|
|
@ -789,9 +790,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@iconify/json": {
|
||||
"version": "2.1.115",
|
||||
"resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.1.115.tgz",
|
||||
"integrity": "sha512-yfLP+5b2d2k4HQDaE3PGBojl9XgifKEh9Tytpkui8jshgDjQZ3NXbE/nKr4Dxtz+zw7kvq1XWzlsCKsyyJ8TqQ==",
|
||||
"version": "2.1.116",
|
||||
"resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.1.116.tgz",
|
||||
"integrity": "sha512-1w8S1YkZxeKWA5j9wcZPaBDuDRRjOQB2EPmFPwuSkNnnuvPPAEqyoDfoAno/b1WeJfrcfUlxIf3AE1BAdNqeZA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@iconify/types": "*",
|
||||
|
|
@ -1633,9 +1634,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/astro": {
|
||||
"version": "1.4.0",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-1.4.0.tgz",
|
||||
"integrity": "sha512-MjBQsMS1ySrV0Q2rCcZ75D2zfJlOjv12SEBpH1XIbqe3QRVD5mqj+TiPlBXGQYnggo3+yEDOSUtWK0QsK/2XNA==",
|
||||
"version": "1.4.2",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-1.4.2.tgz",
|
||||
"integrity": "sha512-v6GxDQoy8edDEJHopPeQg3TY9ghiJhx/n5mWpXdczPIvft3av6GhDn9yNnEKn6u0vHG9eX0sQxNCwXDlZMExAw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@astrojs/compiler": "^0.25.0",
|
||||
|
|
@ -1727,9 +1728,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/astro/node_modules/@astrojs/compiler": {
|
||||
"version": "0.25.1",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-0.25.1.tgz",
|
||||
"integrity": "sha512-rDuTM9p8HVeHB0/qUiBHgEHRBf/3otcP+wLs3kRXk/quJs0vpCruq42vGsmE1ZFuBi8Ie5mz8fWGm7F6nHhXaQ==",
|
||||
"version": "0.25.2",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-0.25.2.tgz",
|
||||
"integrity": "sha512-GE7uLvH7rSHuTHdMun+867TWsgYNYsaGuhvXsywcaabl4W4n/3b1kzgzrIsrXYBo51J0k6qD33mVdsHdvwv5rw==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/astro/node_modules/semver": {
|
||||
|
|
@ -4938,6 +4939,11 @@
|
|||
"url": "https://github.com/sponsors/wooorm"
|
||||
}
|
||||
},
|
||||
"node_modules/http-cache-semantics": {
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz",
|
||||
"integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ=="
|
||||
},
|
||||
"node_modules/human-signals": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-3.0.1.tgz",
|
||||
|
|
@ -7428,9 +7434,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/postcss": {
|
||||
"version": "8.4.16",
|
||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.16.tgz",
|
||||
"integrity": "sha512-ipHE1XBvKzm5xI7hiHCZJCSugxvsdq2mPnsq5+UF+VHCjiBvtDrlxJfMBToWaP9D5XlgNmcFGqoHmUn0EYEaRQ==",
|
||||
"version": "8.4.17",
|
||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.17.tgz",
|
||||
"integrity": "sha512-UNxNOLQydcOFi41yHNMcKRZ39NeXlr8AxGuZJsdub8vIb12fHzcq37DTU/QtbI6WLxNg2gF9Z+8qtRwTj1UI1Q==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
|
|
@ -10264,11 +10270,12 @@
|
|||
"integrity": "sha512-vNZIa5Tf5nOqBEGJvM6xyYBnGcz4MAp+bBPnyVI0UYRjsIWlP7RgMdCpRV0OOh5kgh00BoAypGv27kcoJCMVfA=="
|
||||
},
|
||||
"@astrojs/image": {
|
||||
"version": "0.8.1",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/image/-/image-0.8.1.tgz",
|
||||
"integrity": "sha512-vlfPFYHt9vpAZwZG4O9flumFM2fNkCKleOucqaDngu7pNHxSpf14j9ywlBNz4JryVehUupeffbVn561kBhhOJQ==",
|
||||
"version": "0.9.1",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/image/-/image-0.9.1.tgz",
|
||||
"integrity": "sha512-tnrL9tL539gIzkM9oqRd+asOePPUE/ehtQjmrcsTjJtQx8aPhKHEteJIMuDhby94wRhV6vMK1Wqt4u5DBf6GQQ==",
|
||||
"requires": {
|
||||
"@altano/tiny-async-pool": "^1.0.2",
|
||||
"http-cache-semantics": "^4.1.0",
|
||||
"image-size": "^1.0.2",
|
||||
"magic-string": "^0.25.9",
|
||||
"mime": "^3.0.0",
|
||||
|
|
@ -10801,9 +10808,9 @@
|
|||
}
|
||||
},
|
||||
"@iconify/json": {
|
||||
"version": "2.1.115",
|
||||
"resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.1.115.tgz",
|
||||
"integrity": "sha512-yfLP+5b2d2k4HQDaE3PGBojl9XgifKEh9Tytpkui8jshgDjQZ3NXbE/nKr4Dxtz+zw7kvq1XWzlsCKsyyJ8TqQ==",
|
||||
"version": "2.1.116",
|
||||
"resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.1.116.tgz",
|
||||
"integrity": "sha512-1w8S1YkZxeKWA5j9wcZPaBDuDRRjOQB2EPmFPwuSkNnnuvPPAEqyoDfoAno/b1WeJfrcfUlxIf3AE1BAdNqeZA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@iconify/types": "*",
|
||||
|
|
@ -11454,9 +11461,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"astro": {
|
||||
"version": "1.4.0",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-1.4.0.tgz",
|
||||
"integrity": "sha512-MjBQsMS1ySrV0Q2rCcZ75D2zfJlOjv12SEBpH1XIbqe3QRVD5mqj+TiPlBXGQYnggo3+yEDOSUtWK0QsK/2XNA==",
|
||||
"version": "1.4.2",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-1.4.2.tgz",
|
||||
"integrity": "sha512-v6GxDQoy8edDEJHopPeQg3TY9ghiJhx/n5mWpXdczPIvft3av6GhDn9yNnEKn6u0vHG9eX0sQxNCwXDlZMExAw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@astrojs/compiler": "^0.25.0",
|
||||
|
|
@ -11521,9 +11528,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@astrojs/compiler": {
|
||||
"version": "0.25.1",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-0.25.1.tgz",
|
||||
"integrity": "sha512-rDuTM9p8HVeHB0/qUiBHgEHRBf/3otcP+wLs3kRXk/quJs0vpCruq42vGsmE1ZFuBi8Ie5mz8fWGm7F6nHhXaQ==",
|
||||
"version": "0.25.2",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-0.25.2.tgz",
|
||||
"integrity": "sha512-GE7uLvH7rSHuTHdMun+867TWsgYNYsaGuhvXsywcaabl4W4n/3b1kzgzrIsrXYBo51J0k6qD33mVdsHdvwv5rw==",
|
||||
"dev": true
|
||||
},
|
||||
"semver": {
|
||||
|
|
@ -13766,6 +13773,11 @@
|
|||
"integrity": "sha512-0quDb7s97CfemeJAnW9wC0hw78MtW7NU3hqtCD75g2vFlDLt36llsYD7uB7SUzojLMP24N5IatXf7ylGXiGG9A==",
|
||||
"dev": true
|
||||
},
|
||||
"http-cache-semantics": {
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz",
|
||||
"integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ=="
|
||||
},
|
||||
"human-signals": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-3.0.1.tgz",
|
||||
|
|
@ -15436,9 +15448,9 @@
|
|||
}
|
||||
},
|
||||
"postcss": {
|
||||
"version": "8.4.16",
|
||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.16.tgz",
|
||||
"integrity": "sha512-ipHE1XBvKzm5xI7hiHCZJCSugxvsdq2mPnsq5+UF+VHCjiBvtDrlxJfMBToWaP9D5XlgNmcFGqoHmUn0EYEaRQ==",
|
||||
"version": "8.4.17",
|
||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.17.tgz",
|
||||
"integrity": "sha512-UNxNOLQydcOFi41yHNMcKRZ39NeXlr8AxGuZJsdub8vIb12fHzcq37DTU/QtbI6WLxNg2gF9Z+8qtRwTj1UI1Q==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"nanoid": "^3.3.4",
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
"lint:ts": "tsc --jsx preserve --skipLibCheck"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/image": "0.8.1",
|
||||
"@astrojs/image": "0.9.1",
|
||||
"@iconify-icon/react": "1.0.0",
|
||||
"clsx": "1.2.1",
|
||||
"prettier-plugin-astro": "0.5.5",
|
||||
|
|
@ -28,12 +28,12 @@
|
|||
"devDependencies": {
|
||||
"@astrojs/react": "1.1.4",
|
||||
"@astrojs/tailwind": "1.0.1",
|
||||
"@iconify/json": "2.1.115",
|
||||
"@iconify/json": "2.1.116",
|
||||
"@types/react": "18.0.21",
|
||||
"@types/react-dom": "18.0.6",
|
||||
"@typescript-eslint/eslint-plugin": "5.38.1",
|
||||
"@typescript-eslint/parser": "5.38.1",
|
||||
"astro": "1.4.0",
|
||||
"astro": "1.4.2",
|
||||
"eslint": "8.24.0",
|
||||
"eslint-config-airbnb": "19.0.4",
|
||||
"eslint-config-airbnb-typescript": "17.0.0",
|
||||
|
|
@ -48,7 +48,7 @@
|
|||
"eslint-plugin-react": "7.31.8",
|
||||
"eslint-plugin-react-hooks": "4.6.0",
|
||||
"eslint-plugin-simple-import-sort": "8.0.0",
|
||||
"postcss": "8.4.16",
|
||||
"postcss": "8.4.17",
|
||||
"prettier": "2.7.1",
|
||||
"tailwindcss": "3.1.8",
|
||||
"type-fest": "2.19.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue