@zenuml/core 3.0.5 → 3.0.7

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@zenuml/core",
3
- "version": "3.0.5",
3
+ "version": "3.0.7",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -72,6 +72,8 @@
72
72
  "eslint-plugin-vue": "^8.7.1",
73
73
  "global-jsdom": "^8.6.0",
74
74
  "jsdom": "^20.0.2",
75
+ "less": "^4.1.3",
76
+ "less-loader": "^11.1.3",
75
77
  "node-sass": "^7.0.3",
76
78
  "regenerator-runtime": "^0.13.7",
77
79
  "sass": "^1.26.5",
package/pnpm-lock.yaml CHANGED
@@ -1,5 +1,9 @@
1
1
  lockfileVersion: '6.0'
2
2
 
3
+ settings:
4
+ autoInstallPeers: true
5
+ excludeLinksFromLockfile: false
6
+
3
7
  dependencies:
4
8
  '@types/assert':
5
9
  specifier: ^1.5.4
@@ -71,7 +75,7 @@ devDependencies:
71
75
  version: 4.14.191
72
76
  '@types/node':
73
77
  specifier: latest
74
- version: 20.2.5
78
+ version: 20.4.6
75
79
  '@typescript-eslint/eslint-plugin':
76
80
  specifier: ^5.46.1
77
81
  version: 5.46.1(@typescript-eslint/parser@5.46.1)(eslint@8.30.0)(typescript@4.9.4)
@@ -114,6 +118,12 @@ devDependencies:
114
118
  jsdom:
115
119
  specifier: ^20.0.2
116
120
  version: 20.0.3
121
+ less:
122
+ specifier: ^4.1.3
123
+ version: 4.1.3
124
+ less-loader:
125
+ specifier: ^11.1.3
126
+ version: 11.1.3(less@4.1.3)(webpack@5.85.0)
117
127
  node-sass:
118
128
  specifier: ^7.0.3
119
129
  version: 7.0.3
@@ -131,19 +141,19 @@ devDependencies:
131
141
  version: 3.1.0(webpack@5.85.0)
132
142
  ts-node:
133
143
  specifier: ^10.9.1
134
- version: 10.9.1(@types/node@20.2.5)(typescript@4.9.4)
144
+ version: 10.9.1(@types/node@20.4.6)(typescript@4.9.4)
135
145
  typescript:
136
146
  specifier: ^4.7.4
137
147
  version: 4.9.4
138
148
  vite:
139
149
  specifier: ^3.2.3
140
- version: 3.2.5(@types/node@20.2.5)(sass@1.57.0)
150
+ version: 3.2.5(@types/node@20.4.6)(less@4.1.3)(sass@1.57.0)
141
151
  vite-plugin-css-injected-by-js:
142
152
  specifier: ^2.2.0
143
153
  version: 2.2.0(vite@3.2.5)
144
154
  vitest:
145
155
  specifier: ^0.26.1
146
- version: 0.26.1(jsdom@20.0.3)(sass@1.57.0)
156
+ version: 0.26.1(jsdom@20.0.3)(less@4.1.3)(sass@1.57.0)
147
157
 
148
158
  packages:
149
159
 
@@ -2302,8 +2312,8 @@ packages:
2302
2312
  resolution: {integrity: sha512-hcU9AIQVHmPnmjRK+XUUYlILlr9pQrsqSrwov/JK1pnf3GTQowVBhx54FbvM0AU/VXGH4i3+vgXS5EguR7fysA==}
2303
2313
  dev: true
2304
2314
 
2305
- /@types/node@20.2.5:
2306
- resolution: {integrity: sha512-JJulVEQXmiY9Px5axXHeYGLSjhkZEnD+MDPDGbCbIAbMslkKwmygtZFy1X6s/075Yo94sf8GuSlFfPzysQrWZQ==}
2315
+ /@types/node@20.4.6:
2316
+ resolution: {integrity: sha512-q0RkvNgMweWWIvSMDiXhflGUKMdIxBo2M2tYM/0kEGDueQByFzK4KZAgu5YHGFNxziTlppNpTIBcqHQAxlfHdA==}
2307
2317
 
2308
2318
  /@types/normalize-package-data@2.4.1:
2309
2319
  resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==}
@@ -2331,7 +2341,7 @@ packages:
2331
2341
  resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==}
2332
2342
  requiresBuild: true
2333
2343
  dependencies:
2334
- '@types/node': 20.2.5
2344
+ '@types/node': 20.4.6
2335
2345
  dev: true
