@powerlines/plugin-react 0.1.6 → 0.1.8

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 +16 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-react",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin for building a React application.",
6
6
  "repository": {
@@ -124,25 +124,25 @@
124
124
  "react-dom": { "optional": false }
125
125
  },
126
126
  "dependencies": {
127
- "@storm-software/config-tools": "^1.188.19",
128
- "@stryke/cli": "^0.12.5",
129
- "@stryke/convert": "^0.6.1",
130
- "@stryke/fs": "^0.32.11",
131
- "@stryke/path": "^0.19.0",
127
+ "@storm-software/config-tools": "^1.188.38",
128
+ "@stryke/cli": "^0.12.7",
129
+ "@stryke/convert": "^0.6.2",
130
+ "@stryke/fs": "^0.32.13",
131
+ "@stryke/path": "^0.19.2",
132
132
  "babel-plugin-react-compiler": "^1.0.0",
133
- "@powerlines/alloy": "^0.11.15",
134
- "@powerlines/plugin-babel": "^0.12.15",
135
- "@powerlines/plugin-env": "^0.13.12",
136
- "@powerlines/plugin-plugin": "^0.11.14",
137
- "@vitejs/plugin-react": "^5.1.0",
133
+ "@powerlines/alloy": "^0.11.17",
134
+ "@powerlines/plugin-babel": "^0.12.17",
135
+ "@powerlines/plugin-env": "^0.13.14",
136
+ "@powerlines/plugin-plugin": "^0.11.16",
137
+ "@vitejs/plugin-react": "^5.1.1",
138
138
  "defu": "^6.1.4",
139
- "powerlines": "^0.19.2"
139
+ "powerlines": "^0.19.4"
140
140
  },
141
141
  "devDependencies": {
142
- "@powerlines/nx": "^0.10.6",
143
- "@storm-software/tsup": "^0.2.17",
144
- "@types/node": "^22.19.0"
142
+ "@powerlines/nx": "^0.10.8",
143
+ "@storm-software/tsup": "^0.2.36",
144
+ "@types/node": "^22.19.1"
145
145
  },
146
146
  "publishConfig": { "access": "public" },
147
- "gitHead": "487dbe9d301ea6c2bba10d3dec1706b64a079452"
147
+ "gitHead": "ab4911e45335c3ac4d162831f770181585c0d26f"
148
148
  }