atom.io 0.25.5 → 0.25.6
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/data/src/join.ts +0 -1
- package/eslint-plugin/dist/index.d.ts +1 -1
- package/package.json +11 -10
package/data/src/join.ts
CHANGED
|
@@ -3,7 +3,7 @@ import * as eslint from 'eslint';
|
|
|
3
3
|
import { Rule } from 'eslint';
|
|
4
4
|
import { ESLintUtils } from '@typescript-eslint/utils';
|
|
5
5
|
|
|
6
|
-
declare const explicitStateTypes: ESLintUtils.RuleModule<"noTypeArgument", [], ESLintUtils.RuleListener>;
|
|
6
|
+
declare const explicitStateTypes: ESLintUtils.RuleModule<"noTypeArgument", [], unknown, ESLintUtils.RuleListener>;
|
|
7
7
|
|
|
8
8
|
declare const lifespan: {
|
|
9
9
|
meta: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "atom.io",
|
|
3
|
-
"version": "0.25.
|
|
3
|
+
"version": "0.25.6",
|
|
4
4
|
"description": "Composable and testable reactive data library.",
|
|
5
5
|
"homepage": "https://atom.io.fyi",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -56,16 +56,16 @@
|
|
|
56
56
|
"@types/npmlog": "7.0.0",
|
|
57
57
|
"@types/react": "18.3.3",
|
|
58
58
|
"@types/tmp": "0.2.6",
|
|
59
|
-
"@typescript-eslint/parser": "
|
|
60
|
-
"@typescript-eslint/rule-tester": "
|
|
61
|
-
"@vitest/coverage-v8": "2.0.
|
|
62
|
-
"@vitest/ui": "2.0.
|
|
59
|
+
"@typescript-eslint/parser": "8.0.0",
|
|
60
|
+
"@typescript-eslint/rule-tester": "8.0.0",
|
|
61
|
+
"@vitest/coverage-v8": "2.0.5",
|
|
62
|
+
"@vitest/ui": "2.0.5",
|
|
63
63
|
"concurrently": "8.2.2",
|
|
64
|
-
"drizzle-kit": "0.23.
|
|
64
|
+
"drizzle-kit": "0.23.1",
|
|
65
65
|
"drizzle-orm": "0.32.1",
|
|
66
66
|
"eslint": "npm:eslint@8.57.0",
|
|
67
|
-
"eslint-v9": "npm:eslint@9.
|
|
68
|
-
"framer-motion": "11.3.
|
|
67
|
+
"eslint-v9": "npm:eslint@9.8.0",
|
|
68
|
+
"framer-motion": "11.3.19",
|
|
69
69
|
"happy-dom": "14.12.3",
|
|
70
70
|
"http-proxy": "1.18.1",
|
|
71
71
|
"npmlog": "7.0.1",
|
|
@@ -78,10 +78,11 @@
|
|
|
78
78
|
"socket.io-client": "4.7.5",
|
|
79
79
|
"tmp": "0.2.3",
|
|
80
80
|
"tsup": "8.2.3",
|
|
81
|
+
"tsx": "4.16.3",
|
|
81
82
|
"typescript": "5.5.4",
|
|
82
|
-
"vite": "5.3.
|
|
83
|
+
"vite": "5.3.5",
|
|
83
84
|
"vite-tsconfig-paths": "4.3.2",
|
|
84
|
-
"vitest": "2.0.
|
|
85
|
+
"vitest": "2.0.5"
|
|
85
86
|
},
|
|
86
87
|
"main": "dist/index.js",
|
|
87
88
|
"types": "dist/index.d.ts",
|