@mainframework/dropzone 1.0.26 → 1.0.28

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": "@mainframework/dropzone",
3
- "version": "1.0.26",
3
+ "version": "1.0.28",
4
4
  "description": "A file selection package, without all of the re-rendering issues that come with other dropzone packages",
5
5
  "type": "module",
6
6
  "module": "./dist/index.js",
@@ -27,7 +27,6 @@
27
27
  "lint": "eslint --ext 'ts,tsx' --max-warnings=0 --fix",
28
28
  "lint-staged": "lint-staged",
29
29
  "prebuild": "yarn husky && yarn clean",
30
- "copy:cssOld": "copyfiles -a -u 4 src/shared/components/FileSelector/tailwind.css dist/shared/components/FileSelector/",
31
30
  "build": "yarn build:css:prod && rollup -c",
32
31
  "test": "jest --config jestconfig.json"
33
32
  },
@@ -68,6 +67,7 @@
68
67
  ]
69
68
  },
70
69
  "devDependencies": {
70
+ "@eslint/js": "^10.0.1",
71
71
  "@mainframework/is-deep-equal": "^1.0.10",
72
72
  "@rollup/plugin-node-resolve": "^16.0.3",
73
73
  "@rollup/plugin-typescript": "^12.3.0",
@@ -82,24 +82,25 @@
82
82
  "clsx": "^2.1.1",
83
83
  "copyfiles": "^2.4.1",
84
84
  "cross-env": "^10.1.0",
85
- "eslint": "^9.39.2",
85
+ "eslint": "^10.3.0",
86
86
  "eslint-config-prettier": "^10.1.8",
87
87
  "eslint-plugin-prettier": "^5.5.5",
88
88
  "eslint-plugin-react": "^7.37.5",
89
89
  "eslint-plugin-react-hooks": "^7.1.1",
90
+ "globals": "^17.6.0",
90
91
  "husky": "^9.1.7",
91
- "jest": "^30.3.0",
92
+ "jest": "^30.4.0",
92
93
  "jest-canvas-mock": "^2.5.2",
93
- "jest-environment-jsdom": "^30.3.0",
94
- "lint-staged": "^16.4.0",
95
- "postcss": "^8.5.10",
94
+ "jest-environment-jsdom": "^30.4.0",
95
+ "lint-staged": "16.1.0",
96
+ "postcss": "^8.5.14",
96
97
  "postcss-cli": "^11.0.1",
97
98
  "postcss-prefix-selector": "^2.1.1",
98
99
  "prettier": "^3.8.3",
99
- "react": "^19.2.5",
100
- "react-dom": "^19.2.5",
100
+ "react": "^19.2.6",
101
+ "react-dom": "^19.2.6",
101
102
  "rimraf": "^6.1.3",
102
- "rollup": "^4.60.2",
103
+ "rollup": "^4.60.3",
103
104
  "rollup-plugin-dts": "^6.4.1",
104
105
  "rollup-plugin-postcss": "^4.0.2",
105
106
  "tailwind-merge": "^3.5.0",
@@ -107,6 +108,6 @@
107
108
  "ts-jest": "^29.4.9",
108
109
  "tslib": "^2.8.1",
109
110
  "typescript": "^6.0.3",
110
- "typescript-eslint": "^8.59.0"
111
+ "typescript-eslint": "^8.59.2"
111
112
  }
112
113
  }