Skip to content

Commit

Permalink
chore(deps): update none breaking dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 18, 2023
1 parent 4bf8973 commit 55aae48
Show file tree
Hide file tree
Showing 4 changed files with 152 additions and 152 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"husky": "^8.0.3",
"turbo": "^1.10.15"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/development/glacier-eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"build": "tsc"
},
"dependencies": {
"@types/eslint": "8.44.3",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@types/eslint": "8.44.5",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jest": "^27.4.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/development/glacier-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"version": "1.0.0",
"main": "./jest-preset.json",
"dependencies": {
"@swc/core": "^1.3.92",
"@swc/core": "^1.3.93",
"@swc/jest": "^0.2.29",
"@types/jest": "^29.5.5",
"@types/jest": "^29.5.6",
"jest": "^29.7.0"
}
}

0 comments on commit 55aae48

Please sign in to comment.