Skip to content

Commit

Permalink
merge: 🔀️ Merge branch 'main' into canary
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeFitz committed May 13, 2021
2 parents cd5283a + a930b7a commit 9afe718
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 161 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"typescript": "tsc --noEmit --declaration"
},
"devDependencies": {
"dotenv": "8.2.0",
"dotenv": "9.0.2",
"husky": "6.0.0",
"is-ci": "3.0.0",
"lerna": "4.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/codestyle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@
"typescript": "tsc --noEmit --declaration"
},
"dependencies": {
"@babel/core": "7.14.0",
"@babel/eslint-parser": "7.13.14",
"@typescript-eslint/eslint-plugin": "4.22.0",
"@typescript-eslint/parser": "4.22.0",
"eslint": "7.25.0",
"@babel/core": "7.14.2",
"@babel/eslint-parser": "7.14.2",
"@typescript-eslint/eslint-plugin": "4.23.0",
"@typescript-eslint/parser": "4.23.0",
"eslint": "7.26.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jest": "24.3.6",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.23.2",
"eslint-plugin-react-hooks": "4.2.0",
"lint-staged": "10.5.4",
"prettier": "2.2.1",
"prettier": "2.3.0",
"pretty-quick": "3.1.0",
"typescript": "4.1.5"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/semantic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"@octokit/core": "3.4.0",
"@semantic-release/commit-analyzer": "8.0.1",
"@semantic-release/exec": "5.0.0",
"@semantic-release/github": "7.2.1",
"@semantic-release/npm": "7.1.1",
"@semantic-release/github": "7.2.3",
"@semantic-release/npm": "7.1.3",
"@semantic-release/release-notes-generator": "9.0.2",
"grapheme-splitter": "1.0.4",
"lodash": "4.17.21",
"multi-semantic-release": "2.8.0",
"semantic-release": "17.4.2",
"semantic-release": "17.4.3",
"semantic-release-commit-filter": "1.0.2",
"title": "3.4.3"
},
Expand Down
Loading

0 comments on commit 9afe718

Please sign in to comment.