babel-plugin-solarite 0.7.0 → 0.9.0

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babel-plugin-solarite",
3
- "version": "0.7.0",
3
+ "version": "0.9.0",
4
4
  "description": "Babel plugin that compiles JSX/TSX to Solarite precompile output (jsxTemplate/jsxAttr/jsxEscape), giving JSX the same runtime speed as h tagged templates. Also the shared engine behind vite-plugin-solarite and esbuild-plugin-solarite.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -33,7 +33,7 @@
33
33
  "@babel/preset-typescript": "^8.0.1"
34
34
  },
35
35
  "peerDependencies": {
36
- "solarite": "^0.7.0"
36
+ "solarite": "^0.9.0"
37
37
  },
38
38
  "peerDependenciesMeta": {
39
39
  "solarite": { "optional": true }