Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
Airkro committed Jun 20, 2024
1 parent f609599 commit f1494e3
Show file tree
Hide file tree
Showing 3 changed files with 4,067 additions and 2,800 deletions.
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
enable-pre-post-scripts = true
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
},
"main": "dist/index.cjs",
"files": [],
"type": "commonjs",
"scripts": {
"build": "best-shot prod",
"lint:staged": "nice-move lint staged",
Expand All @@ -35,30 +36,30 @@
"test": "ava --fail-fast"
},
"devDependencies": {
"@bring-it/npm": "^0.3.9",
"@nice-move/cli": "^0.11.1",
"@nice-move/eslint-config-base": "^0.9.24",
"@nice-move/prettier-config": "^0.9.8",
"ava": "^5.3.1",
"best-shot": "^0.4.6",
"eslint": "^8.54.0",
"@bring-it/npm": "^0.5.4",
"@nice-move/cli": "^0.11.13",
"@nice-move/eslint-config-base": "^0.11.9",
"@nice-move/prettier-config": "^0.12.4",
"ava": "^6.1.3",
"best-shot": "^0.5.8",
"eslint": "^8.57.0",
"eslint-plugin-ava": "^14.0.0",
"garou": "^0.6.19",
"garou": "^0.7.5",
"groovy-beautify": "~0.0.17",
"prettier": "^3.1.0",
"prettier": "^3.3.2",
"string-replace-loader": "^3.1.0"
},
"peerDependencies": {
"prettier": "^3.0.0"
"prettier": "^3.3.2"
},
"packageManager": "[email protected]",
"engines": {
"node": "^18.12.0 || ^20.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"packageManager": "[email protected]",
"eslintConfig": {
"extends": "@nice-move/eslint-config-base"
},
Expand Down
Loading

0 comments on commit f1494e3

Please sign in to comment.