@sentry/wizard 3.2.2 → 3.2.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 +4 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.2.3
4
+
5
+ fix(sveltekit): Bump magicast to handle satisfies keyword (#279)
6
+
3
7
  ## 3.2.2
4
8
 
5
9
  - fix: Don't crash in environments without browser (#272)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/wizard",
3
- "version": "3.2.2",
3
+ "version": "3.2.3",
4
4
  "homepage": "https://github.com/getsentry/sentry-wizard",
5
5
  "repository": "https://github.com/getsentry/sentry-wizard",
6
6
  "description": "Sentry wizard helping you to configure your project",
@@ -30,7 +30,7 @@
30
30
  "glob": "^7.1.3",
31
31
  "inquirer": "^6.2.0",
32
32
  "lodash": "^4.17.15",
33
- "magicast": "0.2.5",
33
+ "magicast": "^0.2.9",
34
34
  "opn": "^5.4.0",
35
35
  "r2": "^2.0.1",
36
36
  "read-env": "^1.3.0",
@@ -47,17 +47,17 @@
47
47
  "@types/node": "^10.11.0",
48
48
  "@types/rimraf": "^3.0.2",
49
49
  "@types/semver": "^7.3.7",
50
+ "@typescript-eslint/eslint-plugin": "^5.13.0",
51
+ "@typescript-eslint/parser": "^5.13.0",
50
52
  "eslint": "^8.18.0",
53
+ "eslint-config-prettier": "^8.3.0",
54
+ "eslint-plugin-jest": "^25.3.0",
51
55
  "jest": "^29.5.0",
52
56
  "prettier": "^2.8.7",
53
57
  "rimraf": "^3.0.2",
54
58
  "ts-jest": "^29.1.0",
55
59
  "ts-node": "^10.9.1",
56
- "typescript": "^5.0.4",
57
- "@typescript-eslint/eslint-plugin": "^5.13.0",
58
- "@typescript-eslint/parser": "^5.13.0",
59
- "eslint-config-prettier": "^8.3.0",
60
- "eslint-plugin-jest": "^25.3.0"
60
+ "typescript": "^5.0.4"
61
61
  },
62
62
  "resolutions": {
63
63
  "**/xmldom": "^0.6.0"