@seatmap.pro/renderer 1.68.4 → 1.69.0
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/lib/index.d.ts +19 -3
- package/lib/index.js +1 -1
- package/package.json +6 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seatmap.pro/renderer",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.69.0",
|
|
4
4
|
"description": "Seatmap renderer library for booking and admin interfaces by Seatmap.pro",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -83,7 +83,6 @@
|
|
|
83
83
|
"@rjsf/validator-ajv8": "^6.1.2",
|
|
84
84
|
"@testing-library/jest-dom": "^6.4.2",
|
|
85
85
|
"@testing-library/react": "^14.2.1",
|
|
86
|
-
"@types/hammerjs": "^2.0.36",
|
|
87
86
|
"@types/kdbush": "^3.0.0",
|
|
88
87
|
"@types/node": "^22.15.12",
|
|
89
88
|
"@types/react": "^18.2.64",
|
|
@@ -93,8 +92,8 @@
|
|
|
93
92
|
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
94
93
|
"@typescript-eslint/parser": "^8.0.0",
|
|
95
94
|
"@vitejs/plugin-react": "^5.1.4",
|
|
96
|
-
"@vitest/coverage-v8": "^4.
|
|
97
|
-
"@vitest/ui": "^4.
|
|
95
|
+
"@vitest/coverage-v8": "^4.1.10",
|
|
96
|
+
"@vitest/ui": "^4.1.10",
|
|
98
97
|
"babel-loader": "^10.0.0",
|
|
99
98
|
"concat-md": "^0.5.1",
|
|
100
99
|
"core-js": "^3.42.0",
|
|
@@ -122,10 +121,10 @@
|
|
|
122
121
|
"typedoc": "^0.28.4",
|
|
123
122
|
"typedoc-plugin-markdown": "^4.6.3",
|
|
124
123
|
"typescript": "~5.9.3",
|
|
125
|
-
"vite": "^7.3.
|
|
124
|
+
"vite": "^7.3.6",
|
|
126
125
|
"vite-plugin-dts": "^4.5.4",
|
|
127
126
|
"vite-plugin-glsl": "^1.5.5",
|
|
128
|
-
"vitest": "^4.
|
|
127
|
+
"vitest": "^4.1.10",
|
|
129
128
|
"vitest-canvas-mock": "^1.1.3",
|
|
130
129
|
"webpack": "^5.99.7",
|
|
131
130
|
"webpack-cli": "^6.0.1",
|
|
@@ -133,7 +132,6 @@
|
|
|
133
132
|
},
|
|
134
133
|
"dependencies": {
|
|
135
134
|
"@sentry/browser": "^7.119.1",
|
|
136
|
-
"hammerjs": "^2.0.8",
|
|
137
135
|
"kdbush": "^4.0.2",
|
|
138
136
|
"nanoid": "^5.1.5",
|
|
139
137
|
"robot3": "1.1.1",
|
|
@@ -144,7 +142,7 @@
|
|
|
144
142
|
"eslint/minimatch": "3.1.5",
|
|
145
143
|
"@eslint/eslintrc/minimatch": "3.1.5",
|
|
146
144
|
"@microsoft/api-extractor": "7.57.6",
|
|
147
|
-
"vite": "^7.3.
|
|
145
|
+
"vite": "^7.3.6",
|
|
148
146
|
"@microsoft/api-extractor/minimatch": "10.2.4",
|
|
149
147
|
"typedoc/minimatch": "9.0.8",
|
|
150
148
|
"@vue/language-core/minimatch": "9.0.8",
|