Skip to content

Commit 30fe5cc

Browse files
committed
fix: paragraph spacing
1 parent 35844c7 commit 30fe5cc

File tree

4 files changed

+2741
-2891
lines changed

4 files changed

+2741
-2891
lines changed

package.json

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@
3030
"@heroicons/react": "2.1.3",
3131
"@holoenfans/tripetto-block-multi-file-upload": "^0.0.4",
3232
"@holoenfans/tripetto-block-spacer": "^0.0.2",
33-
"@marsidev/react-turnstile": "^0.5.4",
33+
"@marsidev/react-turnstile": "^0.7.2",
3434
"@mdi/js": "7.4.47",
3535
"@mdi/react": "1.6.1",
3636
"@pixi/gif": "^2.1.1",
3737
"@pixi/graphics-smooth": "^1.1.0",
3838
"@pixi/react": "7.1.1",
3939
"@pixi/sound": "^5.2.3",
4040
"@pixi/text-html": "^7.4.2",
41-
"@radix-ui/react-dialog": "^1.0.5",
42-
"@radix-ui/react-dropdown-menu": "^2.0.6",
43-
"@radix-ui/react-select": "^2.0.0",
44-
"@radix-ui/react-switch": "^1.0.3",
45-
"@sentry/nextjs": "^7.116.0",
41+
"@radix-ui/react-dialog": "^1.1.1",
42+
"@radix-ui/react-dropdown-menu": "^2.1.1",
43+
"@radix-ui/react-select": "^2.1.1",
44+
"@radix-ui/react-switch": "^1.1.0",
45+
"@sentry/nextjs": "^7.118.0",
4646
"@tripetto/block-calculator": "^4.0.6",
4747
"@tripetto/block-checkbox": "^6.0.2",
4848
"@tripetto/block-checkboxes": "^7.1.1",
@@ -65,18 +65,18 @@
6565
"@tripetto/block-textarea": "^6.0.3",
6666
"@tripetto/block-url": "^6.0.2",
6767
"@tripetto/block-variable": "^3.0.3",
68-
"@tripetto/block-yes-no": "^6.0.0",
69-
"@tripetto/runner": "^8.1.0",
68+
"@tripetto/block-yes-no": "^6.0.1",
69+
"@tripetto/runner": "^8.2.0",
7070
"@tripetto/runner-fabric": "^8.0.16",
7171
"@tripetto/runner-react-hook": "^5.0.2",
7272
"classnames": "^2.5.1",
7373
"d3-geo-projection": "^4.0.0",
7474
"daisyui": "4.10.1",
7575
"date-fns": "3.6.0",
7676
"escape-html": "1.0.3",
77-
"framer-motion": "^11.2.10",
77+
"framer-motion": "^11.3.24",
7878
"hamburger-react": "^2.5.1",
79-
"i18next": "^23.11.5",
79+
"i18next": "^23.12.2",
8080
"i18next-resources-to-backend": "^1.2.1",
8181
"immer": "^10.1.1",
8282
"lodash": "4.17.21",
@@ -98,16 +98,15 @@
9898
"react-select": "^5.8.0",
9999
"react-simple-maps": "^3.0.0",
100100
"server-only": "^0.0.1",
101-
"slate": "0.102.0",
102101
"styled-components": "6.1.8",
103-
"tslib": "^2.6.2",
102+
"tslib": "^2.6.3",
104103
"webfontloader": "1.6.28",
105-
"zustand": "^4.5.2"
104+
"zustand": "^4.5.4"
106105
},
107106
"devDependencies": {
108107
"@commitlint/cli": "19.2.2",
109108
"@commitlint/config-conventional": "19.2.2",
110-
"@next/eslint-plugin-next": "^14.2.3",
109+
"@next/eslint-plugin-next": "^14.2.5",
111110
"@pixi/graphics": "^7.4.2",
112111
"@storybook/addon-essentials": "8.0.8",
113112
"@storybook/addon-interactions": "8.0.8",
@@ -120,7 +119,7 @@
120119
"@types/lodash": "4.17.0",
121120
"@types/penner": "^0.1.3",
122121
"@types/react": "18.2.78",
123-
"@types/react-simple-maps": "^3.0.4",
122+
"@types/react-simple-maps": "^3.0.6",
124123
"@types/safe-json-stringify": "1.1.5",
125124
"@types/webfontloader": "1.6.38",
126125
"@typescript-eslint/eslint-plugin": "7.6.0",
@@ -136,7 +135,7 @@
136135
"eslint-plugin-react": "7.34.1",
137136
"eslint-plugin-react-hooks": "4.6.0",
138137
"eslint-plugin-storybook": "0.8.0",
139-
"eslint-plugin-tailwindcss": "^3.17.0",
138+
"eslint-plugin-tailwindcss": "^3.17.4",
140139
"husky": "9.0.11",
141140
"lint-staged": "15.2.2",
142141
"phaser3spectorjs": "^0.0.8",

0 commit comments

Comments
 (0)