Skip to content

Commit e5ebeda

Browse files
Update dependency @astrojs/compiler to ^0.22.0 (#70)
* Update dependency @astrojs/compiler to ^0.22.0 * Update package.json Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Yosuke Ota <[email protected]>
1 parent 730d9fe commit e5ebeda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

explorer-v3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"postinstall": "patch-package"
1414
},
1515
"devDependencies": {
16-
"@astrojs/compiler": "^0.21.0",
16+
"@astrojs/compiler": "^0.22.0",
1717
"@astrojs/svelte": "^0.4.0",
1818
"astro": "^1.0.0-beta.40",
1919
"astro-eslint-parser": "file:..",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"homepage": "https://github.com/ota-meshi/astro-eslint-parser#readme",
4444
"dependencies": {
45-
"@astrojs/compiler": "^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0",
45+
"@astrojs/compiler": "^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0",
4646
"@typescript-eslint/types": "^5.25.0",
4747
"debug": "^4.3.4",
4848
"eslint-visitor-keys": "^3.0.0",

0 commit comments

Comments
 (0)