2336
2346
  optional: true
2337
2347
 
@@ -2471,7 +2481,7 @@ packages:
2471
2481
  vite: ^4.0.0
2472
2482
  vue: ^3.2.25
2473
2483
  dependencies:
2474
- vite: 3.2.5(@types/node@20.2.5)(sass@1.57.0)
2484
+ vite: 3.2.5(@types/node@20.4.6)(less@4.1.3)(sass@1.57.0)
2475
2485
  vue: 3.2.45
2476
2486
  dev: true
2477
2487
 
@@ -2715,12 +2725,12 @@ packages:
2715
2725
  acorn-walk: 8.2.0
2716
2726
  dev: true
2717
2727
 
2718
- /acorn-import-assertions@1.9.0(acorn@8.8.1):
2728
+ /acorn-import-assertions@1.9.0(acorn@8.8.2):
2719
2729
  resolution: {integrity: sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==}
2720
2730
  peerDependencies:
2721
2731
  acorn: ^8
2722
2732
  dependencies:
2723
- acorn: 8.8.1
2733
+ acorn: 8.8.2
2724
2734
  dev: true
2725
2735
 
2726
2736
  /acorn-jsx@5.3.2(acorn@8.8.1):
@@ -3415,6 +3425,12 @@ packages:
3415
3425
  engines: {node: '>= 0.6'}
3416
3426
  dev: true
3417
3427
 
3428
+ /copy-anything@2.0.6:
3429
+ resolution: {integrity: sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==}
3430
+ dependencies:
3431
+ is-what: 3.14.1
3432
+ dev: true
3433
+
3418
3434
  /core-js-compat@3.26.1:
3419
3435
  resolution: {integrity: sha512-622/KzTudvXCDLRw70iHW4KKs1aGpcRcowGWyYJr2DEBfRrd6hNJybxSWJFuZYD4ma86xhrwDDHxmDaIq4EA8A==}
3420
3436
  dependencies:
@@ -3841,6 +3857,15 @@ packages:
3841
3857
  resolution: {integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==}
3842
3858
  dev: true
3843
3859
 
3860
+ /errno@0.1.8:
3861
+ resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==}
3862
+ hasBin: true
3863
+ requiresBuild: true
3864
+ dependencies:
3865
+ prr: 1.0.1
3866
+ dev: true
3867
+ optional: true
3868
+
3844
3869
  /error-ex@1.3.2:
3845
3870
  resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==}
3846
3871
  dependencies:
@@ -4854,6 +4879,14 @@ packages:
4854
4879
  engines: {node: '>= 4'}
4855
4880
  dev: true
4856
4881
 
4882
+ /image-size@0.5.5:
4883
+ resolution: {integrity: sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==}
4884
+ engines: {node: '>=0.10.0'}
4885
+ hasBin: true
4886
+ requiresBuild: true
4887
+ dev: true
4888
+ optional: true
4889
+
4857
4890
  /image-size@0.7.5:
4858
4891
  resolution: {integrity: sha512-Hiyv+mXHfFEP7LzUL/llg9RwFxxY+o9N3JVLIeG5E7iFIFAalxvRU9UZthBdYDEVnzHMgjnKJPPpay5BWf1g9g==}
4859
4892
  engines: {node: '>=6.9.0'}
@@ -4999,6 +5032,10 @@ packages:
4999
5032
  engines: {node: '>=10'}
5000
5033
  dev: true
5001
5034
 
5035
+ /is-what@3.14.1:
5036
+ resolution: {integrity: sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==}
5037
+ dev: true
5038
+
5002
5039
  /isarray@1.0.0:
5003
5040
  resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==}
5004
5041
  dev: true
@@ -5019,7 +5056,7 @@ packages:
5019
5056
  resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==}
5020
5057
  engines: {node: '>= 10.13.0'}
5021
5058
  dependencies:
5022
- '@types/node': 20.2.5
5059
+ '@types/node': 20.4.6
5023
5060
  merge-stream: 2.0.0
5024
5061
  supports-color: 7.2.0
5025
5062
  dev: true
@@ -5028,7 +5065,7 @@ packages:
5028
5065
  resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==}
5029
5066
  engines: {node: '>= 10.13.0'}
5030
5067
  dependencies:
5031
- '@types/node': 20.2.5
5068
+ '@types/node': 20.4.6
5032
5069
  merge-stream: 2.0.0
5033
5070
  supports-color: 8.1.1
5034
5071
  dev: true
