Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adhamu committed Jan 8, 2023
1 parent 163d32b commit b62d49d
Show file tree
Hide file tree
Showing 6 changed files with 1,899 additions and 1,658 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": ["./node_modules/@adhamu/zero/eslint/typescript"]
"extends": ["./node_modules/@adhamu/zero/eslint"]
}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.14
18.13
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2022 Amit Dhamu
Copyright 2023 Amit Dhamu

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arge",
"version": "1.2.0",
"version": "1.3.0",
"description": "A simple utility to parse command line arguments and flags",
"keywords": [
"argv",
Expand Down Expand Up @@ -28,19 +28,19 @@
"prebuild": "npx rimraf dist",
"build": "node esbuild.config.js build",
"postbuild": "tsc --project tsconfig.build.json",
"lint": "eslint 'src/**/*.ts*' --ignore-path=.eslintignore --config=.eslintrc.json",
"lint": "eslint .",
"test": "jest --colors",
"test:coverage": "yarn test --coverage",
"type": "tsc --noEmit"
},
"devDependencies": {
"@adhamu/zero": "^4.3.1",
"@swc/core": "^1.2.175",
"@swc/jest": "^0.2.20",
"@types/jest": "^27.5.0",
"@types/node": "^17.0.31",
"esbuild": "^0.14.38",
"jest": "^28.0.3",
"typescript": "^4.6.4"
"@adhamu/zero": "^5.1.2",
"@swc/core": "^1.3.25",
"@swc/jest": "^0.2.24",
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"esbuild": "^0.16.15",
"jest": "^29.3.1",
"typescript": "^4.9.4"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./node_modules/@adhamu/zero/tsconfig/base.json",
"extends": "@adhamu/zero/tsconfig/base.json",
"include": ["**/*.ts*"],
"compilerOptions": {
"lib": ["ES2021"],
Expand Down
Loading

0 comments on commit b62d49d

Please sign in to comment.