[ci] update lockfile (#3363)

Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
This commit is contained in:
Fred K. Schott 2022-05-16 11:33:16 -07:00 committed by GitHub
parent 58cca31e79
commit 9dd16bace5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 200 additions and 928 deletions

View file

@ -23,7 +23,7 @@
"preact": "^10.7.2", "preact": "^10.7.2",
"react": "^18.1.0", "react": "^18.1.0",
"react-dom": "^18.1.0", "react-dom": "^18.1.0",
"solid-js": "^1.3.17", "solid-js": "^1.4.1",
"svelte": "^3.48.0", "svelte": "^3.48.0",
"vue": "^3.2.33" "vue": "^3.2.33"
} }

View file

@ -14,7 +14,7 @@
}, },
"dependencies": { "dependencies": {
"@types/react": "^18.0.9", "@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3", "@types/react-dom": "^18.0.4",
"react": "^18.1.0", "react": "^18.1.0",
"react-dom": "^18.1.0" "react-dom": "^18.1.0"
} }

View file

@ -13,6 +13,6 @@
"astro": "^1.0.0-beta.28" "astro": "^1.0.0-beta.28"
}, },
"dependencies": { "dependencies": {
"solid-js": "^1.3.17" "solid-js": "^1.4.1"
} }
} }

View file

@ -17,7 +17,7 @@
"@astrojs/tailwind": "^0.2.1", "@astrojs/tailwind": "^0.2.1",
"@astrojs/turbolinks": "^0.1.2", "@astrojs/turbolinks": "^0.1.2",
"astro": "^1.0.0-beta.28", "astro": "^1.0.0-beta.28",
"solid-js": "^1.3.17" "solid-js": "^1.4.1"
}, },
"dependencies": { "dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0", "@webcomponents/template-shadowroot": "^0.1.0",

View file

@ -12,7 +12,7 @@
"@astrojs/node": "^0.1.1", "@astrojs/node": "^0.1.1",
"@astrojs/svelte": "^0.1.3", "@astrojs/svelte": "^0.1.3",
"astro": "^1.0.0-beta.28", "astro": "^1.0.0-beta.28",
"concurrently": "^7.1.0", "concurrently": "^7.2.0",
"lightcookie": "^1.0.25", "lightcookie": "^1.0.25",
"unocss": "^0.15.6", "unocss": "^0.15.6",
"vite-imagetools": "^4.0.3" "vite-imagetools": "^4.0.3"

View file

@ -61,7 +61,7 @@
"@octokit/action": "^3.18.1", "@octokit/action": "^3.18.1",
"@typescript-eslint/eslint-plugin": "^5.23.0", "@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0", "@typescript-eslint/parser": "^5.23.0",
"del": "^6.0.0", "del": "^6.1.0",
"esbuild": "^0.14.39", "esbuild": "^0.14.39",
"eslint": "^8.15.0", "eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.5.0",

View file

@ -119,7 +119,7 @@
"prompts": "^2.4.2", "prompts": "^2.4.2",
"recast": "^0.20.5", "recast": "^0.20.5",
"resolve": "^1.22.0", "resolve": "^1.22.0",
"rollup": "^2.72.1", "rollup": "^2.73.0",
"semver": "^7.3.7", "semver": "^7.3.7",
"serialize-javascript": "^6.0.0", "serialize-javascript": "^6.0.0",
"shiki": "^0.10.1", "shiki": "^0.10.1",
@ -135,8 +135,8 @@
"zod": "^3.16.0" "zod": "^3.16.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/types": "^7.17.0", "@babel/types": "^7.17.10",
"@playwright/test": "^1.21.1", "@playwright/test": "^1.22.0",
"@types/babel__core": "^7.1.19", "@types/babel__core": "^7.1.19",
"@types/babel__generator": "^7.6.4", "@types/babel__generator": "^7.6.4",
"@types/babel__traverse": "^7.17.1", "@types/babel__traverse": "^7.17.1",
@ -151,7 +151,7 @@
"@types/mocha": "^9.1.1", "@types/mocha": "^9.1.1",
"@types/parse5": "^6.0.3", "@types/parse5": "^6.0.3",
"@types/path-browserify": "^1.0.0", "@types/path-browserify": "^1.0.0",
"@types/prettier": "^2.6.0", "@types/prettier": "^2.6.1",
"@types/resolve": "^1.20.2", "@types/resolve": "^1.20.2",
"@types/rimraf": "^3.0.2", "@types/rimraf": "^3.0.2",
"@types/send": "^0.17.1", "@types/send": "^0.17.1",

View file

@ -3,12 +3,12 @@
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"astro": "workspace:*",
"@astrojs/preact": "workspace:*", "@astrojs/preact": "workspace:*",
"@astrojs/react": "workspace:*", "@astrojs/react": "workspace:*",
"@astrojs/svelte": "workspace:*", "@astrojs/svelte": "workspace:*",
"@test/component-library-shared": "workspace:*", "@test/component-library-shared": "workspace:*",
"react": "^18.0.0", "astro": "workspace:*",
"react-dom": "^18.0.0" "react": "^18.1.0",
"react-dom": "^18.1.0"
} }
} }

