Skip to content

Commit

Permalink
Merge pull request #35 from MailOnline/chore/fix_release_build
Browse files Browse the repository at this point in the history
Chore/fix release build
  • Loading branch information
carpasse authored Nov 21, 2023
2 parents 1b61a16 + 9a25f37 commit b9188a2
Show file tree
Hide file tree
Showing 4 changed files with 1,866 additions and 2,050 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn run semantic-release
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.6
20.6.1
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@
"test": "echo 'This project has no tests' && exit 0"
},
"devDependencies": {
"eslint": "^8.0.1",
"husky": "^7.0.2",
"eslint": "^8.54.0",
"husky": "^8.0.3",
"mol-conventional-changelog": "^1.4.3",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.1",
"semantic-release": "^18.0.0",
"typescript": "^4.4.4"
"semantic-release": "^22.0.8",
"typescript": "5.1.6"
},
"peerDependencies": {
"eslint": "^8.0.1",
"typescript": "^5.2.2"
"typescript": "^5.1.6"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
Expand Down
Loading

0 comments on commit b9188a2

Please sign in to comment.