@bimdata/viewer 2.0.0-beta.142 → 2.0.0-beta.144

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bimdata/viewer",
3
3
  "type": "module",
4
- "version": "2.0.0-beta.142",
4
+ "version": "2.0.0-beta.144",
5
5
  "description": "A customizable BIM viewer.",
6
6
  "keywords": [
7
7
  "bim",
@@ -49,7 +49,7 @@
49
49
  "index.d.ts"
50
50
  ],
51
51
  "devDependencies": {
52
- "@babel/preset-env": "^7.22.20",
52
+ "@babel/preset-env": "^7.24.0",
53
53
  "@bimdata/2d-engine": "2.4.0",
54
54
  "@bimdata/areas-next": "0.1.15",
55
55
  "@bimdata/bcf-components": "6.2.1",
@@ -57,54 +57,54 @@
57
57
  "@bimdata/components": "1.3.2",
58
58
  "@bimdata/design-system": "2.1.0-rc.14",
59
59
  "@bimdata/typescript-fetch-api-client": "10.0.0",
60
- "@rollup/plugin-alias": "5.0.0",
61
- "@rollup/plugin-babel": "^6.0.3",
62
- "@rollup/plugin-commonjs": "^25.0.4",
63
- "@rollup/plugin-image": "^3.0.2",
64
- "@rollup/plugin-replace": "^5.0.2",
60
+ "@rollup/plugin-alias": "5.1.0",
61
+ "@rollup/plugin-babel": "^6.0.4",
62
+ "@rollup/plugin-commonjs": "^25.0.7",
63
+ "@rollup/plugin-image": "^3.0.3",
64
+ "@rollup/plugin-replace": "^5.0.5",
65
65
  "@semantic-release/changelog": "^6.0.3",
66
- "@semantic-release/commit-analyzer": "^11.0.0",
66
+ "@semantic-release/commit-analyzer": "^11.1.0",
67
67
  "@semantic-release/git": "^10.0.1",
68
- "@semantic-release/github": "^9.2.1",
69
- "@semantic-release/npm": "^11.0.0",
70
- "@semantic-release/release-notes-generator": "^12.0.0",
68
+ "@semantic-release/github": "^9.2.6",
69
+ "@semantic-release/npm": "^11.0.3",
70
+ "@semantic-release/release-notes-generator": "^12.1.0",
71
71
  "@vitejs/plugin-vue": "4.6.2",
72
72
  "@vue/vue3-jest": "29.2.6",
73
73
  "@xeokit/xeokit-sdk": "git+https://git@github.com/Amoki/xeokit-sdk.git#369bb4876e529995cd4c192bc7fda5e957f9634f",
74
- "@zip.js/zip.js": "^2.7.32",
75
- "async": "^3.2.4",
76
- "autoprefixer": "^10.4.16",
74
+ "@zip.js/zip.js": "^2.7.37",
75
+ "async": "^3.2.5",
76
+ "autoprefixer": "^10.4.18",
77
77
  "babel-core": "^7.0.0-bridge.0",
78
78
  "babel-jest": "^29.7.0",
79
79
  "conventional-changelog-eslint": "^5.0.0",
80
- "cypress": "13.3.0",
80
+ "cypress": "13.6.6",
81
81
  "esbuild": "^0.20.1",
82
- "eslint": "^8.50.0",
83
- "eslint-config-prettier": "^9.0.0",
82
+ "eslint": "^8.57.0",
83
+ "eslint-config-prettier": "^9.1.0",
84
84
  "eslint-plugin-cypress": "^2.15.1",
85
- "eslint-plugin-jest": "^27.4.2",
86
- "eslint-plugin-prettier": "^5.0.0",
87
- "eslint-plugin-vue": "^9.17.0",
85
+ "eslint-plugin-jest": "^27.9.0",
86
+ "eslint-plugin-prettier": "^5.1.3",
87
+ "eslint-plugin-vue": "^9.22.0",
88
88
  "form-data": "^4.0.0",
89
89
  "html2canvas": "1.4.1",
90
90
  "http-server": "^14.1.1",
91
91
  "jest": "^29.7.0",
92
92
  "jest-environment-jsdom": "^29.7.0",
93
- "jest-extended": "^4.0.1",
93
+ "jest-extended": "^4.0.2",
94
94
  "jspdf": "^2.5.1",
95
95
  "lodash": "^4.17.21",
96
96
  "node-fetch": "^3.3.2",
97
- "postcss": "^8.4.31",
98
- "prettier": "^3.0.3",
97
+ "postcss": "^8.4.35",
98
+ "prettier": "^3.2.5",
99
99
  "querystring": "^0.2.0",
100
- "sass": "^1.68.0",
101
- "semantic-release": "^22.0.5",
102
- "sinon": "^16.0.0",
103
- "start-server-and-test": "2.0.1",
100
+ "sass": "^1.71.1",
101
+ "semantic-release": "^22.0.12",
102
+ "sinon": "^16.1.3",
103
+ "start-server-and-test": "2.0.3",
104
104
  "vite": "4.5.2",
105
105
  "vite-plugin-css-injected-by-js": "3.4.0",
106
- "vue": "3.4.20",
107
- "vue-eslint-parser": "^9.3.1",
108
- "vue-i18n": "^9.5.0"
106
+ "vue": "3.4.21",
107
+ "vue-eslint-parser": "^9.4.2",
108
+ "vue-i18n": "^9.10.1"
109
109
  }
110
110
  }