@tarsis/toolkit 0.3.1 → 0.4.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarsis/toolkit",
3
- "version": "0.3.1",
3
+ "version": "0.4.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -9,7 +9,8 @@
9
9
  "license": "MIT",
10
10
  "type": "module",
11
11
  "files": [
12
- "dist"
12
+ "dist",
13
+ "package.json"
13
14
  ],
14
15
  "sideEffects": [
15
16
  "**/*.css"
@@ -47,102 +48,96 @@
47
48
  },
48
49
  "devDependencies": {
49
50
  "@biomejs/biome": "1.9.4",
50
- "@chromatic-com/storybook": "3.2.6",
51
- "@eslint/compat": "1.2.4",
52
- "@faker-js/faker": "9.7.0",
53
- "@laynezh/vite-plugin-lib-assets": "1.1.0",
51
+ "@chromatic-com/storybook": "4.1.1",
52
+ "@eslint/compat": "1.4.0",
53
+ "@faker-js/faker": "10.0.0",
54
+ "@laynezh/vite-plugin-lib-assets": "2.1.3",
54
55
  "@reach/tooltip": "0.18.0",
55
56
  "@react-spring/web": "9.7.5",
56
- "@storybook/addon-actions": "8.6.12",
57
- "@storybook/addon-essentials": "8.6.12",
58
- "@storybook/addon-interactions": "8.6.12",
59
- "@storybook/addon-links": "8.6.12",
60
- "@storybook/addon-onboarding": "8.6.12",
61
- "@storybook/blocks": "8.6.12",
62
- "@storybook/react": "8.6.12",
63
- "@storybook/react-vite": "8.6.12",
64
- "@storybook/test": "8.6.12",
65
- "@testing-library/jest-dom": "6.6.3",
57
+ "@storybook/addon-docs": "9.1.8",
58
+ "@storybook/addon-links": "9.1.8",
59
+ "@storybook/addon-onboarding": "9.1.8",
60
+ "@storybook/react-vite": "9.1.8",
61
+ "@testing-library/dom": "10.4.1",
62
+ "@testing-library/jest-dom": "6.8.0",
66
63
  "@testing-library/react": "16.3.0",
67
64
  "@testing-library/user-event": "14.6.1",
68
- "@types/canvas-confetti": "1.6.4",
69
- "@types/chroma-js": "3.1.1",
65
+ "@types/canvas-confetti": "1.9.0",
70
66
  "@types/dat.gui": "0.7.13",
71
67
  "@types/flickity": "2.2.11",
72
68
  "@types/howler": "2.2.12",
73
- "@types/node": "20.17.32",
69
+ "@types/node": "22.18.0",
74
70
  "@types/p5": "1.7.6",
75
- "@types/react": "19.1.2",
76
- "@types/react-dom": "19.1.3",
77
- "@typescript-eslint/eslint-plugin": "8.31.1",
78
- "@typescript-eslint/parser": "8.31.1",
71
+ "@types/react": "19.1.15",
72
+ "@types/react-dom": "19.1.9",
73
+ "@typescript-eslint/eslint-plugin": "8.44.1",
74
+ "@typescript-eslint/parser": "8.44.1",
79
75
  "@use-gesture/react": "10.3.1",
80
- "@vitejs/plugin-react-swc": "3.9.0",
81
- "@vitest/coverage-v8": "3.1.2",
82
- "@vitest/ui": "3.1.2",
76
+ "@vitejs/plugin-react-swc": "3.11.0",
77
+ "@vitest/coverage-v8": "3.2.4",
78
+ "@vitest/ui": "3.2.4",
83
79
  "autoprefixer": "10.4.21",
84
- "bowser": "2.11.0",
80
+ "bowser": "2.12.1",
85
81
  "canvas-confetti": "1.9.3",
86
- "chroma-js": "3.1.2",
87
82
  "classnames": "2.5.1",
83
+ "dat.gui": "0.7.9",
88
84
  "eslint": "8.57.1",
89
- "eslint-config-prettier": "10.1.2",
85
+ "eslint-config-prettier": "10.1.8",
86
+ "eslint-plugin-import": "^2.32.0",
90
87
  "eslint-plugin-jest-dom": "5.5.0",
91
88
  "eslint-plugin-react": "7.37.5",
92
89
  "eslint-plugin-react-hooks": "5.2.0",
93
- "eslint-plugin-react-refresh": "0.4.20",
94
- "eslint-plugin-storybook": "0.12.0",
95
- "expect-type": "1.2.1",
90
+ "eslint-plugin-react-refresh": "0.4.22",
91
+ "eslint-plugin-storybook": "9.1.8",
92
+ "expect-type": "1.2.2",
96
93
  "flickity": "2.3.0",
97
- "framer-motion": "12.9.4",
94
+ "framer-motion": "12.23.22",
98
95
  "gsap": "3.13.0",
99
96
  "howler": "2.2.4",
100
97
  "html2canvas": "1.4.1",
101
98
  "husky": "9.1.7",
102
99
  "jsdom": "26.1.0",
103
- "p5": "2.0.1",
104
- "postcss": "8.5.3",
105
- "postcss-preset-env": "10.1.6",
106
- "prettier": "3.5.3",
107
- "react": "19.1.0",
108
- "react-dom": "19.1.0",
100
+ "load-bmfont": "1.4.1",
101
+ "p5": "2.0.4",
102
+ "postcss": "8.5.6",
103
+ "postcss-preset-env": "10.4.0",
104
+ "prettier": "3.6.2",
105
+ "react": "19.1.1",
106
+ "react-dom": "19.1.1",
109
107
  "react-flip-toolkit": "7.2.4",
110
108
  "react-icons": "5.5.0",
111
- "rooks": "8.0.1",
112
- "sass": "1.87.0",
113
- "storybook": "8.6.12",
114
- "swiper": "11.2.6",
115
- "typescript": "5.8.3",
116
- "vite": "6.3.4",
117
- "vite-plugin-dts": "4.5.3",
118
- "vite-plugin-static-copy": "2.3.1",
109
+ "sass": "1.93.2",
110
+ "storybook": "9.1.8",
111
+ "swiper": "11.2.10",
112
+ "three": "0.117.1",
113
+ "three-bmfont-text": "3.0.1",
114
+ "three-orbit-controls": "82.1.0",
115
+ "typescript": "5.9.2",
116
+ "vite": "7.1.7",
117
+ "vite-plugin-dts": "4.5.4",
118
+ "vite-plugin-static-copy": "3.1.2",
119
119
  "vite-tsconfig-paths": "5.1.4",
120
- "vitest": "3.1.2"
120
+ "vitest": "3.2.4"
121
121
  },
