Skip to content

Commit

Permalink
chore: upgrade dependencies and ignore-files
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Oct 7, 2021
1 parent 19972f7 commit 8679904
Show file tree
Hide file tree
Showing 5 changed files with 477 additions and 1,702 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
*.cjs.js
.history
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.DS_Store
artifacts
.ansible
.history


#################
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
**/cjs/*
.history
26 changes: 11 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,22 @@
"lint": "smartlint",
"build": "rollup -c",
"semantic-release": "lerna exec --concurrency 1 -- semantic-release -e semantic-release-monorepo",
"prepare": "yarn build && husky install"
"prepare": "npm run build && husky install"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-lerna-scopes": "^12.1.4",
"@rollup/plugin-replace": "^2.4.2",
"@commitlint/cli": "^13.2.0",
"@commitlint/config-lerna-scopes": "^13.2.0",
"@rollup/plugin-replace": "^3.0.0",
"eslint-config-airlight-node": "^1.1.9",
"husky": "^6.0.0",
"husky": "^7.0.2",
"lerna": "^4.0.0",
"lint-staged": "^11.0.1",
"lint-staged-config-airlight": "^2.0.0",
"lint-staged": "^11.2.0",
"lint-staged-config-airlight": "^2.0.1",
"prettier-config-airlight": "^1.0.0",
"rollup": "^2.53.1",
"semantic-release": "^17.4.4",
"rollup": "^2.58.0",
"semantic-release": "^18.0.0",
"semantic-release-monorepo": "^7.0.5",
"smartlint": "^2.0.1",
"typescript": "4.3.5"
},
"resolutions": {
"lodash": "^4.17.21",
"hosted-git-info": "^3.0.8"
"smartlint": "^4.0.0",
"typescript": "4.4.3"
}
}
Loading

0 comments on commit 8679904

Please sign in to comment.