@dust-tt/sparkle 0.2.150 → 0.2.151

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": "@dust-tt/sparkle",
3
- "version": "0.2.150",
3
+ "version": "0.2.151",
4
4
  "scripts": {
5
5
  "build": "rm -rf dist && rollup -c",
6
6
  "build:with-tw-base": "rollup -c --environment INCLUDE_TW_BASE:true",
@@ -39,17 +39,16 @@
39
39
  "@tailwindcss/forms": "^0.5.3",
40
40
  "@types/react": "^18.0.28",
41
41
  "@types/uuid": "^9.0.6",
42
- "@typescript-eslint/eslint-plugin": "^5.57.1",
43
- "@typescript-eslint/parser": "^5.57.1",
42
+ "@typescript-eslint/eslint-plugin": "^7.9.0",
43
+ "@typescript-eslint/parser": "^7.9.0",
44
44
  "autoprefixer": "^10.4.14",
45
45
  "babel-loader": "^9.1.3",
46
46
  "babel-preset-react-app": "^10.0.1",
47
- "eslint": "^8.37.0",
48
- "eslint-config-next": "^13.2.4",
49
- "eslint-config-prettier": "^8.8.0",
50
- "eslint-plugin-simple-import-sort": "^10.0.0",
51
- "eslint-plugin-storybook": "^0.6.15",
52
- "eslint-plugin-unused-imports": "^2.0.0",
47
+ "eslint": "^8.56.0",
48
+ "eslint-config-prettier": "^9.1.0",
49
+ "eslint-plugin-simple-import-sort": "^12.1.0",
50
+ "eslint-plugin-storybook": "^0.8.0",
51
+ "eslint-plugin-unused-imports": "^3.2.0",
53
52
  "prettier": "^2.8.7",
54
53
  "prettier-plugin-tailwindcss": "^0.2.7",
55
54
  "react": "^18.2.0",
@@ -60,7 +59,7 @@
60
59
  "sass-loader": "^13.3.2",
61
60
  "storybook": "^7.4.6",
62
61
  "tailwindcss": "^3.2.4",
63
- "typescript": "^5.0.3",
62
+ "typescript": "^5.4.5",
64
63
  "uuid": "^9.0.1"
65
64
  },
66
65
  "peerDependencies": {
@@ -83,6 +82,7 @@
83
82
  "@headlessui/react": "^1.7.17",
84
83
  "emoji-mart": "^5.5.2",
85
84
  "esbuild": "^0.20.0",
85
+ "eslint-plugin-import": "^2.29.1",
86
86
  "lottie-react": "^2.4.0",
87
87
  "react-confetti": "^6.1.0",
88
88
  "react-markdown": "^9.0.1",
@@ -1,4 +0,0 @@
1
- import type { SVGProps } from "react";
2
- import * as React from "react";
3
- declare const SvgShapesShare: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
- export default SvgShapesShare;
@@ -1,4 +0,0 @@
1
- import type { SVGProps } from "react";
2
- import * as React from "react";
3
- declare const SvgShapesShare: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
- export default SvgShapesShare;
@@ -1,4 +0,0 @@
1
- import type { SVGProps } from "react";
2
- import * as React from "react";
3
- declare const SvgShapesShare: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
- export default SvgShapesShare;
@@ -1,4 +0,0 @@
1
- import type { SVGProps } from "react";
2
- import * as React from "react";
3
- declare const SvgShapesShare: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
- export default SvgShapesShare;