Skip to content

Commit

Permalink
- upgarded
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvishnusankar committed Aug 13, 2020
1 parent 43c5ac9 commit da0d6b0
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"format": "prettier --write \"**/*.{js,mjs,cjs,jsx,json,ts,tsx,md,mdx,css,html,yml,yaml,scss,less,graphql,graphqls,gql}\""
},
"devDependencies": {
"@corex/workspace": "^2.2.7"
"@corex/workspace": "^2.2.14"
}
}
2 changes: 1 addition & 1 deletion packages/next-sitemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"lint": "tsc --noEmit --declaration"
},
"dependencies": {
"@corex/deepmerge": "^2.2.7"
"@corex/deepmerge": "^2.2.14"
}
}
29 changes: 21 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1092,10 +1092,10 @@
exec-sh "^0.3.2"
minimist "^1.2.0"

"@corex/deepmerge@^2.2.7":
version "2.2.9"
resolved "https://registry.yarnpkg.com/@corex/deepmerge/-/deepmerge-2.2.9.tgz#374a0c5dd3803124c477233e91b54699ab6033e7"
integrity sha512-/oab+WEEXPXK3WqcTlAzeRCo9YzGTG4fuqhbOPasPhZQ/IAOa9xqya0A+bnYAt3CPqPPmaV1JOb5OxrBzEdXJQ==
"@corex/deepmerge@^2.2.14":
version "2.2.14"
resolved "https://registry.yarnpkg.com/@corex/deepmerge/-/deepmerge-2.2.14.tgz#8ebe572ecd55af0028c9f2a607981d8e1ef58da6"
integrity sha512-AdUdpVBPk8rDyMobbdLNU3TSCNZwnrz3vPmnwmN0RWAYTaN0F7U6imGJL82lxOK+uisJiJ6vLBWdk8RI2g8d3A==

"@corex/jest-require-stub@*":
version "2.2.9"
Expand Down Expand Up @@ -1142,16 +1142,29 @@
typescript "3.9.7"
typescript-tslint-plugin "^0.5.5"

"@corex/workspace@^2.2.7":
version "2.2.9"
resolved "https://registry.yarnpkg.com/@corex/workspace/-/workspace-2.2.9.tgz#81e7258e7521a8e7ad34ab3744a33bcc5e9b9cf2"
integrity sha512-jMWmVV5X+NO8GHWvod1gwAtvfEPkwDTv9ULOVwzNE4NCvr213el5oUYMIr9TVhEwOB8M7WPvShXqGWp5fIwtpw==
"@corex/tslint@*":
version "2.2.14"
resolved "https://registry.yarnpkg.com/@corex/tslint/-/tslint-2.2.14.tgz#4a07c98faca82224744210f49b16bfebb5ff543b"
integrity sha512-dZC2jelAAyGE6VEw7MrJOSsSlSUleWQIeAdzxejF8a3i0JyiBzwYYDEBdrFCA2h6QxPxO7kv9AZ+cPKJiTcthA==
dependencies:
tslint "^6.1.3"
tslint-config-prettier "^1.18.0"
tslint-eslint-rules "^5.4.0"
tslint-plugin-prettier "^2.3.0"
tslint-react "^5.0.0"
typescript "3.9.7"

"@corex/workspace@^2.2.14":
version "2.2.14"
resolved "https://registry.yarnpkg.com/@corex/workspace/-/workspace-2.2.14.tgz#203914c7232abe978929275ca7db2dc254259102"
integrity sha512-wXJRT7FG5gKq2pRB3IfVwzFULs5exDloVjjfu1h81k8h+RPR+hsuAo+gSF+rqfWZr8il0LmofnreGOO9pvRfaw==
dependencies:
"@corex/jest" "*"
"@corex/jest-require-stub" "*"
"@corex/prettier" "*"
"@corex/stylelint" "*"
"@corex/tsconfig" "*"
"@corex/tslint" "*"
"@corex/ywc" "*"

"@corex/ywc@*":
Expand Down

0 comments on commit da0d6b0

Please sign in to comment.