File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 pnpm i --frozen-lockfile
3030 pnpm build
3131 - name : Publish 📰
32- uses : JS-DevTools/npm-publish@v3.0.1
32+ uses : JS-DevTools/npm-publish@v3.1.0
3333 if : github.ref_name == 'main'
3434 with :
3535 token : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 9292 },
9393 "homepage" : " https://github.com/high1/solid-jsx#readme" ,
9494 "devDependencies" : {
95- "@typescript-eslint/eslint-plugin" : " 7.2.0 " ,
96- "@typescript-eslint/parser" : " 7.2.0 " ,
95+ "@typescript-eslint/eslint-plugin" : " 7.3.1 " ,
96+ "@typescript-eslint/parser" : " 7.3.1 " ,
9797 "eslint" : " 8.57.0" ,
9898 "eslint-config-prettier" : " 9.1.0" ,
9999 "eslint-import-resolver-typescript" : " 3.6.1" ,
100100 "eslint-plugin-import" : " 2.29.1" ,
101- "eslint-plugin-jsonc" : " 2.13.0 " ,
101+ "eslint-plugin-jsonc" : " 2.14.1 " ,
102102 "eslint-plugin-prettier" : " 5.1.3" ,
103- "eslint-plugin-yml" : " 1.12 .2" ,
103+ "eslint-plugin-yml" : " 1.13 .2" ,
104104 "husky" : " 9.0.11" ,
105105 "lint-staged" : " 15.2.2" ,
106106 "prettier" : " 3.2.5" ,
107107 "rimraf" : " 5.0.5" ,
108- "solid-js" : " 1.8.15 " ,
108+ "solid-js" : " 1.8.16 " ,
109109 "tsup" : " 8.0.2" ,
110- "typescript" : " 5.4.2 "
110+ "typescript" : " 5.4.3 "
111111 },
112112 "lint-staged" : {
113113 "*.{js,ts}" : " eslint --fix" ,
You can’t perform that action at this time.
0 commit comments