Skip to content

Commit

Permalink
chore(deps): update devdependencies (major) (#1234)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 authored Jul 27, 2024
1 parent 99a63ca commit c39c92f
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 28 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ module.exports = defineConfig({
'unicorn/no-process-exit': 'off',
'unicorn/prefer-at': 'off',
'unicorn/prefer-native-coercion-functions': 'off',
'unicorn/prefer-string-raw': 'off',
'unicorn/prefer-string-replace-all': 'off',
'unicorn/prefer-structured-clone': 'off',
'unicorn/prefer-top-level-await': 'off',
'unicorn/prevent-abbreviations': 'off',

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,14 @@
"eslint-define-config": "2.1.0",
"eslint-gitignore": "0.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-unicorn": "52.0.0",
"eslint-plugin-unicorn": "55.0.0",
"json5": "2.2.3",
"node-pg-migrate": "file:.",
"npm-run-all2": "6.2.2",
"pg": "8.12.0",
"prettier": "3.3.3",
"prettier-plugin-organize-imports": "3.2.4",
"rimraf": "5.0.9",
"prettier-plugin-organize-imports": "4.0.0",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"tsup": "8.2.3",
"typescript": "4.8.4",
Expand Down
102 changes: 77 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c39c92f

Please sign in to comment.