issue-pane 2.6.0-ccf01745 → 2.6.0-edb66356

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/eslint.config.mjs CHANGED
@@ -1,9 +1,8 @@
1
- import { defineConfig } from "eslint/config";
2
1
  import globals from "globals";
3
2
  import js from "@eslint/js";
4
3
  import importPlugin from "eslint-plugin-import";
5
4
 
6
- export default defineConfig([
5
+ export default [
7
6
  {
8
7
  languageOptions: {
9
8
  globals: {
@@ -30,4 +29,4 @@ export default defineConfig([
30
29
  ],
31
30
  },
32
31
  },
33
- ]);
32
+ ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "issue-pane",
3
- "version": "2.6.0-ccf01745",
3
+ "version": "2.6.0-edb66356",
4
4
  "description": "Solid-compatible Panes: issue editor",
5
5
  "main": "./issuePane.js",
6
6
  "scripts": {
@@ -35,10 +35,10 @@
35
35
  },
36
36
  "homepage": "https://github.com/solid/issue-pane",
37
37
  "dependencies": {
38
+ "@babel/runtime": "^7.28.3",
38
39
  "solid-ui": "^2.6.0"
39
40
  },
40
41
  "devDependencies": {
41
- "@babel/runtime": "^7.28.3",
42
42
  "@eslint/compat": "^1.3.2",
43
43
  "@eslint/eslintrc": "^3.3.1",
44
44
  "@eslint/js": "^9.33.0",