@plitzi/plitzi-sdk 0.30.19 → 0.31.0

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plitzi/plitzi-sdk",
3
- "version": "0.30.19",
3
+ "version": "0.31.0",
4
4
  "homepage": "./",
5
5
  "license": "AGPL-3.0",
6
6
  "files": [
@@ -28,32 +28,32 @@
28
28
  "type": "module",
29
29
  "sideEffects": false,
30
30
  "dependencies": {
31
- "@apollo/client": "^4.1.9",
32
- "@auth0/auth0-react": "^2.16.2",
33
- "@dr.pogodin/react-helmet": "^3.1.1",
31
+ "@apollo/client": "^4.2.0",
32
+ "@auth0/auth0-react": "^2.17.0",
33
+ "@dr.pogodin/react-helmet": "^3.2.2",
34
34
  "@fortawesome/fontawesome-free": "^7.2.0",
35
- "@plitzi/plitzi-ui": "^1.6.2",
36
- "@plitzi/sdk-auth": "0.30.19",
37
- "@plitzi/sdk-collections": "0.30.19",
38
- "@plitzi/sdk-dev-tools": "0.30.19",
39
- "@plitzi/sdk-elements": "0.30.19",
40
- "@plitzi/sdk-event-bridge": "0.30.19",
41
- "@plitzi/sdk-interactions": "0.30.19",
42
- "@plitzi/sdk-navigation": "0.30.19",
43
- "@plitzi/sdk-plugins": "0.30.19",
44
- "@plitzi/sdk-schema": "0.30.19",
45
- "@plitzi/sdk-shared": "0.30.19",
46
- "@plitzi/sdk-state": "0.30.19",
47
- "@plitzi/sdk-store": "0.30.19",
48
- "@plitzi/sdk-style": "0.30.19",
49
- "@plitzi/sdk-variables": "0.30.19",
35
+ "@plitzi/plitzi-ui": "^1.6.9",
36
+ "@plitzi/sdk-auth": "0.31.0",
37
+ "@plitzi/sdk-collections": "0.31.0",
38
+ "@plitzi/sdk-dev-tools": "0.31.0",
39
+ "@plitzi/sdk-elements": "0.31.0",
40
+ "@plitzi/sdk-event-bridge": "0.31.0",
41
+ "@plitzi/sdk-interactions": "0.31.0",
42
+ "@plitzi/sdk-navigation": "0.31.0",
43
+ "@plitzi/sdk-plugins": "0.31.0",
44
+ "@plitzi/sdk-schema": "0.31.0",
45
+ "@plitzi/sdk-shared": "0.31.0",
46
+ "@plitzi/sdk-state": "0.31.0",
47
+ "@plitzi/sdk-store": "0.31.0",
48
+ "@plitzi/sdk-style": "0.31.0",
49
+ "@plitzi/sdk-variables": "0.31.0",
50
50
  "clsx": "^2.1.1",
51
- "graphql": "^16.13.2",
52
- "immer": "^11.1.4",
53
- "react-router-dom": "^7.14.2",
51
+ "graphql": "^16.14.0",
52
+ "immer": "^11.1.8",
53
+ "react-router-dom": "^7.15.1",
54
54
  "twig": "^3.0.0",
55
- "vite": "^8.0.10",
56
- "vite-plugin-dts": "^5.0.0",
55
+ "vite": "^8.0.14",
56
+ "vite-plugin-dts": "^5.0.1",
57
57
  "vite-plugin-react": "^4.0.1"
58
58
  },
59
59
  "peerDependencies": {
@@ -61,53 +61,53 @@
61
61
  "react-dom": "^19"
62
62
  },
63
63
  "devDependencies": {
64
- "@babel/compat-data": "^7.29.0",
65
- "@babel/core": "^7.29.0",
64
+ "@babel/compat-data": "^7.29.7",
65
+ "@babel/core": "^7.29.7",
66
66
  "@babel/helper-builder-react-jsx-experimental": "^7.12.11",
67
- "@babel/helper-validator-identifier": "^7.28.5",
67
+ "@babel/helper-validator-identifier": "^7.29.7",
68
68
  "@babel/plugin-proposal-class-properties": "^7.18.6",
69
- "@babel/plugin-transform-private-methods": "^7.28.6",
70
- "@babel/plugin-transform-react-jsx": "^7.28.6",
71
- "@babel/plugin-transform-runtime": "^7.29.0",
69
+ "@babel/plugin-transform-private-methods": "^7.29.7",
70
+ "@babel/plugin-transform-react-jsx": "^7.29.7",
71
+ "@babel/plugin-transform-runtime": "^7.29.7",
72
72
  "@babel/polyfill": "^7.12.1",
73
- "@babel/preset-env": "^7.29.2",
74
- "@babel/preset-react": "^7.28.5",
75
- "@babel/preset-typescript": "^7.28.5",
73
+ "@babel/preset-env": "^7.29.7",
74
+ "@babel/preset-react": "^7.29.7",
75
+ "@babel/preset-typescript": "^7.29.7",
76
76
  "@rollup/plugin-commonjs": "^29.0.2",
77
- "@storybook/addon-links": "^10.3.6",
78
- "@storybook/react": "^10.3.6",
79
- "@storybook/react-vite": "^10.3.6",
80
- "@storybook/react-webpack5": "^10.3.6",
77
+ "@storybook/addon-links": "^10.4.1",
78
+ "@storybook/react": "^10.4.1",
79
+ "@storybook/react-vite": "^10.4.1",
80
+ "@storybook/react-webpack5": "^10.4.1",
81
81
  "@storybook/testing-library": "^0.2.2",
82
- "@tailwindcss/postcss": "^4.2.4",
82
+ "@tailwindcss/postcss": "^4.3.0",
83
83
  "@types/ejs": "^3.1.5",
84
84
  "css-loader": "^7.1.4",
85
85
  "eslint": "^9.39.4",
86
86
  "eslint-plugin-import": "^2.32.0",
87
- "flow-bin": "^0.312.0",
87
+ "flow-bin": "^0.314.0",
88
88
  "mini-css-extract-plugin": "^2.10.2",
89
- "postcss": "^8.5.12",
89
+ "postcss": "^8.5.15",
90
90
  "postcss-loader": "^8.2.1",
91
91
  "postcss-scss": "^4.0.9",
92
92
  "prettier": "^3.8.3",
93
- "react": "^19.2.5",
94
- "react-dom": "^19.2.5",
93
+ "react": "^19.2.6",
94
+ "react-dom": "^19.2.6",
95
95
  "react-refresh": "^0.18.0",
96
- "react-test-renderer": "^19.2.5",
96
+ "react-test-renderer": "^19.2.6",
97
97
  "rollup-plugin-visualizer": "^7.0.1",
98
- "sass": "^1.99.0",
99
- "sass-embedded": "^1.99.0",
100
- "storybook": "^10.3.6",
101
- "stylelint": "^17.9.1",
98
+ "sass": "^1.100.0",
99
+ "sass-embedded": "^1.100.0",
100
+ "storybook": "^10.4.1",
101
+ "stylelint": "^17.12.0",
102
102
  "stylelint-order": "^8.1.1",
103
- "stylelint-scss": "^7.0.0",
104
- "terser": "^5.46.2",
103
+ "stylelint-scss": "^7.1.1",
104
+ "terser": "^5.48.0",
105
105
  "typescript": "^6.0.3",
106
- "vite": "^8.0.10",
106
+ "vite": "^8.0.14",
107
107
  "vite-plugin-compression": "^0.5.1",
108
108
  "vite-plugin-ejs": "^1.7.0",
109
109
  "vite-plugin-mkcert": "^2.0.0",
110
- "vitest": "^4.1.5"
110
+ "vitest": "^4.1.7"
111
111
  },
112
112
  "scripts": {
113
113
  "start": "vite dev --mode development",