@tarsis/toolkit 0.4.3-beta.0 → 0.4.4
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/dist/index.cjs +14 -14
- package/dist/index.js +14 -14
- package/dist/styles.css +480 -480
- package/package.json +22 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarsis/toolkit",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.4",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -64,26 +64,26 @@
|
|
|
64
64
|
"@laynezh/vite-plugin-lib-assets": "2.1.3",
|
|
65
65
|
"@reach/tooltip": "0.18.0",
|
|
66
66
|
"@react-spring/web": "9.7.5",
|
|
67
|
-
"@storybook/addon-docs": "9.1.
|
|
68
|
-
"@storybook/addon-links": "9.1.
|
|
69
|
-
"@storybook/addon-onboarding": "9.1.
|
|
70
|
-
"@storybook/react-vite": "9.1.
|
|
67
|
+
"@storybook/addon-docs": "9.1.10",
|
|
68
|
+
"@storybook/addon-links": "9.1.10",
|
|
69
|
+
"@storybook/addon-onboarding": "9.1.10",
|
|
70
|
+
"@storybook/react-vite": "9.1.10",
|
|
71
71
|
"@testing-library/dom": "10.4.1",
|
|
72
|
-
"@testing-library/jest-dom": "6.
|
|
72
|
+
"@testing-library/jest-dom": "6.9.1",
|
|
73
73
|
"@testing-library/react": "16.3.0",
|
|
74
74
|
"@testing-library/user-event": "14.6.1",
|
|
75
75
|
"@types/canvas-confetti": "1.9.0",
|
|
76
76
|
"@types/dat.gui": "0.7.13",
|
|
77
77
|
"@types/flickity": "2.2.11",
|
|
78
78
|
"@types/howler": "2.2.12",
|
|
79
|
-
"@types/node": "22.18.
|
|
79
|
+
"@types/node": "22.18.8",
|
|
80
80
|
"@types/p5": "1.7.6",
|
|
81
|
-
"@types/react": "19.
|
|
82
|
-
"@types/react-dom": "19.
|
|
83
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
84
|
-
"@typescript-eslint/parser": "8.
|
|
81
|
+
"@types/react": "19.2.0",
|
|
82
|
+
"@types/react-dom": "19.2.0",
|
|
83
|
+
"@typescript-eslint/eslint-plugin": "8.45.0",
|
|
84
|
+
"@typescript-eslint/parser": "8.45.0",
|
|
85
85
|
"@use-gesture/react": "10.3.1",
|
|
86
|
-
"@vitejs/plugin-react-swc": "
|
|
86
|
+
"@vitejs/plugin-react-swc": "4.1.0",
|
|
87
87
|
"@vitest/coverage-v8": "3.2.4",
|
|
88
88
|
"@vitest/ui": "3.2.4",
|
|
89
89
|
"autoprefixer": "10.4.21",
|
|
@@ -97,8 +97,8 @@
|
|
|
97
97
|
"eslint-plugin-jest-dom": "5.5.0",
|
|
98
98
|
"eslint-plugin-react": "7.37.5",
|
|
99
99
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
100
|
-
"eslint-plugin-react-refresh": "0.4.
|
|
101
|
-
"eslint-plugin-storybook": "9.1.
|
|
100
|
+
"eslint-plugin-react-refresh": "0.4.23",
|
|
101
|
+
"eslint-plugin-storybook": "9.1.10",
|
|
102
102
|
"expect-type": "1.2.2",
|
|
103
103
|
"flickity": "2.3.0",
|
|
104
104
|
"framer-motion": "12.23.22",
|
|
@@ -112,20 +112,20 @@
|
|
|
112
112
|
"postcss": "8.5.6",
|
|
113
113
|
"postcss-preset-env": "10.4.0",
|
|
114
114
|
"prettier": "3.6.2",
|
|
115
|
-
"react": "19.
|
|
116
|
-
"react-dom": "19.
|
|
115
|
+
"react": "19.2.0",
|
|
116
|
+
"react-dom": "19.2.0",
|
|
117
117
|
"react-flip-toolkit": "7.2.4",
|
|
118
118
|
"react-icons": "5.5.0",
|
|
119
119
|
"sass": "1.93.2",
|
|
120
|
-
"storybook": "9.1.
|
|
120
|
+
"storybook": "9.1.10",
|
|
121
121
|
"swiper": "11.2.10",
|
|
122
122
|
"three": "0.117.1",
|
|
123
123
|
"three-bmfont-text": "3.0.1",
|
|
124
124
|
"three-orbit-controls": "82.1.0",
|
|
125
|
-
"typescript": "5.9.
|
|
126
|
-
"vite": "7.1.
|
|
125
|
+
"typescript": "5.9.3",
|
|
126
|
+
"vite": "7.1.9",
|
|
127
127
|
"vite-plugin-dts": "4.5.4",
|
|
128
|
-
"vite-plugin-static-copy": "3.1.
|
|
128
|
+
"vite-plugin-static-copy": "3.1.3",
|
|
129
129
|
"vite-tsconfig-paths": "5.1.4",
|
|
130
130
|
"vitest": "3.2.4"
|
|
131
131
|
},
|
|
@@ -143,8 +143,8 @@
|
|
|
143
143
|
"html2canvas": "^1.4.1",
|
|
144
144
|
"load-bmfont": "1.4.1",
|
|
145
145
|
"p5": "^2.0.4",
|
|
146
|
-
"react": "^19.
|
|
147
|
-
"react-dom": "^19.
|
|
146
|
+
"react": "^19.2.0",
|
|
147
|
+
"react-dom": "^19.2.0",
|
|
148
148
|
"react-flip-toolkit": "^7.2.4",
|
|
149
149
|
"react-icons": "^5.5.0",
|
|
150
150
|
"swiper": "^11.2.10",
|