@operato/board 8.0.1 → 9.0.0-beta.4

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,8 +1,9 @@
1
1
  {
2
2
  "name": "@operato/board",
3
- "version": "8.0.1",
3
+ "version": "9.0.0-beta.4",
4
4
  "description": "Webcomponent for board following open-wc recommendations",
5
5
  "author": "heartyoh",
6
+ "type": "module",
6
7
  "main": "dist/src/index.js",
7
8
  "module": "dist/src/index.js",
8
9
  "license": "MIT",
@@ -99,18 +100,18 @@
99
100
  "dependencies": {
100
101
  "@material/web": "^2.0.0",
101
102
  "@open-wc/scoped-elements": "^2.1.3",
102
- "@operato/app": "^8.0.0",
103
- "@operato/data-grist": "^8.0.0",
104
- "@operato/font": "^8.0.0",
105
- "@operato/graphql": "^8.0.0",
106
- "@operato/i18n": "^8.0.0",
107
- "@operato/input": "^8.0.0",
108
- "@operato/layout": "^8.0.0",
109
- "@operato/markdown": "^8.0.0",
110
- "@operato/popup": "^8.0.0",
111
- "@operato/property-editor": "^8.0.0",
112
- "@operato/styles": "^8.0.0",
113
- "@operato/utils": "^8.0.0",
103
+ "@operato/app": "^9.0.0-beta.4",
104
+ "@operato/data-grist": "^9.0.0-beta.4",
105
+ "@operato/font": "^9.0.0-beta.4",
106
+ "@operato/graphql": "^9.0.0-beta.4",
107
+ "@operato/i18n": "^9.0.0-beta.4",
108
+ "@operato/input": "^9.0.0-beta.4",
109
+ "@operato/layout": "^9.0.0-beta.4",
110
+ "@operato/markdown": "^9.0.0-beta.4",
111
+ "@operato/popup": "^9.0.0-beta.4",
112
+ "@operato/property-editor": "^9.0.0-beta.4",
113
+ "@operato/styles": "^9.0.0-beta.4",
114
+ "@operato/utils": "^9.0.0-beta.4",
114
115
  "@polymer/paper-dropdown-menu": "^3.2.0",
115
116
  "@types/file-saver": "^2.0.4",
116
117
  "@types/sortablejs": "^1.10.7",
@@ -122,23 +123,23 @@
122
123
  "xlsx": "^0.18.5"
123
124
  },
124
125
  "devDependencies": {
125
- "@custom-elements-manifest/analyzer": "^0.9.2",
126
+ "@custom-elements-manifest/analyzer": "^0.10.0",
126
127
  "@hatiolab/prettier-config": "^1.0.0",
127
- "@hatiolab/things-scene": "^3.4.0",
128
+ "@hatiolab/things-scene": "^9.0.0-beta",
128
129
  "@open-wc/eslint-config": "^12.0.3",
129
- "@open-wc/testing": "^3.1.6",
130
+ "@open-wc/testing": "^4.0.0",
130
131
  "@rollup/plugin-image": "^3.0.3",
131
132
  "@rollup/plugin-json": "^6.1.0",
132
133
  "@types/lodash-es": "^4.17.6",
133
134
  "@types/w3c-web-usb": "^1.0.5",
134
- "@typescript-eslint/eslint-plugin": "^7.0.1",
135
- "@typescript-eslint/parser": "^7.0.1",
136
- "@web/dev-server": "^0.3.0",
135
+ "@typescript-eslint/eslint-plugin": "^8.0.0",
136
+ "@typescript-eslint/parser": "^8.0.0",
137
+ "@web/dev-server": "^0.4.0",
137
138
  "@web/dev-server-storybook": "^2.0.1",
138
- "@web/test-runner": "^0.18.0",
139
+ "@web/test-runner": "^0.19.0",
139
140
  "@webcomponents/scoped-custom-element-registry": "^0.0.9",
140
- "concurrently": "^8.0.1",
141
- "eslint": "^8.39.0",
141
+ "concurrently": "^9.0.0",
142
+ "eslint": "^9.0.0",
142
143
  "eslint-config-prettier": "^9.1.0",
143
144
  "husky": "^9.0.11",
144
145
  "lint-staged": "^15.2.2",
@@ -159,5 +160,5 @@
159
160
  "prettier --write"
160
161
  ]
161
162
  },
162
- "gitHead": "d7d8e783c8c7215997c404fde0c5f65508abd161"
163
+ "gitHead": "d1d762cc701221021637fda95f7399ca641afb6e"
163
164
  }