reactivated 0.47.0 → 0.47.1

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": "reactivated",
3
- "version": "0.47.0",
3
+ "version": "0.47.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "exports": {
@@ -38,14 +38,14 @@
38
38
  "@types/express": "^5.0.0",
39
39
  "@types/react": "^19.0.2",
40
40
  "@types/react-dom": "^19.0.2",
41
- "@vanilla-extract/css": "^1.16.0",
42
- "@vanilla-extract/css-utils": "^0.1.4",
43
- "@vanilla-extract/dynamic": "^2.1.2",
44
- "@vanilla-extract/esbuild-plugin": "^2.3.11",
45
- "@vanilla-extract/recipes": "^0.5.5",
46
- "@vanilla-extract/sprinkles": "^1.6.3",
41
+ "@vanilla-extract/css": "1.16.1",
42
+ "@vanilla-extract/css-utils": "0.1.4",
43
+ "@vanilla-extract/dynamic": "2.1.2",
44
+ "@vanilla-extract/esbuild-plugin": "2.3.12",
45
+ "@vanilla-extract/recipes": "0.5.5",
46
+ "@vanilla-extract/sprinkles": "1.6.3",
47
47
  "@vanilla-extract/vite-plugin": "3.9.5",
48
- "@vitejs/plugin-react": "^4.3.3",
48
+ "@vitejs/plugin-react": "4.3.4",
49
49
  "eslint": "^9.18.0",
50
50
  "eslint-config-prettier": "^9.1.0",
51
51
  "eslint-import-resolver-typescript": "^3.6.3",
@@ -30,7 +30,7 @@ if [ ! -d "$VIRTUAL_ENV" ]; then
30
30
 
31
31
  rm -rf "$TMP_ENV"
32
32
  python -m venv "$VIRTUAL_ENV"
33
- pip install -r requirements.txt
33
+ pip install -r requirements.txt --config-settings editable_mode=compat
34
34
  fi
35
35
 
36
36
  if [ ! -d "$POSTGRESQL_DATA" ]; then