@payloadcms/ui 3.0.0-canary.c27a334 → 3.0.0-canary.cee5702

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 (1) hide show
  1. package/package.json +6 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payloadcms/ui",
3
- "version": "3.0.0-canary.c27a334",
3
+ "version": "3.0.0-canary.cee5702",
4
4
  "homepage": "https://payloadcms.com",
5
5
  "repository": {
6
6
  "type": "git",
@@ -114,7 +114,7 @@
114
114
  "scheduler": "0.25.0-rc-f994737d14-20240522",
115
115
  "use-context-selector": "2.0.0",
116
116
  "uuid": "^9.0.1",
117
- "@payloadcms/translations": "3.0.0-canary.c27a334"
117
+ "@payloadcms/translations": "3.0.0-canary.cee5702"
118
118
  },
119
119
  "devDependencies": {
120
120
  "@babel/cli": "^7.24.5",
@@ -135,20 +135,21 @@
135
135
  "mini-css-extract-plugin": "1.6.2",
136
136
  "postcss-loader": "^8.1.1",
137
137
  "postcss-preset-env": "^9.5.14",
138
+ "sass": "1.77.4",
138
139
  "sass-loader": "14.2.1",
139
140
  "swc-loader": "^0.2.6",
140
141
  "swc-plugin-transform-remove-imports": "^1.12.1",
141
142
  "terser-webpack-plugin": "^5.3.10",
142
143
  "webpack": "^5.78.0",
143
144
  "webpack-cli": "^5.1.4",
144
- "payload": "3.0.0-canary.c27a334",
145
- "@payloadcms/eslint-config": "1.1.1"
145
+ "@payloadcms/eslint-config": "1.1.1",
146
+ "payload": "3.0.0-canary.cee5702"
146
147
  },
147
148
  "peerDependencies": {
148
149
  "next": "^15.0.0-rc.0",
149
150
  "react": "^19.0.0 || ^19.0.0-rc-f994737d14-20240522",
150
151
  "react-dom": "^19.0.0 || ^19.0.0-rc-f994737d14-20240522",
151
- "payload": "3.0.0-canary.c27a334"
152
+ "payload": "3.0.0-canary.cee5702"
152
153
  },
153
154
  "engines": {
154
155
  "node": ">=18.20.2"