localdb-ces6q 0.2.49 → 0.2.51

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": "localdb-ces6q",
3
- "version": "0.2.49",
3
+ "version": "0.2.51",
4
4
  "description": "TypeScript ECMAScript Module Library Template",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
@@ -45,14 +45,14 @@
45
45
  "@babel/preset-typescript": "^7.21.4",
46
46
  "@jest/globals": "^29.5.0",
47
47
  "@types/jest": "^29.5.0",
48
- "@types/react": "^18.0.33",
48
+ "@types/react": "^18.0.37",
49
49
  "jest-ts-webcompat-resolver": "^1.0.0",
50
50
  "prettier": "^2.8.7",
51
51
  "react": "^18.2.0",
52
52
  "shelljs": "^0.8.5",
53
53
  "shx": "^0.3.4",
54
54
  "ts-jest": "^29.1.0",
55
- "typescript": "^5.0.3"
55
+ "typescript": "^5.0.4"
56
56
  },
57
57
  "publishConfig": {
58
58
  "access": "public"