@expo/push-errors 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expo/push-errors",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Contains type definitions and helper functions related to writing and reading push receipts.",
5
5
  "main": "build/PushErrors.js",
6
6
  "files": [
@@ -30,13 +30,13 @@
30
30
  }
31
31
  },
32
32
  "devDependencies": {
33
+ "@tsconfig/node18": "^1.0.1",
33
34
  "@types/jest": "^28.1.4",
34
35
  "eslint": "^8.19.0",
35
36
  "eslint-config-universe": "^11.0.0",
36
37
  "jest": "^28.1.2",
37
38
  "prettier": "~2.7.1",
38
39
  "ts-jest": "~28.0.5",
39
- "typescript": "^4.0.2",
40
- "@tsconfig/node18": "^1.0.1"
40
+ "typescript": "^4.0.2"
41
41
  }
42
42
  }