localdb-ces6q 0.2.19 → 0.2.21

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "localdb-ces6q",
3
- "version": "0.2.19",
3
+ "version": "0.2.21",
4
4
  "description": "TypeScript ECMAScript Module Library Template",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
@@ -28,7 +28,7 @@
28
28
  "homepage": "https://github.com/joonhocho/localdb#readme",
29
29
  "dependencies": {
30
30
  "bplustree-mq4uj": "^0.1.0",
31
- "util-3gcvv": "^0.6.7"
31
+ "util-3gcvv": "^0.6.9"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@babel/core": "^7.21.3",
@@ -36,9 +36,9 @@
36
36
  "@babel/preset-typescript": "^7.21.0",
37
37
  "@jest/globals": "^29.5.0",
38
38
  "@types/jest": "^29.5.0",
39
- "@types/react": "^18.0.28",
39
+ "@types/react": "^18.0.29",
40
40
  "jest-ts-webcompat-resolver": "^1.0.0",
41
- "prettier": "^2.8.6",
41
+ "prettier": "^2.8.7",
42
42
  "react": "^18.2.0",
43
43
  "shelljs": "^0.8.5",
44
44
  "shx": "^0.3.4",