Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-er committed Jan 27, 2024
1 parent 41b792e commit d3cbb3d
Show file tree
Hide file tree
Showing 3 changed files with 659 additions and 514 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,39 +26,39 @@
"release": "pnpm build && release-it"
},
"dependencies": {
"@adonisjs/eslint-plugin": "^1.1.8",
"@eslint/eslintrc": "^2.1.3",
"@adonisjs/eslint-plugin": "^1.2.1",
"@eslint/eslintrc": "^3.0.0",
"@types/react": "^18.2.48",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@verful/tooling-configs": "^1.0.0",
"eslint-config-flat-gitignore": "^0.1.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-i": "^2.29.0",
"eslint-plugin-jsdoc": "^46.9.0",
"eslint-plugin-jsonc": "^2.10.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-perfectionist": "^2.4.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-config-flat-gitignore": "^0.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-i": "^2.29.1",
"eslint-plugin-jsdoc": "^48.0.4",
"eslint-plugin-jsonc": "^2.13.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-perfectionist": "^2.5.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-tailwindcss": "^3.14.1",
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-unicorn": "^50.0.1",
"jsonc-eslint-parser": "^2.4.0",
"local-pkg": "^0.5.0",
"react": "^18.2.0"
},
"devDependencies": {
"@antfu/eslint-define-config": "1.23.0-2",
"@semantic-release/git": "^10.0.1",
"@types/eslint": "^8.44.7",
"@types/node": "^20.9.2",
"@types/eslint": "^8.56.2",
"@types/node": "^20.11.7",
"cpy": "^11.0.0",
"eslint": "^8.54.0",
"prettier": "^3.1.0",
"eslint": "^8.56.0",
"prettier": "^3.2.4",
"semantic-release": "^23.0.0",
"ts-node": "^10.9.2",
"tsup": "^8.0.0",
"typescript": "^5.2.2"
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"prettier": "./src/prettier/index.json",
"publishConfig": {
Expand Down
Loading

0 comments on commit d3cbb3d

Please sign in to comment.