Skip to content

Commit cf63c14

Browse files
committed
feat: bump @1stg/app-config
1 parent 5511ce1 commit cf63c14

4 files changed

Lines changed: 1628 additions & 1316 deletions

File tree

docs/App.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />

package.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
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",
@@ -64,12 +64,9 @@
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
},

0 commit comments

Comments
 (0)