Skip to content

Commit 68727d5

Browse files
authored
Merge pull request #4 from onx2/main
chore(packages): patch deps and use built-in solid type
2 parents 0858bbc + 7fc2339 commit 68727d5

6 files changed

Lines changed: 6678 additions & 7336 deletions

File tree

package.json

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -41,44 +41,45 @@
4141
"author": "Eyelly Wu",
4242
"license": "MIT",
4343
"devDependencies": {
44-
"@commitlint/cli": "^17.4.3",
45-
"@commitlint/config-conventional": "^17.4.3",
44+
"@commitlint/cli": "^17.4.4",
45+
"@commitlint/config-conventional": "^17.4.4",
4646
"@eyelly/prettier-config": "^1.0.0",
47-
"@solidjs/testing-library": "^0.6.1",
48-
"@testing-library/jest-dom": "^5.16.5",
49-
"@types/react": "^18.0.28",
50-
"@types/testing-library__jest-dom": "^5.14.5",
47+
"@solidjs/testing-library": "^0.8.10",
48+
"@testing-library/jest-dom": "^6.6.3",
49+
"@types/react": "^19.1.2",
50+
"@types/testing-library__jest-dom": "^6.0.0",
5151
"@typescript-eslint/eslint-plugin": "^5.52.0",
5252
"@typescript-eslint/parser": "^5.52.0",
53-
"@vitest/coverage-istanbul": "^0.28.5",
54-
"@vitest/ui": "^0.28.5",
53+
"@vitest/coverage-istanbul": "^3.1.2",
54+
"@vitest/coverage-v8": "3.1.2",
55+
"@vitest/ui": "^3.1.2",
5556
"eslint": "^8.34.0",
5657
"eslint-config-prettier": "^8.6.0",
5758
"eslint-formatter-table": "^7.32.1",
5859
"eslint-plugin-prettier": "^4.2.1",
5960
"eslint-plugin-solid": "^0.11.0",
6061
"husky": "^8.0.3",
61-
"jsdom": "^21.1.0",
62+
"jsdom": "^26.1.0",
6263
"jsx-to-md": "^0.11.4",
6364
"lint-staged": "^13.1.2",
6465
"prettier": "^2.8.4",
65-
"rimraf": "^5.0.1",
66-
"rollup": "2",
67-
"rollup-plugin-prettier": "^3.0.0",
66+
"rimraf": "^6.0.1",
67+
"rollup": "4",
68+
"rollup-plugin-prettier": "^4.1.2",
6869
"rollup-plugin-terser": "^7.0.2",
69-
"rollup-plugin-typescript2": "^0.35.0",
70-
"tslib": "^2.5.0",
71-
"typescript": "4.8.4",
72-
"vite-plugin-solid": "^2.6.1",
73-
"vitest": "^0.28.5"
70+
"rollup-plugin-typescript2": "^0.36.0",
71+
"tslib": "^2.8.1",
72+
"typescript": "5.8.3",
73+
"vite-plugin-solid": "^2.11.6",
74+
"vitest": "^3.1.2"
7475
},
7576
"peerDependencies": {
7677
"i18n-pro": ">=2.0.0",
7778
"solid-js": ">=1.0.0"
7879
},
7980
"dependencies": {
8081
"i18n-pro": "^2.0.0",
81-
"solid-js": "^1.0.0"
82+
"solid-js": "^1.0.7"
8283
},
8384
"lint-staged": {
8485
"*.{json,ts,tsx,js}": "eslint --fix -f table"

0 commit comments

Comments
 (0)