@quasar/quasar-app-extension-qcalendar 4.0.4 → 4.0.6

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 (2) hide show
  1. package/package.json +5 -19
  2. package/src/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quasar/quasar-app-extension-qcalendar",
3
- "version": "4.0.4",
3
+ "version": "4.0.6",
4
4
  "description": "A Quasar App Extension for @quasar/quasar-ui-qcalendar",
5
5
  "author": "Jeff Galbraith <jeff@quasar.dev>",
6
6
  "license": "MIT",
@@ -33,25 +33,11 @@
33
33
  "schedule"
34
34
  ],
35
35
  "dependencies": {
36
- "@quasar/quasar-ui-qcalendar": "^4.0.3"
37
- },
38
- "devDependencies": {
39
- "@babel/core": "^7.26.0",
40
- "@babel/eslint-parser": "^7.26.5",
41
- "eslint": "^8.11.0",
42
- "eslint-plugin-import": "^2.31.0",
43
- "eslint-plugin-node": "^11.1.0",
44
- "eslint-plugin-promise": "^7.2.1",
45
- "eslint-plugin-vue": "^9.32.0",
46
- "eslint-webpack-plugin": "^4.2.0"
36
+ "@quasar/quasar-ui-qcalendar": "^4.0.5"
47
37
  },
48
38
  "engines": {
49
- "node": ">= 10.0.0",
50
- "npm": ">= 5.6.0",
51
- "yarn": ">= 1.6.0"
52
- },
53
- "scripts": {
54
- "lint": "eslint --ext .js,.vue src",
55
- "lint-fix": "eslint --ext .js,.vue src --fix"
39
+ "node": "^28 || ^26 || ^24 || ^22 || ^20 || ^18",
40
+ "npm": ">= 6.13.4",
41
+ "yarn": ">= 1.21.1"
56
42
  }
57
43
  }
package/src/index.js CHANGED
@@ -23,7 +23,7 @@ function extendConf(conf, api) {
23
23
  conf.css.push('~@quasar/quasar-ui-qcalendar/src/index.scss')
24
24
  }
25
25
 
26
- module.exports = function (api) {
26
+ export default function (api) {
27
27
  // Quasar compatibility check; you may need
28
28
  // hard dependencies, as in a minimum version of the "quasar"
29
29
  // package or a minimum version of "@quasar/app" CLI