@triptease/tt-multi-date-picker 0.4.3 → 0.4.5

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 +5 -5
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Multi-date and date range selection calendar web component",
4
4
  "license": "MIT",
5
5
  "author": "@triptease",
6
- "version": "0.4.3",
6
+ "version": "0.4.5",
7
7
  "type": "module",
8
8
  "main": "dist/esm/src/index.js",
9
9
  "module": "dist/esm/src/index.js",
@@ -32,13 +32,13 @@
32
32
  "build:node:watch": "tsc --watch",
33
33
  "build:web": "node ../../scripts/esbuild.mjs",
34
34
  "prepublish": "tsc && yarn analyze --exclude dist",
35
- "test": "yarn playwright install && vitest run --config=./vitest.browser.config.mjs",
35
+ "test": "yarn playwright install chromium && vitest run --config=./vitest.browser.config.mjs",
36
36
  "test:watch": "vitest --config=./vitest.browser.config.mjs"
37
37
  },
38
38
  "dependencies": {
39
- "@triptease/icons": "1.4.3",
40
- "@triptease/stylesheet": "2.1.9",
41
- "@triptease/tt-calendar": "6.4.2",
39
+ "@triptease/icons": "1.5.0",
40
+ "@triptease/stylesheet": "2.1.10",
41
+ "@triptease/tt-calendar": "6.4.3",
42
42
  "lit": "^3.1.4",
43
43
  "luxon": "^3.6.1"
44
44
  },