@lls/offline 24.37.0 → 24.38.0-05a9f50e

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 +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/offline",
3
- "version": "24.37.0",
3
+ "version": "24.38.0-05a9f50e",
4
4
  "description": "offline",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",
@@ -39,28 +39,28 @@
39
39
  "@happy-dom/global-registrator": "15.11.0",
40
40
  "@ladle/react": "5.1.1",
41
41
  "@testing-library/react": "16.3.0",
42
- "@types/react": "18.3.12",
43
- "@types/react-dom": "18.3.1",
42
+ "@types/react": "19.2.3",
43
+ "@types/react-dom": "19.2.3",
44
44
  "@vitejs/plugin-react": "5.1.1",
45
- "esbuild": "0.27.1",
45
+ "esbuild": "0.27.2",
46
46
  "happy-dom": "15.11.1",
47
- "lodash": "4.17.21",
47
+ "lodash": "4.17.23",
48
48
  "nock": "14.0.10",
49
- "react": "18.3.1",
50
- "react-dom": "18.3.1",
49
+ "react": "19.2.4",
50
+ "react-dom": "19.2.4",
51
51
  "redux": "5.0.1",
52
52
  "typescript": "5.9.3",
53
53
  "vite": "npm:rolldown-vite@7.2.10",
54
54
  "vite-tsconfig-paths": "5.1.4",
55
55
  "zod": "3.25.50",
56
- "@lls/vitescripts": "24.37.0"
56
+ "@lls/vitescripts": "24.38.0-05a9f50e"
57
57
  },
58
58
  "dependencies": {
59
59
  "redux-persist": "6.0.0"
60
60
  },
61
61
  "scripts": {
62
62
  "start": "pnpm ladle serve",
63
- "dts": "pnpm tsc --project tsconfig.production.json",
63
+ "dts": "pnpm tsgo --project tsconfig.production.json",
64
64
  "build": "NODE_ENV=production node build.js",
65
65
  "deploy-ladle": "PUBLISH=1 pnpm ladle build",
66
66
  "deploy-ladle-pr": "pnpm ladle build && s5cmd sync --delete --acl public-read --destination-region eu-west-1 'dist/*' s3://build.lelivrescolaire.fr/storybook/viewer-pr-$PR_NUMBER/",