Skip to content

Commit

Permalink
package fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LoaderB0T committed Aug 1, 2024
1 parent 044d6ce commit 5228b78
Show file tree
Hide file tree
Showing 3 changed files with 2,069 additions and 1,408 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
- name: Use Node.js 20.x
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 20.x
- name: Install pnpm
run: npm i -g pnpm
- name: Install
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@
"test-open": "pnpm cypress open --project test"
},
"dependencies": {
"easy-network-stub": "^6.0.0"
"easy-network-stub": "^7.1.0"
},
"devDependencies": {
"@awdware/eslint-config-base": "^1.1.0",
"@awdware/eslint-config-base": "^1.2.0",
"@awdware/eslint-config-nodejs": "^1.0.0",
"@awdware/prettier-config": "^0.0.2",
"@types/node": "^16.0.0",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"cypress": "^9.0.0",
"cypress-multi-reporters": "^1.6.2",
"eslint": "^8.13.0",
"mocha-junit-reporter": "^2.2.0",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"ts-node": "^10.1.0",
"typescript": "^4.9.5"
"@awdware/prettier-config": "^1.0.0",
"@types/node": "^22.0.2",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"cypress": "^13.13.2",
"cypress-multi-reporters": "^1.6.4",
"eslint": "^8.57.0",
"mocha-junit-reporter": "^2.2.1",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"peerDependencies": {
"cypress": ">= 6.0"
Expand Down
Loading

0 comments on commit 5228b78

Please sign in to comment.