@@ -5197,6 +5234,37 @@ packages:
5197
5234
  engines: {node: '> 0.8'}
5198
5235
  dev: true
5199
5236
 
5237
+ /less-loader@11.1.3(less@4.1.3)(webpack@5.85.0):
5238
+ resolution: {integrity: sha512-A5b7O8dH9xpxvkosNrP0dFp2i/dISOJa9WwGF3WJflfqIERE2ybxh1BFDj5CovC2+jCE4M354mk90hN6ziXlVw==}
5239
+ engines: {node: '>= 14.15.0'}
5240
+ peerDependencies:
5241
+ less: ^3.5.0 || ^4.0.0
5242
+ webpack: ^5.0.0
5243
+ dependencies:
5244
+ less: 4.1.3
5245
+ webpack: 5.85.0
5246
+ dev: true
5247
+
5248
+ /less@4.1.3:
5249
+ resolution: {integrity: sha512-w16Xk/Ta9Hhyei0Gpz9m7VS8F28nieJaL/VyShID7cYvP6IL5oHeL6p4TXSDJqZE/lNv0oJ2pGVjJsRkfwm5FA==}
5250
+ engines: {node: '>=6'}
5251
+ hasBin: true
5252
+ dependencies:
5253
+ copy-anything: 2.0.6
5254
+ parse-node-version: 1.0.1
5255
+ tslib: 2.4.1
5256
+ optionalDependencies:
5257
+ errno: 0.1.8
5258
+ graceful-fs: 4.2.10
5259
+ image-size: 0.5.5
5260
+ make-dir: 2.1.0
5261
+ mime: 1.6.0
5262
+ needle: 3.2.0
5263
+ source-map: 0.6.1
5264
+ transitivePeerDependencies:
5265
+ - supports-color
5266
+ dev: true
5267
+
5200
5268
  /levn@0.3.0:
5201
5269
  resolution: {integrity: sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==}
5202
5270
  engines: {node: '>= 0.8.0'}
@@ -5345,6 +5413,16 @@ packages:
5345
5413
  dependencies:
5346
5414
  sourcemap-codec: 1.4.8
5347
5415
 
5416
+ /make-dir@2.1.0:
5417
+ resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==}
5418
+ engines: {node: '>=6'}
5419
+ requiresBuild: true
5420
+ dependencies:
5421
+ pify: 4.0.1
5422
+ semver: 5.7.1
5423
+ dev: true
5424
+ optional: true
5425
+
5348
5426
  /make-dir@3.1.0:
5349
5427
  resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==}
5350
5428
  engines: {node: '>=8'}
@@ -5608,6 +5686,20 @@ packages:
5608
5686
  resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
5609
5687
  dev: true
5610
5688
 
5689
+ /needle@3.2.0:
5690
+ resolution: {integrity: sha512-oUvzXnyLiVyVGoianLijF9O/RecZUf7TkBfimjGrLM4eQhXyeJwM6GeAWccwfQ9aa4gMCZKqhAOuLaMIcQxajQ==}
5691
+ engines: {node: '>= 4.4.x'}
5692
+ hasBin: true
5693
+ requiresBuild: true
5694
+ dependencies:
5695
+ debug: 3.2.7(supports-color@8.1.1)
5696
+ iconv-lite: 0.6.3
5697
+ sax: 1.2.4
5698
+ transitivePeerDependencies:
5699
+ - supports-color
5700
+ dev: true
5701
+ optional: true
5702
+
5611
5703
  /negotiator@0.6.3:
5612
5704
  resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==}
5613
5705
  engines: {node: '>= 0.6'}
@@ -5889,6 +5981,11 @@ packages:
5889
5981
  lines-and-columns: 1.2.4
5890
5982
  dev: true
5891
5983
 
5984
+ /parse-node-version@1.0.1:
5985
+ resolution: {integrity: sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==}
5986
+ engines: {node: '>= 0.10'}
5987
+ dev: true
5988
+
5892
5989
  /parse5@7.1.2:
5893
5990
  resolution: {integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==}
5894
5991
  dependencies:
@@ -5961,6 +6058,12 @@ packages:
5961
6058
  resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==}
5962
6059
  engines: {node: '>=0.10.0'}
5963
6060
 
6061
+ /pify@4.0.1:
6062
+ resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==}
6063
+ engines: {node: '>=6'}
6064
+ dev: true
6065
+ optional: true
6066
+
5964
6067
  /pino-abstract-transport@1.0.0:
