Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcourtice committed Feb 7, 2022
1 parent ba62d3a commit 904a645
Show file tree
Hide file tree
Showing 5 changed files with 2,574 additions and 4,420 deletions.
12 changes: 6 additions & 6 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"@harlem/extension-trace": "^2.2.1",
"@harlem/extension-transaction": "^2.2.1",
"@harlem/plugin-devtools": "^2.2.1",
"date-fns": "^2.23.0",
"date-fns-tz": "^1.1.6",
"date-fns": "^2.28.0",
"date-fns-tz": "^1.2.2",
"flex-layout-attribute": "^1.0.3",
"vue": "^3.2.11"
"vue": "^3.2.29"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.6.1",
"@vue/compiler-sfc": "^3.2.11",
"vite": "2.5.3"
"@vitejs/plugin-vue": "^2.1.0",
"@vue/compiler-sfc": "^3.2.29",
"vite": "2.7.13"
}
}
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"vuepress-vite": "^2.0.0-beta.25"
},
"devDependencies": {
"postcss": "^8.3.6",
"postcss-loader": "^6.1.1"
"postcss": "^8.4.6",
"postcss-loader": "^6.2.1"
}
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
"lint": "eslint \"**/@(src|test)/**/@(*.ts|*.js)\""
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@types/jest": "^27.0.1",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"eslint": "^7.30.0",
"husky": "^6.0.0",
"jest": "^27.1.0",
"jest-junit": "^12.2.0",
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@types/jest": "^27.4.0",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"eslint": "^8.8.0",
"husky": "^7.0.4",
"jest": "^27.5.0",
"jest-junit": "^13.0.0",
"lerna": "^4.0.0",
"standard-changelog": "^2.0.27",
"ts-jest": "^27.0.5",
"tsup": "^4.14.0",
"typescript": "^4.4.2"
"ts-jest": "^27.1.3",
"tsup": "^5.11.13",
"typescript": "^4.5.5"
},
"jest-junit": {
"suiteName": "Unit Tests",
Expand Down
2 changes: 1 addition & 1 deletion plugins/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@harlem/utilities": "^2.2.1",
"@vue/devtools-api": "^6.0.0-beta.15"
"@vue/devtools-api": "^6.0.0-beta.21"
},
"devDependencies": {
"@harlem/core": "^2.2.1"
Expand Down
Loading

1 comment on commit 904a645

@vercel
Copy link

@vercel vercel bot commented on 904a645 Feb 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.