[ci] update lockfile (#3386)

Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
This commit is contained in:
Fred K. Schott 2022-05-17 08:44:50 -07:00 committed by GitHub
parent 4d00473dbd
commit d102cab126
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 534 additions and 536 deletions

View file

@ -59,8 +59,8 @@
"@changesets/changelog-github": "0.4.4",
"@changesets/cli": "2.22.0",
"@octokit/action": "^3.18.1",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"@typescript-eslint/eslint-plugin": "^5.24.0",
"@typescript-eslint/parser": "^5.24.0",
"del": "^6.1.0",
"esbuild": "^0.14.39",
"eslint": "^8.15.0",

View file

@ -82,10 +82,10 @@
"@astrojs/prism": "0.4.1",
"@astrojs/telemetry": "^0.1.2",
"@astrojs/webapi": "^0.11.1",
"@babel/core": "^7.17.10",
"@babel/generator": "^7.17.10",
"@babel/parser": "^7.17.10",
"@babel/traverse": "^7.17.10",
"@babel/core": "^7.17.12",
"@babel/generator": "^7.17.12",
"@babel/parser": "^7.17.12",
"@babel/traverse": "^7.17.12",
"@proload/core": "^0.3.2",
"@proload/plugin-tsm": "^0.2.1",
"ast-types": "^0.14.2",
@ -135,8 +135,8 @@
"zod": "^3.16.0"
},
"devDependencies": {
"@babel/types": "^7.17.10",
"@playwright/test": "^1.22.0",
"@babel/types": "^7.17.12",
"@playwright/test": "^1.22.1",
"@types/babel__core": "^7.1.19",
"@types/babel__generator": "^7.6.4",
"@types/babel__traverse": "^7.17.1",

View file

@ -30,7 +30,7 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@babel/plugin-transform-react-jsx": "^7.17.12",
"preact-render-to-string": "^5.2.0"
},
"devDependencies": {

View file

@ -33,7 +33,7 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.17.3"
"@babel/plugin-transform-react-jsx": "^7.17.12"
},
"devDependencies": {
"@types/react": "^17.0.45",

File diff suppressed because it is too large Load diff