bimplus-webclient 0.1.52 → 0.1.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bimplus-webclient",
3
- "version": "0.1.52",
3
+ "version": "0.1.53",
4
4
  "description": "bim+ web client",
5
5
  "types": "types/bimplus-webclient.d.ts",
6
6
  "keywords": [
@@ -28,21 +28,21 @@
28
28
  "build-docConf": "yarn build-docMd && cd ./documentation && python convert_to_confluence_md.py",
29
29
  "build-docAll": "yarn build-doc && yarn build-docConf",
30
30
  "test": "node node_modules/karma/bin/karma start",
31
- "test-chrome": "npm run test -- --single-run=true --browsers Chrome karma.conf.js",
31
+ "test-chrome": "npm run test -- --single-run=true --browsers ChromeExt karma.conf.js",
32
32
  "test-chrome-headless": "npm run test -- --single-run=true --browsers ChromeHeadless karma.conf.js",
33
33
  "test-firefox": "npm run test -- --single-run=true --browsers Firefox karma.conf.js",
34
34
  "test-firefox-headless": "npm run test -- --single-run=true --browsers FirefoxHeadless karma.conf.js",
35
- "test-watch": "npm run test -- --browsers=Chrome --single-run=false --auto-watch"
35
+ "test-watch": "npm run test -- --browsers=ChromeExt --single-run=false --auto-watch"
36
36
  },
37
37
  "devDependencies": {
38
- "@babel/core": "^7.25.2",
39
- "@babel/preset-env": "^7.25.4",
38
+ "@babel/core": "^7.25.8",
39
+ "@babel/preset-env": "^7.25.8",
40
40
  "babel-loader": "^9.2.1",
41
41
  "clean-webpack-plugin": "^4.0.0",
42
42
  "coverage-istanbul-loader": "^3.0.5",
43
43
  "documentation": "^14.0.3",
44
- "eslint": "^9.11.1",
45
- "globals": "15.10.0",
44
+ "eslint": "^9.13.0",
45
+ "globals": "15.11.0",
46
46
  "karma": "^6.4.4",
47
47
  "karma-chrome-launcher": "^3.2.0",
48
48
  "karma-coverage-istanbul-reporter": "^3.0.2",