Skip to content

Commit

Permalink
fix: Some oupdated dependencies updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hknokh2 committed Sep 19, 2024
1 parent b65a434 commit a9e7508
Show file tree
Hide file tree
Showing 4 changed files with 1,329 additions and 1,363 deletions.
2 changes: 0 additions & 2 deletions messages/resources.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"newLine": "",
"separator": "=============",
"source": "SOURCE",
"target": "TARGET",
"step1": "STAGE 1",
Expand Down
14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@
"bugs": "https://github.com/forcedotcom/SFDX-Data-Move-Utility/issues",
"dependencies": {
"@babel/traverse": "^7.24.1",
"@oclif/command": "^1.8.36",
"@oclif/config": "^1.18.17",
"@oclif/errors": "^1.3.6",
"@oclif/core": "^4.0.22",
"@salesforce/command": "^5.3.9",
"@salesforce/core": "^7.3.3",
"@salesforce/core": "^8.5.7",
"@salesforce/dev-config": "^4.1.0",
"@types/bunyan": "^1.8.11",
"alasql": "^0.6.4",
"alasql": "^4.5.2",
"casual": "^1.6.2",
"class-transformer": "^0.5.1",
"csv-parse": "^4.12.0",
Expand All @@ -29,22 +27,22 @@
"promise-parallel-throttle": "^3.4.1",
"reflect-metadata": "^0.1.13",
"soql-parser-js": "^1.2.1",
"tslib": "^2.6.2"
"tslib": "^2.7.0"
},
"devDependencies": {
"@oclif/dev-cli": "^1.26.10",
"@oclif/plugin-help": "^6.0.21",
"@oclif/test": "^3.2.10",
"@types/chai": "^4.3.14",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.7",
"@types/node": "^22.5.5",
"chai": "^5.1.0",
"globby": "11.0.0",
"mocha": "^10.4.0",
"nyc": "^15.1.0",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"typescript": "^4.4.3"
"typescript": "^5.6.2"
},
"engines": {
"node": ">=8.0.0"
Expand Down
4 changes: 2 additions & 2 deletions src/modules/components/common_components/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import { CONSTANTS } from './statics';
// ----------------------//
export enum RESOURCES {

newLine = "newLine",
separator = "separator",
newLine = "",
separator = "===========",
source = "Source",
target = "Target",
step1 = "step1",
Expand Down
Loading

0 comments on commit a9e7508

Please sign in to comment.