5965
6068
  resolution: {integrity: sha512-c7vo5OpW4wIS42hUVcT5REsL8ZljsUfBjqV/e2sFxmFEFZiq1XLUp5EYLtuDH6PEHq9W1egWqRbnLUP5FuZmOA==}
5966
6069
  dependencies:
@@ -6052,7 +6155,7 @@ packages:
6052
6155
  dependencies:
6053
6156
  lilconfig: 2.0.6
6054
6157
  postcss: 8.4.20
6055
- ts-node: 10.9.1(@types/node@20.2.5)(typescript@4.9.4)
6158
+ ts-node: 10.9.1(@types/node@20.4.6)(typescript@4.9.4)
6056
6159
  yaml: 1.10.2
6057
6160
  dev: false
6058
6161
 
@@ -6138,6 +6241,11 @@ packages:
6138
6241
  resolution: {integrity: sha512-F2JHgJQ1iqwnHDcQjVBsq3n/uoaFL+iPW/eAeL7kVxy/2RrWaN4WroKjjvbsoRtv0ftelNyC01bjRhn/bhcf4A==}
6139
6242
  dev: true
6140
6243
 
6244
+ /prr@1.0.1:
6245
+ resolution: {integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==}
6246
+ dev: true
6247
+ optional: true
6248
+
6141
6249
  /psl@1.9.0:
6142
6250
  resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==}
6143
6251
  dev: true
@@ -7081,7 +7189,7 @@ packages:
7081
7189
  utf8-byte-length: 1.0.4
7082
7190
  dev: true
7083
7191
 
7084
- /ts-node@10.9.1(@types/node@20.2.5)(typescript@4.9.4):
7192
+ /ts-node@10.9.1(@types/node@20.4.6)(typescript@4.9.4):
7085
7193
  resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
7086
7194
  hasBin: true
7087
7195
  peerDependencies:
@@ -7100,7 +7208,7 @@ packages:
7100
7208
  '@tsconfig/node12': 1.0.11
7101
7209
  '@tsconfig/node14': 1.0.3
7102
7210
  '@tsconfig/node16': 1.0.3
7103
- '@types/node': 20.2.5
7211
+ '@types/node': 20.4.6
7104
7212
  acorn: 8.8.1
7105
7213
  acorn-walk: 8.2.0
7106
7214
  arg: 4.1.3
@@ -7324,7 +7432,7 @@ packages:
7324
7432
  extsprintf: 1.3.0
7325
7433
  dev: true
7326
7434
 
7327
- /vite-node@0.26.1(@types/node@20.2.5)(sass@1.57.0):
7435
+ /vite-node@0.26.1(@types/node@20.4.6)(less@4.1.3)(sass@1.57.0):
7328
7436
  resolution: {integrity: sha512-5FJSKZZJz48zFRKHE55WyevZe61hLMQEsqGn+ungfd60kxEztFybZ3yG9ToGFtOWNCCy7Vn5EVuXD8bdeHOSdw==}
7329
7437
  engines: {node: '>=v14.16.0'}
7330
7438
  hasBin: true
@@ -7334,7 +7442,7 @@ packages:
7334
7442
  pathe: 0.2.0
7335
7443
  source-map: 0.6.1
7336
7444
  source-map-support: 0.5.21
7337
- vite: 4.0.1(@types/node@20.2.5)(sass@1.57.0)
7445
+ vite: 4.0.1(@types/node@20.4.6)(less@4.1.3)(sass@1.57.0)
7338
7446
  transitivePeerDependencies:
7339
7447
  - '@types/node'
7340
7448
  - less
@@ -7350,10 +7458,10 @@ packages:
7350
7458
  peerDependencies:
7351
7459
  vite: '>2.0.0-0'
7352
7460
  dependencies:
7353
- vite: 3.2.5(@types/node@20.2.5)(sass@1.57.0)
7461
+ vite: 3.2.5(@types/node@20.4.6)(less@4.1.3)(sass@1.57.0)
7354
7462
  dev: true
7355
7463
 
7356
- /vite@3.2.5(@types/node@20.2.5)(sass@1.57.0):
7464
+ /vite@3.2.5(@types/node@20.4.6)(less@4.1.3)(sass@1.57.0):
7357
7465
  resolution: {integrity: sha512-4mVEpXpSOgrssFZAOmGIr85wPHKvaDAcXqxVxVRZhljkJOMZi1ibLibzjLHzJvcok8BMguLc7g1W6W/GqZbLdQ==}
7358
7466
  engines: {node: ^14.18.0 || >=16.0.0}
