File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ const Readme = () => {
1919 'name' in params
2020 ? import ( `../packages/${ params . name } /README.md` )
2121 : 'orgName' in params
22- ? import ( `../packages/${ params . orgName } /${ params . pkgName } /README.md` )
23- : import ( '../README.md' ) ,
22+ ? import ( `../packages/${ params . orgName } /${ params . pkgName } /README.md` )
23+ : import ( '../README.md' ) ,
2424 )
2525 return (
2626 < Suspense >
@@ -36,8 +36,8 @@ const Changelog = () => {
3636 'name' in params
3737 ? import ( `../packages/${ params . name } /CHANGELOG.md` )
3838 : 'orgName' in params
39- ? import ( `../packages/${ params . orgName } /${ params . pkgName } /CHANGELOG.md` )
40- : import ( '../CHANGELOG.md' ) ,
39+ ? import ( `../packages/${ params . orgName } /${ params . pkgName } /CHANGELOG.md` )
40+ : import ( '../CHANGELOG.md' ) ,
4141 )
4242 return (
4343 < Suspense >
Original file line number Diff line number Diff line change 1- <!DOCTYPE html>
1+ <!doctype html>
22< html lang ="en ">
33 < head >
44 < meta charset ="UTF-8 " />
Original file line number Diff line number Diff line change 3131 "version" : " changeset version && yarn --no-immutable"
3232 },
3333 "devDependencies" : {
34- "@1stg/app-config" : " ^9 .0.1" ,
34+ "@1stg/app-config" : " ^10 .0.1" ,
3535 "@changesets/changelog-github" : " ^0.5.0" ,
3636 "@changesets/cli" : " ^2.27.1" ,
3737 "@commitlint/cli" : " ^18.4.3" ,
6464 "vite" : " ^5.0.10" ,
6565 "vitest" : " ^1.1.0"
6666 },
67- "resolutions" : {
68- "@commitlint/cli" : " ^18.4.3" ,
69- "lint-staged" : " ^15.2.0" ,
70- "stylelint" : " ^16.1.0" ,
71- "stylelint-scss" : " ^6.0.0"
72- },
67+ "browserslist" : [
68+ " extends @1stg/browserslist-config/modern"
69+ ],
7370 "commitlint" : {
7471 "extends" : " @1stg"
7572 },
You can’t perform that action at this time.
0 commit comments