Skip to content

Commit

Permalink
馃攢 (packages) gitflow main to update canary
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeFitz committed May 18, 2021
2 parents c0ed19f + ab0f8e4 commit d590743
Show file tree
Hide file tree
Showing 4 changed files with 136 additions and 139 deletions.
12 changes: 6 additions & 6 deletions packages/codestyle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jeromefitz/codestyle",
"version": "2.0.4-canary.4",
"version": "2.0.4",
"description": "ESLint + TypeScript + Prettier + Lint Staged",
"author": {
"name": "Jerome Fitzgerald",
Expand Down Expand Up @@ -30,13 +30,13 @@
"typescript": "tsc --noEmit --declaration"
},
"dependencies": {
"@babel/core": "7.14.2",
"@babel/eslint-parser": "7.14.2",
"@typescript-eslint/eslint-plugin": "4.23.0",
"@typescript-eslint/parser": "4.23.0",
"@babel/core": "7.14.3",
"@babel/eslint-parser": "7.14.3",
"@typescript-eslint/eslint-plugin": "4.24.0",
"@typescript-eslint/parser": "4.24.0",
"eslint": "7.26.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-import": "2.23.2",
"eslint-plugin-jest": "24.3.6",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.23.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jeromefitz/scripts",
"version": "1.0.3-canary.4",
"version": "1.0.3",
"description": "Scripts",
"author": {
"name": "Jerome Fitzgerald",
Expand Down
2 changes: 1 addition & 1 deletion packages/semantic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jeromefitz/semantic",
"version": "2.0.4-canary.4",
"version": "2.0.4",
"description": "Semantic Versioning, Conventional Commits with CI/CD for GitHub Actions.",
"author": {
"name": "Jerome Fitzgerald",
Expand Down
Loading

0 comments on commit d590743

Please sign in to comment.