Skip to content

Commit 6b65cd8

Browse files
Update dependency @astrojs/compiler to ^0.25.0 (#98)
* Update dependency @astrojs/compiler to ^0.25.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 8bed183 commit 6b65cd8

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
@@ -12,7 +12,7 @@
1212
"copy-eslint-package-json": "cp ./node_modules/eslint/package.json ./build-system/shim/eslint/package.json"
1313
},
1414
"devDependencies": {
15-
"@astrojs/compiler": "^0.24.0",
15+
"@astrojs/compiler": "^0.25.0",
1616
"@astrojs/svelte": "^1.0.0",
1717
"astro": "^1.0.0-beta.40",
1818
"astro-eslint-parser": "file:..",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"homepage": "https://github.com/ota-meshi/astro-eslint-parser#readme",
4747
"dependencies": {
48-
"@astrojs/compiler": "0.18.0 - 0.24.0 || ^0.24.0",
48+
"@astrojs/compiler": "0.18 - 0.25 || ^0.25.0",
4949
"@typescript-eslint/types": "^5.25.0",
5050
"astrojs-compiler-sync": "^0.2.0",
5151
"debug": "^4.3.4",

0 commit comments

Comments
 (0)