Skip to content

Commit

Permalink
- Upgraded deepmerge package
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvishnusankar committed Aug 13, 2020
1 parent da0d6b0 commit cbe8e8c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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.14"
"@corex/workspace": "^2.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/next-sitemap/lib/config/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import fs from 'fs'
import allPath from '../path'
import { IConfig } from '../interface'
import merge from '@corex/deepmerge'
import { merge } from '@corex/deepmerge'

export const defaultConfig: Partial<IConfig> = {
rootDir: 'public',
Expand Down
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.14"
"@corex/deepmerge": "^2.3.1"
}
}
16 changes: 8 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.14":
version "2.2.14"
resolved "https://registry.yarnpkg.com/@corex/deepmerge/-/deepmerge-2.2.14.tgz#8ebe572ecd55af0028c9f2a607981d8e1ef58da6"
integrity sha512-AdUdpVBPk8rDyMobbdLNU3TSCNZwnrz3vPmnwmN0RWAYTaN0F7U6imGJL82lxOK+uisJiJ6vLBWdk8RI2g8d3A==
"@corex/deepmerge@^2.3.1":
version "2.3.1"
resolved "https://registry.yarnpkg.com/@corex/deepmerge/-/deepmerge-2.3.1.tgz#c014f93fbcf320ab76cc3bdb42ce02b22ea58029"
integrity sha512-byYI5QzG2zNmpYlK97rc74HsvbhJKJRNBM7ZOJGBVz50uxPC0FiUaGtv5YWX9g0OAYi6z93cUj/aEyAmNW5uEA==

"@corex/jest-require-stub@*":
version "2.2.9"
Expand Down Expand Up @@ -1154,10 +1154,10 @@
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==
"@corex/workspace@^2.3.1":
version "2.3.1"
resolved "https://registry.yarnpkg.com/@corex/workspace/-/workspace-2.3.1.tgz#868360aa4d106fe2b83c84ffbdf4a2952679f362"
integrity sha512-EPgfA7Lbdjgq7pf0NSCRQ/kOpkihUNqwVjHJul9G5VQkEhX4bpD/MnjrrktTRF8zzZtcR+OCbwzujWHHkaEj3A==
dependencies:
"@corex/jest" "*"
"@corex/jest-require-stub" "*"
Expand Down

0 comments on commit cbe8e8c

Please sign in to comment.