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