Update dependencies

This commit is contained in:
Konrad Szwarc 2022-08-30 00:38:38 +02:00
parent 075f0b4c60
commit f83ea930a1
2 changed files with 54 additions and 76 deletions

124
package-lock.json generated
View file

@ -16,13 +16,13 @@
"react-dom": "18.2.0" "react-dom": "18.2.0"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/react": "1.0.0", "@astrojs/react": "1.1.0",
"@astrojs/tailwind": "1.0.0", "@astrojs/tailwind": "1.0.0",
"@types/react": "18.0.17", "@types/react": "18.0.17",
"@types/react-dom": "18.0.6", "@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.35.1", "@typescript-eslint/eslint-plugin": "5.35.1",
"@typescript-eslint/parser": "5.35.1", "@typescript-eslint/parser": "5.35.1",
"astro": "1.0.8", "astro": "1.1.1",
"eslint": "8.23.0", "eslint": "8.23.0",
"eslint-config-airbnb": "19.0.4", "eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0", "eslint-config-airbnb-typescript": "17.0.0",
@ -34,7 +34,7 @@
"eslint-plugin-import": "2.26.0", "eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1", "eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "4.2.1", "eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.0", "eslint-plugin-react": "7.31.1",
"eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "7.0.0", "eslint-plugin-simple-import-sort": "7.0.0",
"postcss": "8.4.16", "postcss": "8.4.16",
@ -76,12 +76,14 @@
} }
}, },
"node_modules/@astrojs/language-server": { "node_modules/@astrojs/language-server": {
"version": "0.20.3", "version": "0.23.0",
"resolved": "https://registry.npmjs.org/@astrojs/language-server/-/language-server-0.20.3.tgz", "resolved": "https://registry.npmjs.org/@astrojs/language-server/-/language-server-0.23.0.tgz",
"integrity": "sha512-MuzTsSpUjtmMXfrBThtZwgO39Jc+Bbl5hLevumkp01N/YCKE+Iipd3ELSdbk7+TPiuBV+/SKrVmaQPvJBnWPkA==", "integrity": "sha512-vWQOPipssNUivHIytKX9Zw7TSYVIb1sItDEuZvaWIcim8Q3n7sbigaPpakeVhNh8EbstMMuYswUffJuUemueAw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@vscode/emmet-helper": "^2.8.4", "@vscode/emmet-helper": "^2.8.4",
"prettier": "^2.7.1",
"prettier-plugin-astro": "^0.5.3",
"source-map": "^0.7.3", "source-map": "^0.7.3",
"typescript": "~4.6.4", "typescript": "~4.6.4",
"vscode-css-languageservice": "^6.0.1", "vscode-css-languageservice": "^6.0.1",
@ -168,9 +170,9 @@
} }
}, },
"node_modules/@astrojs/react": { "node_modules/@astrojs/react": {
"version": "1.0.0", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/@astrojs/react/-/react-1.0.0.tgz", "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-1.1.0.tgz",
"integrity": "sha512-CHJQ1dwjpYOTunioi02yWKdSxN/YeLP1vI70Xq+AqhcTmcmdbCMwbtYOEVwIK1k/AJmLItsJMcrsTfRoQU+Z+Q==", "integrity": "sha512-T9/mEE/9yO36X3QeqzQjGMFXRH0f3vcBC9Jhxb3oGm5NlKm2m9Sg9GR52fcCtLRVR3ihc8qAElgEmQAAUTZ3KQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@babel/core": ">=7.0.0-0 <8.0.0", "@babel/core": ">=7.0.0-0 <8.0.0",
@ -1541,14 +1543,14 @@
"dev": true "dev": true
}, },
"node_modules/astro": { "node_modules/astro": {
"version": "1.0.8", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/astro/-/astro-1.0.8.tgz", "resolved": "https://registry.npmjs.org/astro/-/astro-1.1.1.tgz",
"integrity": "sha512-cWey5M/EjdgeZCRlOAB6YP05ui3U9ZfHPdb4r5HmumOE/1w8auDqRiHPpb2RCGYD7RpxOXcJu5XfJL4V2F1UpQ==", "integrity": "sha512-FTjjivWeJizYLidzBgiAAXzILptvT6ssvWodzSwT1mYm9kWiua2kzMk5r6E9KqB+okV4Z/OryxdhWJwmLD0G7g==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@astrojs/compiler": "^0.23.3", "@astrojs/compiler": "^0.23.4",
"@astrojs/language-server": "^0.20.0", "@astrojs/language-server": "^0.23.0",
"@astrojs/markdown-remark": "^1.0.0", "@astrojs/markdown-remark": "^1.1.0",
"@astrojs/telemetry": "^1.0.0", "@astrojs/telemetry": "^1.0.0",
"@astrojs/webapi": "^1.0.0", "@astrojs/webapi": "^1.0.0",
"@babel/core": "^7.18.2", "@babel/core": "^7.18.2",
@ -1587,7 +1589,7 @@
"recast": "^0.20.5", "recast": "^0.20.5",
"rehype": "^12.0.1", "rehype": "^12.0.1",
"resolve": "^1.22.0", "resolve": "^1.22.0",
"rollup": "^2.75.6", "rollup": "~2.77.0",
"semver": "^7.3.7", "semver": "^7.3.7",
"shiki": "^0.10.1", "shiki": "^0.10.1",
"sirv": "^2.0.2", "sirv": "^2.0.2",
@ -3585,9 +3587,9 @@
} }
}, },
"node_modules/eslint-plugin-react": { "node_modules/eslint-plugin-react": {
"version": "7.31.0", "version": "7.31.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.0.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.1.tgz",
"integrity": "sha512-BWriBttYYCnfb4RO9SB91Og8uA9CPcBMl5UlCOCtuYW1UjhN3QypzEcEHky4ZIRZDKjbO2Blh9BjP8E7W/b1SA==", "integrity": "sha512-j4/2xWqt/R7AZzG8CakGHA6Xa/u7iR8Q3xCxY+AUghdT92bnIDOBEefV456OeH0QvBcroVc0eyvrrLSyQGYIfg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"array-includes": "^3.1.5", "array-includes": "^3.1.5",
@ -7958,9 +7960,9 @@
} }
}, },
"node_modules/rollup": { "node_modules/rollup": {
"version": "2.78.1", "version": "2.77.3",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.78.1.tgz", "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.77.3.tgz",
"integrity": "sha512-VeeCgtGi4P+o9hIg+xz4qQpRl6R401LWEXBmxYKOV4zlF82lyhgh2hTZnheFUbANE8l2A41F458iwj2vEYaXJg==", "integrity": "sha512-/qxNTG7FbmefJWoeeYJFbHehJ2HNWnjkAFRKzWN/45eNBBF/r8lo992CwcJXEzyVxs5FmfId+vTSTQDb+bxA+g==",
"dev": true, "dev": true,
"bin": { "bin": {
"rollup": "dist/bin/rollup" "rollup": "dist/bin/rollup"
@ -9201,21 +9203,6 @@
"node": ">=6" "node": ">=6"
} }
}, },
"node_modules/vite/node_modules/rollup": {
"version": "2.77.3",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.77.3.tgz",
"integrity": "sha512-/qxNTG7FbmefJWoeeYJFbHehJ2HNWnjkAFRKzWN/45eNBBF/r8lo992CwcJXEzyVxs5FmfId+vTSTQDb+bxA+g==",
"dev": true,
"bin": {
"rollup": "dist/bin/rollup"
},
"engines": {
"node": ">=10.0.0"
},
"optionalDependencies": {
"fsevents": "~2.3.2"
}
},
"node_modules/vscode-css-languageservice": { "node_modules/vscode-css-languageservice": {
"version": "6.0.1", "version": "6.0.1",
"resolved": "https://registry.npmjs.org/vscode-css-languageservice/-/vscode-css-languageservice-6.0.1.tgz", "resolved": "https://registry.npmjs.org/vscode-css-languageservice/-/vscode-css-languageservice-6.0.1.tgz",
@ -9284,9 +9271,9 @@
"dev": true "dev": true
}, },
"node_modules/vscode-nls": { "node_modules/vscode-nls": {
"version": "5.1.0", "version": "5.2.0",
"resolved": "https://registry.npmjs.org/vscode-nls/-/vscode-nls-5.1.0.tgz", "resolved": "https://registry.npmjs.org/vscode-nls/-/vscode-nls-5.2.0.tgz",
"integrity": "sha512-37Ha44QrLFwR2IfSSYdOArzUvOyoWbOYTwQC+wS0NfqKjhW7s0WQ1lMy5oJXgSZy9sAiZS5ifELhbpXodeMR8w==", "integrity": "sha512-RAaHx7B14ZU04EU31pT+rKz2/zSl7xMsfIZuo8pd+KZO6PXtQmpevpq3vxvWNcrGbdmhM/rr5Uw5Mz+NBfhVng==",
"dev": true "dev": true
}, },
"node_modules/vscode-oniguruma": { "node_modules/vscode-oniguruma": {
@ -9539,12 +9526,14 @@
} }
}, },
"@astrojs/language-server": { "@astrojs/language-server": {
"version": "0.20.3", "version": "0.23.0",
"resolved": "https://registry.npmjs.org/@astrojs/language-server/-/language-server-0.20.3.tgz", "resolved": "https://registry.npmjs.org/@astrojs/language-server/-/language-server-0.23.0.tgz",
"integrity": "sha512-MuzTsSpUjtmMXfrBThtZwgO39Jc+Bbl5hLevumkp01N/YCKE+Iipd3ELSdbk7+TPiuBV+/SKrVmaQPvJBnWPkA==", "integrity": "sha512-vWQOPipssNUivHIytKX9Zw7TSYVIb1sItDEuZvaWIcim8Q3n7sbigaPpakeVhNh8EbstMMuYswUffJuUemueAw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@vscode/emmet-helper": "^2.8.4", "@vscode/emmet-helper": "^2.8.4",
"prettier": "^2.7.1",
"prettier-plugin-astro": "^0.5.3",
"source-map": "^0.7.3", "source-map": "^0.7.3",
"typescript": "~4.6.4", "typescript": "~4.6.4",
"vscode-css-languageservice": "^6.0.1", "vscode-css-languageservice": "^6.0.1",
@ -9620,9 +9609,9 @@
} }
}, },
"@astrojs/react": { "@astrojs/react": {
"version": "1.0.0", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/@astrojs/react/-/react-1.0.0.tgz", "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-1.1.0.tgz",
"integrity": "sha512-CHJQ1dwjpYOTunioi02yWKdSxN/YeLP1vI70Xq+AqhcTmcmdbCMwbtYOEVwIK1k/AJmLItsJMcrsTfRoQU+Z+Q==", "integrity": "sha512-T9/mEE/9yO36X3QeqzQjGMFXRH0f3vcBC9Jhxb3oGm5NlKm2m9Sg9GR52fcCtLRVR3ihc8qAElgEmQAAUTZ3KQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/core": ">=7.0.0-0 <8.0.0", "@babel/core": ">=7.0.0-0 <8.0.0",
@ -10649,14 +10638,14 @@
"dev": true "dev": true
}, },
"astro": { "astro": {
"version": "1.0.8", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/astro/-/astro-1.0.8.tgz", "resolved": "https://registry.npmjs.org/astro/-/astro-1.1.1.tgz",
"integrity": "sha512-cWey5M/EjdgeZCRlOAB6YP05ui3U9ZfHPdb4r5HmumOE/1w8auDqRiHPpb2RCGYD7RpxOXcJu5XfJL4V2F1UpQ==", "integrity": "sha512-FTjjivWeJizYLidzBgiAAXzILptvT6ssvWodzSwT1mYm9kWiua2kzMk5r6E9KqB+okV4Z/OryxdhWJwmLD0G7g==",
"dev": true, "dev": true,
"requires": { "requires": {
"@astrojs/compiler": "^0.23.3", "@astrojs/compiler": "^0.23.4",
"@astrojs/language-server": "^0.20.0", "@astrojs/language-server": "^0.23.0",
"@astrojs/markdown-remark": "^1.0.0", "@astrojs/markdown-remark": "^1.1.0",
"@astrojs/telemetry": "^1.0.0", "@astrojs/telemetry": "^1.0.0",
"@astrojs/webapi": "^1.0.0", "@astrojs/webapi": "^1.0.0",
"@babel/core": "^7.18.2", "@babel/core": "^7.18.2",
@ -10695,7 +10684,7 @@
"recast": "^0.20.5", "recast": "^0.20.5",
"rehype": "^12.0.1", "rehype": "^12.0.1",
"resolve": "^1.22.0", "resolve": "^1.22.0",
"rollup": "^2.75.6", "rollup": "~2.77.0",
"semver": "^7.3.7", "semver": "^7.3.7",
"shiki": "^0.10.1", "shiki": "^0.10.1",
"sirv": "^2.0.2", "sirv": "^2.0.2",
@ -12122,9 +12111,9 @@
} }
}, },
"eslint-plugin-react": { "eslint-plugin-react": {
"version": "7.31.0", "version": "7.31.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.0.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.1.tgz",
"integrity": "sha512-BWriBttYYCnfb4RO9SB91Og8uA9CPcBMl5UlCOCtuYW1UjhN3QypzEcEHky4ZIRZDKjbO2Blh9BjP8E7W/b1SA==", "integrity": "sha512-j4/2xWqt/R7AZzG8CakGHA6Xa/u7iR8Q3xCxY+AUghdT92bnIDOBEefV456OeH0QvBcroVc0eyvrrLSyQGYIfg==",
"dev": true, "dev": true,
"requires": { "requires": {
"array-includes": "^3.1.5", "array-includes": "^3.1.5",
@ -15046,9 +15035,9 @@
} }
}, },
"rollup": { "rollup": {
"version": "2.78.1", "version": "2.77.3",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.78.1.tgz", "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.77.3.tgz",
"integrity": "sha512-VeeCgtGi4P+o9hIg+xz4qQpRl6R401LWEXBmxYKOV4zlF82lyhgh2hTZnheFUbANE8l2A41F458iwj2vEYaXJg==", "integrity": "sha512-/qxNTG7FbmefJWoeeYJFbHehJ2HNWnjkAFRKzWN/45eNBBF/r8lo992CwcJXEzyVxs5FmfId+vTSTQDb+bxA+g==",
"dev": true, "dev": true,
"requires": { "requires": {
"fsevents": "~2.3.2" "fsevents": "~2.3.2"
@ -15890,17 +15879,6 @@
"postcss": "^8.4.16", "postcss": "^8.4.16",
"resolve": "^1.22.1", "resolve": "^1.22.1",
"rollup": ">=2.75.6 <2.77.0 || ~2.77.0" "rollup": ">=2.75.6 <2.77.0 || ~2.77.0"
},
"dependencies": {
"rollup": {
"version": "2.77.3",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.77.3.tgz",
"integrity": "sha512-/qxNTG7FbmefJWoeeYJFbHehJ2HNWnjkAFRKzWN/45eNBBF/r8lo992CwcJXEzyVxs5FmfId+vTSTQDb+bxA+g==",
"dev": true,
"requires": {
"fsevents": "~2.3.2"
}
}
} }
}, },
"vite-tsconfig-paths": { "vite-tsconfig-paths": {
@ -15990,9 +15968,9 @@
"dev": true "dev": true
}, },
"vscode-nls": { "vscode-nls": {
"version": "5.1.0", "version": "5.2.0",
"resolved": "https://registry.npmjs.org/vscode-nls/-/vscode-nls-5.1.0.tgz", "resolved": "https://registry.npmjs.org/vscode-nls/-/vscode-nls-5.2.0.tgz",
"integrity": "sha512-37Ha44QrLFwR2IfSSYdOArzUvOyoWbOYTwQC+wS0NfqKjhW7s0WQ1lMy5oJXgSZy9sAiZS5ifELhbpXodeMR8w==", "integrity": "sha512-RAaHx7B14ZU04EU31pT+rKz2/zSl7xMsfIZuo8pd+KZO6PXtQmpevpq3vxvWNcrGbdmhM/rr5Uw5Mz+NBfhVng==",
"dev": true "dev": true
}, },
"vscode-oniguruma": { "vscode-oniguruma": {

View file

@ -20,13 +20,13 @@
"react-dom": "18.2.0" "react-dom": "18.2.0"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/react": "1.0.0", "@astrojs/react": "1.1.0",
"@astrojs/tailwind": "1.0.0", "@astrojs/tailwind": "1.0.0",
"@types/react": "18.0.17", "@types/react": "18.0.17",
"@types/react-dom": "18.0.6", "@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.35.1", "@typescript-eslint/eslint-plugin": "5.35.1",
"@typescript-eslint/parser": "5.35.1", "@typescript-eslint/parser": "5.35.1",
"astro": "1.0.8", "astro": "1.1.1",
"eslint": "8.23.0", "eslint": "8.23.0",
"eslint-config-airbnb": "19.0.4", "eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0", "eslint-config-airbnb-typescript": "17.0.0",
@ -38,7 +38,7 @@
"eslint-plugin-import": "2.26.0", "eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1", "eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "4.2.1", "eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.0", "eslint-plugin-react": "7.31.1",
"eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "7.0.0", "eslint-plugin-simple-import-sort": "7.0.0",
"postcss": "8.4.16", "postcss": "8.4.16",