Skip to content

Commit 4d4d043

Browse files
committed
build: adds load-script and solid-js as dev dependencies
1 parent e2899af commit 4d4d043

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

bun.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"name": "solid-create-script",
66
"devDependencies": {
77
"@changesets/cli": "^2.29.3",
8+
"@dschz/load-script": "^1.0.5",
89
"@solidjs/testing-library": "^0.8.10",
910
"@testing-library/jest-dom": "^6.6.3",
1011
"@types/bun": "^1.2.12",
@@ -16,6 +17,7 @@
1617
"eslint-plugin-solid": "^0.14.5",
1718
"jsdom": "^25.0.1",
1819
"prettier": "^3.5.3",
20+
"solid-js": "^1.9.6",
1921
"tsup": "^8.4.0",
2022
"tsup-preset-solid": "^2.2.0",
2123
"typescript": "^5.8.3",
@@ -25,7 +27,7 @@
2527
},
2628
"peerDependencies": {
2729
"@dschz/load-script": ">=1.0.4",
28-
"solid-js": ">=1.8.0",
30+
"solid-js": ">=1.6.0",
2931
},
3032
},
3133
},

import_map.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"exports": "./src/index.tsx",
66
"publish": {
7-
"include": ["LICENSE", "README.md", "import_map.json", "src/**/*.tsx"],
7+
"include": ["LICENSE", "README.md", "src/**/*.tsx"],
88
"exclude": ["**/*.test.tsx"]
99
}
1010
}

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
},
6767
"devDependencies": {
6868
"@changesets/cli": "^2.29.3",
69+
"@dschz/load-script": "^1.0.5",
6970
"@solidjs/testing-library": "^0.8.10",
7071
"@testing-library/jest-dom": "^6.6.3",
7172
"@types/bun": "^1.2.12",
@@ -77,6 +78,7 @@
7778
"eslint-plugin-solid": "^0.14.5",
7879
"jsdom": "^25.0.1",
7980
"prettier": "^3.5.3",
81+
"solid-js": "^1.9.6",
8082
"tsup": "^8.4.0",
8183
"tsup-preset-solid": "^2.2.0",
8284
"typescript": "^5.8.3",
@@ -86,6 +88,6 @@
8688
},
8789
"peerDependencies": {
8890
"@dschz/load-script": ">=1.0.4",
89-
"solid-js": ">=1.8.0"
91+
"solid-js": ">=1.6.0"
9092
}
9193
}

0 commit comments

Comments
 (0)