wj-elements 0.2.0-alpha.2 → 0.2.0-alpha.3

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 +9 -9
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "wj-elements",
3
3
  "description": "WebJET Elements is a modern set of user interface tools harnessing the power of web components designed to simplify web application development.",
4
- "version": "0.2.0-alpha.2",
4
+ "version": "0.2.0-alpha.3",
5
5
  "homepage": "https://github.com/lencys/wj-elements",
6
6
  "author": "Lukáš Ondrejček <lukas.ondrejcek@gmail.com>",
7
7
  "license": "MIT",
@@ -75,23 +75,22 @@
75
75
  "> 0.2%"
76
76
  ],
77
77
  "dependencies": {
78
- "@crowdin/cli": "^3.19.2",
79
- "@docusaurus/core": "^3.8.0",
80
- "@docusaurus/mdx-loader": "^3.8.0",
81
- "@docusaurus/plugin-client-redirects": "^3.8.0",
82
- "@faker-js/faker": "^8.0.0",
83
78
  "@floating-ui/dom": "^1.5.1",
84
79
  "animate.css": "^4.1.1",
85
80
  "morphdom": "^2.7.4",
86
81
  "qrious": "^4.0.2",
87
82
  "slick-router": "^3.0.1",
88
- "tinycolor2": "^1.6.0",
89
- "typescript": "^5.8.2"
83
+ "tinycolor2": "^1.6.0"
90
84
  },
91
85
  "devDependencies": {
92
86
  "@babel/eslint-parser": "^7.26.5",
87
+ "@crowdin/cli": "^3.19.2",
93
88
  "@custom-elements-manifest/analyzer": "^0.9.3",
89
+ "@docusaurus/core": "^3.8.0",
90
+ "@docusaurus/mdx-loader": "^3.8.0",
91
+ "@docusaurus/plugin-client-redirects": "^3.8.0",
94
92
  "@eslint/js": "^9.13.0",
93
+ "@faker-js/faker": "^8.0.0",
95
94
  "@open-wc/semantic-dom-diff": "^0.20.1",
96
95
  "@open-wc/testing": "^3.2.0",
97
96
  "@web/test-runner": "^0.19.0",
@@ -114,7 +113,8 @@
114
113
  "rollup-plugin-dts": "^6.1.1",
115
114
  "sass": "^1.83.0",
116
115
  "sinon": "^19.0.2",
117
- "vite": "^6.3.5",
116
+ "typescript": "^5.8.2",
117
+ "vite": "^6.4.1",
118
118
  "vite-plugin-dts": "^4.5.0",
119
119
  "vite-plugin-javascript-obfuscator": "^3.1.0"
120
120
  }