Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-er committed Dec 28, 2023
1 parent 8df0197 commit 4566473
Show file tree
Hide file tree
Showing 2 changed files with 1,018 additions and 836 deletions.
105 changes: 54 additions & 51 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,43 @@
{
"name": "@verful/scheduler",
"version": "1.0.0",
"description": "Easily manage scheduled tasks in AdonisJS",
"version": "1.0.0",
"keywords": [
"typescript",
"adonisjs",
"package",
"template"
"scheduler",
"cron",
"cronjob"
],
"license": "MIT",
"author": {
"name": "Arthur Rezende",
"email": "arthur-er@protonmail.com"
},
"homepage": "https://github.com/verful/adonis-scheduler#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/verful/adonis-scheduler.git"
},
"bugs": {
"url": "https://github.com/verful/adonis-scheduler/issues"
},
"engines": {
"node": ">=16.0.0"
},
"publishConfig": {
"access": "public",
"tag": "latest"
},
"main": "./build/providers/scheduler_provider.js",
"types": "build/adonis-typings/index.d.ts",
"files": [
"build/adonis-typings",
"build/commands",
"build/providers",
"build/src",
"build/templates",
"build/instructions.md"
],
"scripts": {
"pretest": "pnpm lint",
"test": "node --require=@adonisjs/require-ts/build/register bin/test.ts",
Expand All @@ -26,14 +52,18 @@
"lint": "eslint . --ext=.ts",
"format": "prettier --write ."
},
"dependencies": {
"luxon": "^3.4.2",
"node-cron": "^3.0.2"
},
"devDependencies": {
"@adonisjs/application": "^5.3.0",
"@adonisjs/core": "^5.9.0",
"@adonisjs/fold": "^8.2.0",
"@adonisjs/require-ts": "^2.0.13",
"@adonisjs/sink": "^5.4.3",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@japa/assert": "^1.4.1",
"@japa/run-failed-tests": "^1.1.1",
Expand All @@ -42,45 +72,31 @@
"@poppinss/dev-utils": "^2.0.3",
"@poppinss/utils": "^5.0.0",
"@types/luxon": "^3.3.2",
"@types/node": "^18.17.12",
"@types/node-cron": "^3.0.8",
"@types/sinon": "^10.0.16",
"@types/node": "^20.10.5",
"@types/node-cron": "^3.0.11",
"@types/sinon": "^17.0.2",
"copyfiles": "^2.4.1",
"del-cli": "^5.1.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-adonis": "^2.1.1",
"eslint-plugin-import-helpers": "^1.3.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-unicorn": "^50.0.1",
"execa": "^5.1.1",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"np": "^8.0.4",
"lint-staged": "^15.2.0",
"np": "^9.2.0",
"nyc": "^15.1.0",
"prettier": "^3.0.3",
"reflect-metadata": "^0.1.13",
"semantic-release": "^21.1.1",
"sinon": "^15.2.0",
"typescript": "^5.2.2"
"prettier": "^3.1.1",
"reflect-metadata": "^0.2.1",
"semantic-release": "^22.0.12",
"sinon": "^17.0.1",
"typescript": "^5.3.3"
},
"peerDependencies": {
"@adonisjs/core": "^5.9.0"
},
"main": "./build/providers/scheduler_provider.js",
"files": [
"build/adonis-typings",
"build/commands",
"build/providers",
"build/src",
"build/templates",
"build/instructions.md"
],
"types": "build/adonis-typings/index.d.ts",
"publishConfig": {
"access": "public",
"tag": "latest"
},
"adonisjs": {
"instructionsMd": "./build/instructions.md",
"preloads": [
Expand Down Expand Up @@ -176,7 +192,10 @@
"@commitlint/config-conventional"
],
"rules": {
"body-max-line-length": [0, "always"]
"body-max-line-length": [
0,
"always"
]
}
},
"lint-staged": {
Expand All @@ -189,21 +208,5 @@
"tag": "latest",
"branch": "main",
"anyBranch": false
},
"author": {
"name": "Arthur Rezende",
"email": "arthur-er@protonmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/verful/adonis-scheduler.git"
},
"bugs": {
"url": "https://github.com/verful/adonis-scheduler/issues"
},
"homepage": "https://github.com/verful/adonis-scheduler#readme",
"dependencies": {
"luxon": "^3.4.2",
"node-cron": "^3.0.2"
}
}
Loading

0 comments on commit 4566473

Please sign in to comment.