122
122
  "peerDependencies": {
123
123
  "@reach/tooltip": "^0.18.0",
124
124
  "@react-spring/web": "^9.7.5",
125
125
  "@use-gesture/react": "^10.3.1",
126
- "bowser": "^2.11.0",
126
+ "bowser": "^2.12.1",
127
127
  "canvas-confetti": "^1.9.3",
128
- "chroma-js": "^3.1.2",
129
128
  "classnames": "^2.5.1",
130
129
  "flickity": "^2.3.0",
131
- "framer-motion": "^12.9.4",
130
+ "framer-motion": "^12.23.12",
132
131
  "gsap": "^3.13.0",
133
132
  "howler": "^2.2.4",
134
133
  "html2canvas": "^1.4.1",
135
- "p5": "^2.0.1",
136
- "react": "^19.0.0",
137
- "react-dom": "^19.0.0",
138
- "react-flip-toolkit": "^7.2.4",
139
- "react-icons": "^5.4.0",
140
- "rooks": "^7.14.1 || ^8.0.0",
141
- "swiper": "^11.2.0"
142
- },
143
- "dependencies": {
144
- "dat.gui": "^0.7.9",
145
134
  "load-bmfont": "1.4.1",
135
+ "p5": "^2.0.4",
136
+ "react": "^19.1.1",
137
+ "react-dom": "^19.1.1",
138
+ "react-flip-toolkit": "^7.2.4",
139
+ "react-icons": "^5.5.0",
140
+ "swiper": "^11.2.10",
146
141
  "three": "0.117.1",
147
142
  "three-bmfont-text": "3.0.1",
148
143
  "three-orbit-controls": "82.1.0"