7359
7467
  hasBin: true
@@ -7378,8 +7486,9 @@ packages:
7378
7486
  terser:
7379
7487
  optional: true
7380
7488
  dependencies:
7381
- '@types/node': 20.2.5
7489
+ '@types/node': 20.4.6
7382
7490
  esbuild: 0.15.18
7491
+ less: 4.1.3
7383
7492
  postcss: 8.4.20
7384
7493
  resolve: 1.22.1
7385
7494
  rollup: 2.79.1
@@ -7388,7 +7497,7 @@ packages:
7388
7497
  fsevents: 2.3.2
7389
7498
  dev: true
7390
7499
 
7391
- /vite@4.0.1(@types/node@20.2.5)(sass@1.57.0):
7500
+ /vite@4.0.1(@types/node@20.4.6)(less@4.1.3)(sass@1.57.0):
7392
7501
  resolution: {integrity: sha512-kZQPzbDau35iWOhy3CpkrRC7It+HIHtulAzBhMqzGHKRf/4+vmh8rPDDdv98SWQrFWo6//3ozwsRmwQIPZsK9g==}
7393
7502
  engines: {node: ^14.18.0 || >=16.0.0}
7394
7503
  hasBin: true
@@ -7413,8 +7522,9 @@ packages:
7413
7522
  terser:
7414
7523
  optional: true
7415
7524
  dependencies:
7416
- '@types/node': 20.2.5
7525
+ '@types/node': 20.4.6
7417
7526
  esbuild: 0.16.8
7527
+ less: 4.1.3
7418
7528
  postcss: 8.4.20
7419
7529
  resolve: 1.22.1
7420
7530
  rollup: 3.7.5
@@ -7423,7 +7533,7 @@ packages:
7423
7533
  fsevents: 2.3.2
7424
7534
  dev: true
7425
7535
 
7426
- /vitest@0.26.1(jsdom@20.0.3)(sass@1.57.0):
7536
+ /vitest@0.26.1(jsdom@20.0.3)(less@4.1.3)(sass@1.57.0):
7427
7537
  resolution: {integrity: sha512-qTLRnjYmjmJpHlLUtErxtlRqGCe8WItFhGXKklpWivu7CLP9KXN9iTezROe+vf51Kb+BB/fzxK6fUG9DvFGL5Q==}
7428
7538
  engines: {node: '>=v14.16.0'}
7429
7539
  hasBin: true
@@ -7447,7 +7557,7 @@ packages:
7447
7557
  dependencies:
7448
7558
  '@types/chai': 4.3.4
7449
7559
  '@types/chai-subset': 1.3.3
7450
- '@types/node': 20.2.5
7560
+ '@types/node': 20.4.6
7451
7561
  acorn: 8.8.1
7452
7562
  acorn-walk: 8.2.0
7453
7563
  chai: 4.3.7
@@ -7459,8 +7569,8 @@ packages:
7459
7569
  tinybench: 2.3.1
7460
7570
  tinypool: 0.3.0
7461
7571
  tinyspy: 1.0.2
7462
- vite: 4.0.1(@types/node@20.2.5)(sass@1.57.0)
7463
- vite-node: 0.26.1(@types/node@20.2.5)(sass@1.57.0)
7572
+ vite: 4.0.1(@types/node@20.4.6)(less@4.1.3)(sass@1.57.0)
7573
+ vite-node: 0.26.1(@types/node@20.4.6)(less@4.1.3)(sass@1.57.0)
7464
7574
  transitivePeerDependencies:
7465
7575
  - less
7466
7576
  - sass
@@ -7553,8 +7663,8 @@ packages:
7553
7663
  '@webassemblyjs/ast': 1.11.6
7554
7664
  '@webassemblyjs/wasm-edit': 1.11.6
7555
7665
  '@webassemblyjs/wasm-parser': 1.11.6
7556
- acorn: 8.8.1
7557
- acorn-import-assertions: 1.9.0(acorn@8.8.1)
7666
+ acorn: 8.8.2
7667
+ acorn-import-assertions: 1.9.0(acorn@8.8.2)
7558
7668
  browserslist: 4.21.4
7559
7669
  chrome-trace-event: 1.0.3
7560
7670
  enhanced-resolve: 5.14.1
@@ -92,5 +92,8 @@ module.exports = {
92
92
  display: ['group-hover'],
93
93
  },
94
94
  },
95
+ corePlugins: {
96
+ preflight: false
97
+ },
95
98
  plugins: [],
96
99
  };