@laboratoria/sdk-js 4.0.0-alpha.2 → 4.0.0-alpha.3

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": "@laboratoria/sdk-js",
3
- "version": "4.0.0-alpha.2",
3
+ "version": "4.0.0-alpha.3",
4
4
  "description": "Laboratoria JavaScript (browser) SDK",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -16,9 +16,9 @@
16
16
  "devDependencies": {
17
17
  "@babel/core": "^7.20.12",
18
18
  "@babel/plugin-transform-modules-commonjs": "^7.20.11",
19
- "babel-jest": "^29.4.2",
20
- "jest": "^29.4.2",
21
- "jest-environment-jsdom": "^29.4.2",
19
+ "babel-jest": "^29.4.3",
20
+ "jest": "^29.4.3",
21
+ "jest-environment-jsdom": "^29.4.3",
22
22
  "webpack": "^5.75.0",
23
23
  "webpack-cli": "^5.0.1"
24
24
  },