@ripple-ts/prettier-plugin 0.2.182 → 0.2.183

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ripple-ts/prettier-plugin",
3
- "version": "0.2.182",
3
+ "version": "0.2.183",
4
4
  "description": "Ripple plugin for Prettier",
5
5
  "type": "module",
6
6
  "module": "src/index.js",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "devDependencies": {
27
27
  "prettier": "^3.6.2",
28
- "ripple": "0.2.182"
28
+ "ripple": "0.2.183"
29
29
  },
30
30
  "dependencies": {},
31
31
  "files": [
package/src/index.test.js CHANGED
@@ -104,6 +104,7 @@ describe('prettier-plugin', () => {
104
104
  let count = 0;
105
105
 
106
106
  // comment
107
+
107
108
  <div>{'Hello'}</div>
108
109
  <div>
109
110
  let two = 2;