PluginProbe
Discount Rules for WooCommerce – Disco | Dynamic Pricing, Conditions, Bulk, Bundle, BOGO / 1.3.34
Discount Rules for WooCommerce – Disco | Dynamic Pricing, Conditions, Bulk, Bundle, BOGO v1.3.34
1.4.15 1.4.14 1.4.13 1.4.12 1.4.11 1.4.10 1.4.9 1.4.8 1.4.7 1.4.6 1.4.5 1.4.4 1.4.3 1.4.2 1.4.1 1.4.0 1.3.54 1.3.53 1.3.52 1.3.51 1.3.50 1.3.49 1.3.48 1.3.47 1.3.46 All 178 releases
← All changes | package.json +7 -17 1.4.131.3.34 View file →
@@ -62,9 +62,9 @@
62 62 "@testing-library/user-event": "^14.5.2",
63 63 "@wordpress/scripts": "^28.5.0",
64 64 "@wp-blocks/make-pot": "^1.4.0",
65 65 "concurrently": "^8.2.2",
66 - "cypress": "^15.14.0",
66 + "cypress": "^13.17.0",
67 67 "dotenv": "^17.2.0",
68 68 "dotenv-cli": "^7.4.2",
69 69 "eslint-config-prettier": "^9.1.0",
70 70 "eslint-plugin-cypress": "^3.5.0",
@@ -74,15 +74,13 @@
74 74 "gulp": "^5.0.0",
75 75 "gulp-clean": "^0.4.0",
76 76 "prettier": "^3.3.3",
77 77 "tailwindcss": "^3.4.10",
78 - "tailwindcss-animate": "^1.0.7",
79 - "tw-animate-css": "^1.4.0",
80 78 "whatwg-fetch": "^3.6.20"
81 79 },
82 80 "engines": {
83 - "node": ">=18.0.0",
84 - "npm": ">=9.0.0"
81 + "node": ">=14.0.0",
82 + "npm": ">=6.9.0"
85 83 },
86 84 "browserslist": [
87 85 "extends @wordpress/browserslist-config"
88 86 ],
@@ -96,31 +94,23 @@
96 94 }
97 95 },
98 96 "prettier": "@wordpress/prettier-config",
99 97 "dependencies": {
100 - "@base-ui/react": "^1.4.1",
101 - "@fontsource-variable/geist": "^5.2.8",
102 - "@headlessui/react": "^2.2.10",
98 + "@headlessui/react": "^1.7.19",
103 99 "@heroicons/react": "^2.1.5",
104 - "@redux-devtools/extension": "^4.0.0",
105 100 "@reduxjs/toolkit": "^2.2.7",
106 101 "@wordpress/i18n": "^5.5.0",
107 - "class-variance-authority": "^0.7.1",
108 102 "clsx": "^2.1.1",
109 - "date-fns": "^4.1.0",
110 103 "emoji-picker-react": "^4.12.0",
111 - "lucide-react": "^1.11.0",
104 + "moment": "^2.30.1",
112 105 "react": "^18.3.1",
113 106 "react-best-gradient-color-picker": "^3.0.11",
114 107 "react-color": "^2.19.3",
115 - "react-day-picker": "^9.14.0",
116 108 "react-dom": "^18.3.1",
117 109 "react-redux": "^9.1.2",
118 - "react-router": "^7.14.1",
110 + "react-router-dom": "^6.26.1",
119 111 "react-toastify": "^10.0.5",
120 - "recharts": "^3.8.0",
121 - "shadcn": "^4.5.0",
122 - "tailwind-merge": "^2.6.1",
112 + "tailwind-merge": "^2.5.3",
123 113 "tinycolor2": "^1.6.0",
124 114 "uuid": "^10.0.0"
125 115 }
126 116 }