@warp-ds/elements 2.1.0 → 2.1.1-next.1

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": "@warp-ds/elements",
3
3
  "type": "module",
4
- "version": "2.1.0",
4
+ "version": "2.1.1-next.1",
5
5
  "description": "Custom elements for Warp",
6
6
  "exports": {
7
7
  ".": "./dist/index.js",
@@ -28,10 +28,10 @@
28
28
  ],
29
29
  "types": "dist/index.d.ts",
30
30
  "scripts": {
31
- "build:docs": "vite build",
31
+ "build:docs": "lingui compile && vite build",
32
32
  "build:eik": "node build.js eik",
33
33
  "build:npm": "node build.js npm",
34
- "build": "rimraf dist && rimraf eik && tsc && vite build --mode lib && pnpm run build:npm && pnpm build:eik",
34
+ "build": "rimraf dist && rimraf eik && lingui compile && tsc && vite build --mode lib && pnpm run build:npm && pnpm build:eik",
35
35
  "commit": "cz",
36
36
  "dev": "vite",
37
37
  "lint:check": "eslint . --ext js,cjs,mjs --ignore-path .gitignore",
@@ -39,7 +39,6 @@
39
39
  "messages:compile": "lingui compile",
40
40
  "messages:extract": "lingui extract",
41
41
  "preview:docs": "vite preview",
42
- "postinstall": "lingui compile",
43
42
  "semantic-release": "semantic-release",
44
43
  "test:mock-backend:ci": "node ./tests/utils/broadcast-backend.js &",
45
44
  "test:mock-backend": "node ./tests/utils/broadcast-backend.js",
@@ -62,17 +61,18 @@
62
61
  "@eik/cli": "2.0.38",
63
62
  "@eik/esbuild-plugin": "1.1.47",
64
63
  "@itsy/animate": "0.0.9",
65
- "@lingui/cli": "4.11.2",
66
- "@lingui/conf": "4.11.2",
64
+ "@lingui/cli": "5.1.2",
65
+ "@lingui/conf": "5.1.2",
67
66
  "@semantic-release/changelog": "6.0.3",
68
67
  "@semantic-release/git": "10.0.1",
69
68
  "@types/node": "20.14.10",
70
69
  "@warp-ds/eslint-config": "1.0.5",
71
- "@warp-ds/uno": "2.x",
70
+ "@warp-ds/uno": "2.0.2",
72
71
  "cors": "2.8.5",
73
72
  "cz-conventional-changelog": "3.3.0",
74
73
  "element-collapse": "1.1.0",
75
74
  "esbuild": "0.23.0",
75
+ "eslint": "8.57.0",
76
76
  "eslint-plugin-lit": "1.14.0",
77
77
  "express": "4.19.2",
78
78
  "glob": "11.0.0",
@@ -90,11 +90,11 @@
90
90
  "vite-plugin-top-level-await": "1.4.1"
91
91
  },
92
92
  "dependencies": {
93
- "@lingui/core": "4.11.2",
93
+ "@lingui/core": "5.1.2",
94
94
  "@warp-ds/core": "1.1.8",
95
- "@warp-ds/css": "2.0.0",
96
- "@warp-ds/elements-core": "2.x",
97
- "@warp-ds/icons": "2.4.0",
95
+ "@warp-ds/css": "2.0.1",
96
+ "@warp-ds/elements-core": "2.0.1",
97
+ "@warp-ds/icons": "2.5.0-next.1",
98
98
  "scroll-doctor": "2.0.2"
99
99
  },
100
100
  "publishConfig": {