@payloadcms/ui 3.41.0-canary.2 → 3.41.0-internal.8617025

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": "@payloadcms/ui",
3
- "version": "3.41.0-canary.2",
3
+ "version": "3.41.0-internal.8617025",
4
4
  "homepage": "https://payloadcms.com",
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,10 +16,7 @@
16
16
  "url": "https://payloadcms.com"
17
17
  }
18
18
  ],
19
- "sideEffects": [
20
- "*.scss",
21
- "*.css"
22
- ],
19
+ "sideEffects": false,
23
20
  "type": "module",
24
21
  "exports": {
25
22
  ".": {
@@ -136,29 +133,29 @@
136
133
  "ts-essentials": "10.0.3",
137
134
  "use-context-selector": "2.0.0",
138
135
  "uuid": "10.0.0",
139
- "@payloadcms/translations": "3.41.0-canary.2"
136
+ "@payloadcms/translations": "3.41.0-internal.8617025"
140
137
  },
141
138
  "devDependencies": {
142
- "@babel/cli": "7.27.2",
143
- "@babel/core": "7.27.3",
144
- "@babel/preset-env": "7.27.2",
145
- "@babel/preset-react": "7.27.1",
146
- "@babel/preset-typescript": "7.27.1",
147
- "@hyrious/esbuild-plugin-commonjs": "0.2.6",
139
+ "@babel/cli": "7.26.4",
140
+ "@babel/core": "7.26.7",
141
+ "@babel/preset-env": "7.26.7",
142
+ "@babel/preset-react": "7.26.3",
143
+ "@babel/preset-typescript": "7.26.0",
144
+ "@hyrious/esbuild-plugin-commonjs": "^0.2.4",
148
145
  "@types/react": "19.1.0",
149
146
  "@types/react-dom": "19.1.2",
150
147
  "@types/uuid": "10.0.0",
151
- "babel-plugin-react-compiler": "19.1.0-rc.2",
152
- "esbuild": "0.25.5",
148
+ "babel-plugin-react-compiler": "19.0.0-beta-e993439-20250405",
149
+ "esbuild": "0.24.2",
153
150
  "esbuild-sass-plugin": "3.3.1",
154
- "payload": "3.41.0-canary.2",
155
- "@payloadcms/eslint-config": "3.28.0"
151
+ "@payloadcms/eslint-config": "3.28.0",
152
+ "payload": "3.41.0-internal.8617025"
156
153
  },
157
154
  "peerDependencies": {
158
155
  "next": "^15.2.3",
159
156
  "react": "^19.0.0 || ^19.0.0-rc-65a56d0e-20241020",
160
157
  "react-dom": "^19.0.0 || ^19.0.0-rc-65a56d0e-20241020",
161
- "payload": "3.41.0-canary.2"
158
+ "payload": "3.41.0-internal.8617025"
162
159
  },
163
160
  "engines": {
164
161
  "node": "^18.20.2 || >=20.9.0"