Skip to content

Commit

Permalink
chore: bump dependencies (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChromeGG authored May 11, 2024
1 parent cf1ae5b commit 8f6bf04
Show file tree
Hide file tree
Showing 7 changed files with 682 additions and 1,153 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ module.exports = {
'vitest/no-focused-tests': 'error',
'vitest/consistent-test-filename': 'off',
'vitest/prefer-lowercase-title': 'off',
'vitest/prefer-expect-assertions': 'off'
},
},
],
Expand Down
4 changes: 4 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"git": {
"commitMessage": "chore: release v${version}",
"tagName": "v${version}"
},
"github": {
"release": true
},
Expand Down
31 changes: 15 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,25 +38,24 @@
},
"dependencies": {
"chevrotain": "11.0.3",
"ramda": "0.29.1"
"ramda": "0.30.0"
},
"devDependencies": {
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@types/ramda": "0.29.11",
"@types/lodash.get": "4.4.9",
"@types/node": "20.9.0",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"esbuild": "0.20.0",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@types/ramda": "0.30.0",
"@types/node": "20.12.11",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"esbuild": "0.21.1",
"eslint": "8.53.0",
"eslint-plugin-sonarjs": "0.23.0",
"eslint-plugin-vitest": "0.3.10",
"prettier": "3.0.3",
"release-it": "17.0.0",
"tsx": "3.14.0",
"typescript": "5.2.2",
"vitest": "1.0.1"
"eslint-plugin-sonarjs": "0.25.1",
"eslint-plugin-vitest": "0.4.1",
"prettier": "3.2.5",
"release-it": "17.2.1",
"tsx": "4.9.4",
"typescript": "5.4.5",
"vitest": "1.6.0"
},
"engines": {
"node": ">=18.0.0"
Expand Down
Loading

0 comments on commit 8f6bf04

Please sign in to comment.