@neovici/cosmoz-omnitable 18.11.0-beta.3 → 19.0.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.
Files changed (1) hide show
  1. package/package.json +14 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-omnitable",
3
- "version": "18.11.0-beta.3",
3
+ "version": "19.0.0",
4
4
  "description": "[![Build Status](https://travis-ci.org/Neovici/cosmoz-omnitable.svg?branch=master)](https://travis-ci.org/Neovici/cosmoz-omnitable)",
5
5
  "keywords": [
6
6
  "web-components"
@@ -97,18 +97,18 @@
97
97
  },
98
98
  "dependencies": {
99
99
  "@lit-labs/virtualizer": "^2.1.0",
100
- "@neovici/cosmoz-autocomplete": "^13.7.0-beta.6",
101
- "@neovici/cosmoz-bottom-bar": "^9.0.5 || ^10.0.0 || ^11.0.0",
102
- "@neovici/cosmoz-button": "^1.0.2",
103
- "@neovici/cosmoz-collapse": "^1.1.0",
104
- "@neovici/cosmoz-datetime-input": "^5.0.0-beta.2",
105
- "@neovici/cosmoz-dropdown": "^7.7.0",
106
- "@neovici/cosmoz-icons": "^1.1.0",
107
- "@neovici/cosmoz-input": "^6.0.0-beta.2",
108
- "@neovici/cosmoz-router": "^11.0.0",
109
- "@neovici/cosmoz-spinner": "^1.0.1",
110
- "@neovici/cosmoz-tokens": "^3.4.0",
111
- "@neovici/cosmoz-utils": "^6.21.0",
100
+ "@neovici/cosmoz-autocomplete": "^14.0.1",
101
+ "@neovici/cosmoz-bottom-bar": "^12.0.0",
102
+ "@neovici/cosmoz-button": "^1.1.1",
103
+ "@neovici/cosmoz-collapse": "^1.6.0",
104
+ "@neovici/cosmoz-datetime-input": "^5.0.0",
105
+ "@neovici/cosmoz-dropdown": "^8.0.0",
106
+ "@neovici/cosmoz-icons": "^1.6.0",
107
+ "@neovici/cosmoz-input": "^6.0.0",
108
+ "@neovici/cosmoz-router": "^11.3.0",
109
+ "@neovici/cosmoz-spinner": "^1.0.3",
110
+ "@neovici/cosmoz-tokens": "^3.5.1",
111
+ "@neovici/cosmoz-utils": "^6.22.2",
112
112
  "@neovici/nullxlsx": "^3.0.0",
113
113
  "@pionjs/pion": "^2.16.0",
114
114
  "@polymer/polymer": "^3.3.0",
@@ -134,16 +134,11 @@
134
134
  "@storybook/web-components-vite": "^10.0.4",
135
135
  "@types/file-saver": "^2.0.0",
136
136
  "@types/file-saver-es": "^2.0.3",
137
- "@web/dev-server-esbuild": "^1.0.4",
137
+ "@web/dev-server-esbuild": "^2.0.0",
138
138
  "husky": "^9.0.0",
139
139
  "lint-staged": "^17.0.5",
140
140
  "sinon": "^22.0.0",
141
141
  "storybook": "^10.0.4",
142
142
  "typescript": "^6.0.2"
143
- },
144
- "overrides": {
145
- "@neovici/cosmoz-input": "^6.0.0-beta.2",
146
- "vite": "7.3.6",
147
- "comment": "latest vite misidentifies @polymer/polymer's static import and throw SyntaxError: Unexpected token '('"
148
143
  }
149
144
  }