prettier-plugin-astro 0.5.2 → 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # prettier-plugin-astro
2
2
 
3
+ ## 0.5.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 1da195e: Update to latest version of the compiler
8
+
3
9
  ## 0.5.2
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prettier-plugin-astro",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "type": "commonjs",
5
5
  "description": "A Prettier Plugin for formatting Astro files",
6
6
  "main": "dist/index.js",
@@ -39,7 +39,7 @@
39
39
  "release": "yarn build && changeset publish"
40
40
  },
41
41
  "dependencies": {
42
- "@astrojs/compiler": "^0.19.0",
42
+ "@astrojs/compiler": "^0.23.3",
43
43
  "prettier": "^2.7.1",
44
44
  "sass-formatter": "^0.7.2",
45
45
  "synckit": "^0.7.0"
@@ -49,7 +49,7 @@
49
49
  "@rollup/plugin-commonjs": "^22.0.1",
50
50
  "@rollup/plugin-typescript": "^8.3.3",
51
51
  "@types/node": "^14.15.0",
52
- "@types/prettier": "^2.6.3",
52
+ "@types/prettier": "^2.7.0",
53
53
  "@typescript-eslint/eslint-plugin": "^5.29.0",
54
54
  "@typescript-eslint/parser": "^5.29.0",
55
55
  "@vitest/ui": "^0.16.0",