Update all non-major dependencies (#171)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-01-23 02:34:37 +00:00 committed by GitHub
parent 84e2d51396
commit a5f48126bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 24 deletions

42
package-lock.json generated
View file

@ -19,21 +19,21 @@
"@astrojs/tailwind": "2.1.3", "@astrojs/tailwind": "2.1.3",
"@percy/cli": "1.17.0", "@percy/cli": "1.17.0",
"astro": "1.9.2", "astro": "1.9.2",
"astro-compress": "1.1.27", "astro-compress": "1.1.28",
"concurrently": "7.6.0", "concurrently": "7.6.0",
"date-fns": "2.29.3", "date-fns": "2.29.3",
"iconify-icon-names": "1.1.0", "iconify-icon-names": "1.1.0",
"immer": "9.0.18", "immer": "9.0.18",
"locales-ts": "1.0.0", "locales-ts": "1.0.0",
"postcss": "8.4.21", "postcss": "8.4.21",
"prettier": "2.8.2", "prettier": "2.8.3",
"prettier-plugin-astro": "0.7.2", "prettier-plugin-astro": "0.7.2",
"prettier-plugin-tailwindcss": "0.2.1", "prettier-plugin-tailwindcss": "0.2.1",
"puppeteer": "19.5.2", "puppeteer": "19.5.2",
"puppeteer-report": "3.1.0", "puppeteer-report": "3.1.0",
"rollup-plugin-visualizer": "5.9.0", "rollup-plugin-visualizer": "5.9.0",
"tailwindcss": "3.2.4", "tailwindcss": "3.2.4",
"type-fest": "3.5.2", "type-fest": "3.5.3",
"typescript": "4.9.4" "typescript": "4.9.4"
}, },
"engines": { "engines": {
@ -1639,9 +1639,9 @@
} }
}, },
"node_modules/astro-compress": { "node_modules/astro-compress": {
"version": "1.1.27", "version": "1.1.28",
"resolved": "https://registry.npmjs.org/astro-compress/-/astro-compress-1.1.27.tgz", "resolved": "https://registry.npmjs.org/astro-compress/-/astro-compress-1.1.28.tgz",
"integrity": "sha512-7H7mfp4/BECckQGtyNJVYBI9jwWYX3rBcbL1EbhlgyDRbs3/thtJKDwW8xEaUvxox4R2bnNyzIET4XF/zGbozg==", "integrity": "sha512-uk4lZHug/A276T/jdtEscCFbWVI78UqlvDg4ujRL5UUcIs+nd8gJOipSagkzdGswjNkd482zFysQ9YS5/u7xVw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/csso": "5.0.0", "@types/csso": "5.0.0",
@ -6711,9 +6711,9 @@
} }
}, },
"node_modules/prettier": { "node_modules/prettier": {
"version": "2.8.2", "version": "2.8.3",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.2.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.3.tgz",
"integrity": "sha512-BtRV9BcncDyI2tsuS19zzhzoxD8Dh8LiCx7j7tHzrkz8GFXAexeWFdi22mjE1d16dftH2qNaytVxqiRTGlMfpw==", "integrity": "sha512-tJ/oJ4amDihPoufT5sM0Z1SKEuKay8LfVAMlbbhnnkvt6BUserZylqo2PN+p9KeljLr0OHa2rXHU1T8reeoTrw==",
"dev": true, "dev": true,
"bin": { "bin": {
"prettier": "bin-prettier.js" "prettier": "bin-prettier.js"
@ -8296,9 +8296,9 @@
} }
}, },
"node_modules/type-fest": { "node_modules/type-fest": {
"version": "3.5.2", "version": "3.5.3",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.5.2.tgz", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.5.3.tgz",
"integrity": "sha512-Ph7S4EhXzWy0sbljEuZo0tTNoLl+K2tPauGrQpcwUWrOVneLePTuhVzcuzVJJ6RU5DsNwQZka+8YtkXXU4z9cA==", "integrity": "sha512-V2+og4j/rWReWvaFrse3s9g2xvUv/K9Azm/xo6CjIuq7oeGqsoimC7+9/A3tfvNcbQf8RPSVj/HV81fB4DJrjA==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=14.16" "node": ">=14.16"
@ -10807,9 +10807,9 @@
} }
}, },
"astro-compress": { "astro-compress": {
"version": "1.1.27", "version": "1.1.28",
"resolved": "https://registry.npmjs.org/astro-compress/-/astro-compress-1.1.27.tgz", "resolved": "https://registry.npmjs.org/astro-compress/-/astro-compress-1.1.28.tgz",
"integrity": "sha512-7H7mfp4/BECckQGtyNJVYBI9jwWYX3rBcbL1EbhlgyDRbs3/thtJKDwW8xEaUvxox4R2bnNyzIET4XF/zGbozg==", "integrity": "sha512-uk4lZHug/A276T/jdtEscCFbWVI78UqlvDg4ujRL5UUcIs+nd8gJOipSagkzdGswjNkd482zFysQ9YS5/u7xVw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/csso": "5.0.0", "@types/csso": "5.0.0",
@ -14245,9 +14245,9 @@
} }
}, },
"prettier": { "prettier": {
"version": "2.8.2", "version": "2.8.3",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.2.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.3.tgz",
"integrity": "sha512-BtRV9BcncDyI2tsuS19zzhzoxD8Dh8LiCx7j7tHzrkz8GFXAexeWFdi22mjE1d16dftH2qNaytVxqiRTGlMfpw==", "integrity": "sha512-tJ/oJ4amDihPoufT5sM0Z1SKEuKay8LfVAMlbbhnnkvt6BUserZylqo2PN+p9KeljLr0OHa2rXHU1T8reeoTrw==",
"dev": true "dev": true
}, },
"prettier-plugin-astro": { "prettier-plugin-astro": {
@ -15406,9 +15406,9 @@
} }
}, },
"type-fest": { "type-fest": {
"version": "3.5.2", "version": "3.5.3",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.5.2.tgz", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.5.3.tgz",
"integrity": "sha512-Ph7S4EhXzWy0sbljEuZo0tTNoLl+K2tPauGrQpcwUWrOVneLePTuhVzcuzVJJ6RU5DsNwQZka+8YtkXXU4z9cA==", "integrity": "sha512-V2+og4j/rWReWvaFrse3s9g2xvUv/K9Azm/xo6CjIuq7oeGqsoimC7+9/A3tfvNcbQf8RPSVj/HV81fB4DJrjA==",
"dev": true "dev": true
}, },
"typescript": { "typescript": {

View file

@ -32,21 +32,21 @@
"@astrojs/tailwind": "2.1.3", "@astrojs/tailwind": "2.1.3",
"@percy/cli": "1.17.0", "@percy/cli": "1.17.0",
"astro": "1.9.2", "astro": "1.9.2",
"astro-compress": "1.1.27", "astro-compress": "1.1.28",
"concurrently": "7.6.0", "concurrently": "7.6.0",
"date-fns": "2.29.3", "date-fns": "2.29.3",
"iconify-icon-names": "1.1.0", "iconify-icon-names": "1.1.0",
"immer": "9.0.18", "immer": "9.0.18",
"locales-ts": "1.0.0", "locales-ts": "1.0.0",
"postcss": "8.4.21", "postcss": "8.4.21",
"prettier": "2.8.2", "prettier": "2.8.3",
"prettier-plugin-astro": "0.7.2", "prettier-plugin-astro": "0.7.2",
"prettier-plugin-tailwindcss": "0.2.1", "prettier-plugin-tailwindcss": "0.2.1",
"puppeteer": "19.5.2", "puppeteer": "19.5.2",
"puppeteer-report": "3.1.0", "puppeteer-report": "3.1.0",
"rollup-plugin-visualizer": "5.9.0", "rollup-plugin-visualizer": "5.9.0",
"tailwindcss": "3.2.4", "tailwindcss": "3.2.4",
"type-fest": "3.5.2", "type-fest": "3.5.3",
"typescript": "4.9.4" "typescript": "4.9.4"
} }
} }