@laboratoria/sdk-js 5.3.0-beta.0 → 5.3.0-beta.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laboratoria/sdk-js",
3
- "version": "5.3.0-beta.0",
3
+ "version": "5.3.0-beta.2",
4
4
  "description": "Laboratoria JavaScript (browser) SDK",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -11,15 +11,15 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "blueimp-md5": "^2.19.0",
14
- "firebase": "^9.23.0"
14
+ "firebase": "^10.0.0"
15
15
  },
16
16
  "devDependencies": {
17
- "@babel/core": "^7.22.6",
17
+ "@babel/core": "^7.22.9",
18
18
  "@babel/plugin-transform-modules-commonjs": "^7.22.5",
19
- "babel-jest": "^29.6.0",
20
- "jest": "^29.6.0",
21
- "jest-environment-jsdom": "^29.6.0",
22
- "webpack": "^5.88.1",
19
+ "babel-jest": "^29.6.1",
20
+ "jest": "^29.6.1",
21
+ "jest-environment-jsdom": "^29.6.1",
22
+ "webpack": "^5.88.2",
23
23
  "webpack-cli": "^5.1.4"
24
24
  },
25
25
  "jest": {
@@ -33,4 +33,4 @@
33
33
  }
34
34
  }
35
35
  }
36
- }
36
+ }