@hubspot/cli 8.0.8-experimental.9 → 8.0.9-experimental.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 +3 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubspot/cli",
3
- "version": "8.0.8-experimental.9",
3
+ "version": "8.0.9-experimental.0",
4
4
  "description": "The official CLI for developing on HubSpot",
5
5
  "license": "Apache-2.0",
6
6
  "repository": "https://github.com/HubSpot/hubspot-cli",
@@ -120,12 +120,7 @@
120
120
  "registry": "https://registry.npmjs.org/"
121
121
  },
122
122
  "resolutions": {
123
- "eslint-visitor-keys": "4.2.0"
124
- },
125
- "overrides": {
126
- "@hubspot/cms-dev-server": {
127
- "react": "18.3.1",
128
- "react-dom": "18.3.1"
129
- }
123
+ "eslint-visitor-keys": "4.2.0",
124
+ "@hubspot/cms-dev-server/react": "18.3.1"
130
125
  }
131
126
  }