Skip to content

Commit 57078c8

Browse files
committed
chore: update dependencies
1 parent d1fd3b8 commit 57078c8

File tree

5 files changed

+1227
-1298
lines changed

5 files changed

+1227
-1298
lines changed

.changeset/stale-avocados-burn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@anymodel/nginx": patch
3+
---
4+
5+
Update dependencies

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Build
4040
run: pnpm build
4141
- name: Patch
42-
run: pnpm patch
42+
run: pnpm compose
4343
- name: Create release pull request or publish to npm
4444
id: changesets
4545
uses: changesets/action@v1

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,28 +23,28 @@
2323
"check:format": "prettier -c .",
2424
"clean": "wspa clean",
2525
"format": "prettier -w .",
26-
"patch": "wspa patch",
27-
"prepare": "pnpm patch",
26+
"compose": "wspa compose",
27+
"postinstall": "pnpm compose",
2828
"start": "node packages/cli/lib/bin.js",
2929
"test": "echo success",
3030
"watch": "tsc -b tsconfig.build.json -w"
3131
},
3232
"devDependencies": {
33-
"@changesets/changelog-github": "^0.4.4",
34-
"@changesets/cli": "^2.22.0",
35-
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
36-
"@tsconfig/node16": "^1.0.2",
37-
"@types/jest": "^27.5.0",
38-
"@types/node": "^16.11.33",
39-
"@wspa/config": "^0.0.2",
40-
"eslint": "^8.15.0",
41-
"jest": "^27.5.1",
42-
"prettier": "2.5.1",
43-
"prettier-plugin-packagejson": "^2.2.17",
44-
"prettier-plugin-sort-json": "^0.0.2",
45-
"ts-jest": "^27.1.4",
46-
"typescript": "^4.6.4",
47-
"wspa": "^0.0.6"
33+
"@changesets/changelog-github": "^0.4.6",
34+
"@changesets/cli": "^2.24.4",
35+
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
36+
"@tsconfig/node16": "^1.0.3",
37+
"@types/jest": "^29.0.0",
38+
"@types/node": "^18.7.16",
39+
"@wspa/config": "^0.2.2",
40+
"eslint": "^8.23.0",
41+
"jest": "^29.0.2",
42+
"prettier": "2.7.1",
43+
"prettier-plugin-packagejson": "^2.2.18",
44+
"prettier-plugin-sort-json": "^0.0.3",
45+
"ts-jest": "^28.0.8",
46+
"typescript": "^4.8.2",
47+
"wspa": "^0.5.1"
4848
},
4949
"engine": {
5050
"node": ">=16.0.0"

packages/nginx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"watch": "tsc -b -w"
99
},
1010
"dependencies": {
11-
"ts-essentials": "^9.1.2"
11+
"ts-essentials": "^9.3.0"
1212
},
1313
"publishConfig": {
1414
"directory": "lib"

0 commit comments

Comments
 (0)