Skip to content

Commit

Permalink
[ci] update lockfile (withastro#3386)
Browse files Browse the repository at this point in the history
Co-authored-by: FredKSchott <[email protected]>
  • Loading branch information
FredKSchott and FredKSchott committed May 17, 2022
1 parent 4d00473 commit d102cab
Show file tree
Hide file tree
Showing 5 changed files with 534 additions and 536 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 6 additions & 6 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading

0 comments on commit d102cab

Please sign in to comment.