View file

@ -37,7 +37,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/react": "^17.0.45", "@types/react": "^17.0.45",
"@types/react-dom": "^17.0.16", "@types/react-dom": "^17.0.17",
"astro": "workspace:*", "astro": "workspace:*",
"astro-scripts": "workspace:*", "astro-scripts": "workspace:*",
"react": "^18.1.0", "react": "^18.1.0",

View file

@ -31,12 +31,12 @@
"dev": "astro-scripts dev \"src/**/*.ts\"" "dev": "astro-scripts dev \"src/**/*.ts\""
}, },
"dependencies": { "dependencies": {
"babel-preset-solid": "^1.3.17" "babel-preset-solid": "^1.4.0"
}, },
"devDependencies": { "devDependencies": {
"astro": "workspace:*", "astro": "workspace:*",
"astro-scripts": "workspace:*", "astro-scripts": "workspace:*",
"solid-js": "^1.3.17" "solid-js": "^1.4.1"
}, },
"peerDependencies": { "peerDependencies": {
"solid-js": "^1.3.6" "solid-js": "^1.3.6"

View file

@ -38,7 +38,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/dlv": "^1.1.2", "@types/dlv": "^1.1.2",
"@types/node": "^14.18.17", "@types/node": "^14.18.18",
"astro-scripts": "workspace:*" "astro-scripts": "workspace:*"
}, },
"engines": { "engines": {

View file

@ -56,7 +56,7 @@
"@rollup/plugin-typescript": "^8.3.2", "@rollup/plugin-typescript": "^8.3.2",
"@types/chai": "^4.3.1", "@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1", "@types/mocha": "^9.1.1",
"@types/node": "^14.18.17", "@types/node": "^14.18.18",
"@ungap/structured-clone": "^0.3.4", "@ungap/structured-clone": "^0.3.4",
"abort-controller": "^3.0.0", "abort-controller": "^3.0.0",
"chai": "^4.3.6", "chai": "^4.3.6",
@ -66,7 +66,7 @@
"magic-string": "^0.25.9", "magic-string": "^0.25.9",
"mocha": "^9.2.2", "mocha": "^9.2.2",
"node-fetch": "^3.2.4", "node-fetch": "^3.2.4",
"rollup": "^2.72.1", "rollup": "^2.73.0",
"rollup-plugin-terser": "^7.0.2", "rollup-plugin-terser": "^7.0.2",
"tslib": "^2.4.0", "tslib": "^2.4.0",
"typescript": "^4.6.4", "typescript": "^4.6.4",

File diff suppressed because it is too large Load diff