[ci] update lockfile (#2810)

Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
This commit is contained in:
Fred K. Schott 2022-03-16 07:53:46 -07:00 committed by GitHub
parent 0a330fdc9a
commit 498ef59b0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 599 additions and 590 deletions

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"dependencies": { "dependencies": {
"@algolia/client-search": "^4.12.2", "@algolia/client-search": "^4.13.0",
"@docsearch/css": "^3.0.0", "@docsearch/css": "^3.0.0",
"@docsearch/react": "^3.0.0", "@docsearch/react": "^3.0.0",
"@types/react": "^17.0.40", "@types/react": "^17.0.40",

View file

@ -11,8 +11,8 @@
"devDependencies": { "devDependencies": {
"@astrojs/renderer-preact": "^0.5.0", "@astrojs/renderer-preact": "^0.5.0",
"astro": "^0.24.3", "astro": "^0.24.3",
"autoprefixer": "^10.4.2", "autoprefixer": "^10.4.4",
"postcss": "^8.4.8", "postcss": "^8.4.12",
"tailwindcss": "^3.0.23" "tailwindcss": "^3.0.23"
} }
} }

View file

@ -55,15 +55,15 @@
"@changesets/changelog-github": "^0.4.3", "@changesets/changelog-github": "^0.4.3",
"@changesets/cli": "^2.21.1", "@changesets/cli": "^2.21.1",
"@octokit/action": "^3.18.0", "@octokit/action": "^3.18.0",
"@typescript-eslint/eslint-plugin": "^5.14.0", "@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.14.0", "@typescript-eslint/parser": "^5.15.0",
"del": "^6.0.0", "del": "^6.0.0",
"esbuild": "0.14.25", "esbuild": "0.14.25",
"eslint": "^8.11.0", "eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier": "^4.0.0",
"execa": "^6.1.0", "execa": "^6.1.0",
"prettier": "^2.5.1", "prettier": "^2.6.0",
"pretty-bytes": "^6.0.0", "pretty-bytes": "^6.0.0",
"tiny-glob": "^0.2.9", "tiny-glob": "^0.2.9",
"turbo": "^1.1.6", "turbo": "^1.1.6",

View file

@ -61,7 +61,7 @@
"test:match": "mocha --timeout 20000 -g" "test:match": "mocha --timeout 20000 -g"
}, },
"dependencies": { "dependencies": {
"@astrojs/compiler": "^0.12.0", "@astrojs/compiler": "^0.12.1",
"@astrojs/language-server": "^0.8.10", "@astrojs/language-server": "^0.8.10",
"@astrojs/markdown-remark": "^0.6.4", "@astrojs/markdown-remark": "^0.6.4",
"@astrojs/prism": "0.4.0", "@astrojs/prism": "0.4.0",
@ -70,7 +70,7 @@
"@astrojs/renderer-svelte": "0.5.2", "@astrojs/renderer-svelte": "0.5.2",
"@astrojs/renderer-vue": "0.4.0", "@astrojs/renderer-vue": "0.4.0",
"@astrojs/webapi": "^0.11.0", "@astrojs/webapi": "^0.11.0",
"@babel/core": "^7.17.5", "@babel/core": "^7.17.7",
"@babel/traverse": "^7.17.3", "@babel/traverse": "^7.17.3",
"@proload/core": "^0.2.2", "@proload/core": "^0.2.2",
"@proload/plugin-tsm": "^0.1.1", "@proload/plugin-tsm": "^0.1.1",
@ -93,7 +93,7 @@
"mime": "^3.0.0", "mime": "^3.0.0",
"parse5": "^6.0.1", "parse5": "^6.0.1",
"path-to-regexp": "^6.2.0", "path-to-regexp": "^6.2.0",
"postcss": "^8.4.8", "postcss": "^8.4.12",
"prismjs": "^1.27.0", "prismjs": "^1.27.0",
"rehype-slug": "^5.0.1", "rehype-slug": "^5.0.1",
"resolve": "^1.22.0", "resolve": "^1.22.0",

View file

@ -5,7 +5,7 @@
"dependencies": { "dependencies": {
"@astrojs/renderer-solid": "workspace:*", "@astrojs/renderer-solid": "workspace:*",
"astro": "workspace:*", "astro": "workspace:*",
"autoprefixer": "^10.4.2", "autoprefixer": "^10.4.4",
"postcss": "^8.4.8" "postcss": "^8.4.12"
} }
} }

View file

@ -22,6 +22,6 @@
"dependencies": { "dependencies": {
"@lit-labs/ssr": "^2.0.4", "@lit-labs/ssr": "^2.0.4",
"@webcomponents/template-shadowroot": "^0.1.0", "@webcomponents/template-shadowroot": "^0.1.0",
"lit": "^2.2.0" "lit": "^2.2.1"
} }
} }

View file

@ -59,7 +59,7 @@
"@ungap/structured-clone": "^0.3.4", "@ungap/structured-clone": "^0.3.4",
"abort-controller": "^3.0.0", "abort-controller": "^3.0.0",
"event-target-shim": "^6.0.2", "event-target-shim": "^6.0.2",
"fetch-blob": "^3.1.4", "fetch-blob": "^3.1.5",
"formdata-polyfill": "^4.0.10", "formdata-polyfill": "^4.0.10",
"magic-string": "^0.25.9", "magic-string": "^0.25.9",
"mocha": "^9.2.2", "mocha": "^9.2.2",

File diff suppressed because it is too large Load diff