Skip to content

Commit

Permalink
fix(storm-stack): Upgrade dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Nov 11, 2023
1 parent 46e8af4 commit ca3ad39
Show file tree
Hide file tree
Showing 2 changed files with 208 additions and 44 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,22 +71,22 @@
"prettier": "@storm-software/linting-tools/prettier/config.json",
"dependencies": {
"@eslint/eslintrc": "^2.1.3",
"@nx/devkit": "^17.0.3",
"@nx/eslint": "^17.0.3",
"@nx/eslint-plugin": "^17.0.3",
"@nx/jest": "^17.0.3",
"@nx/js": "^17.0.3",
"@nx/devkit": "^17.1.1",
"@nx/eslint": "^17.1.1",
"@nx/eslint-plugin": "^17.1.1",
"@nx/jest": "^17.1.1",
"@nx/js": "^17.1.1",
"@nx/workspace": "17.0.3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.2",
"@semantic-release/github": "^9.2.3",
"@semantic-release/npm": "^11.0.1",
"@semantic-release/release-notes-generator": "^12.1.0",
"@storm-software/git-tools": "^1.2.4",
"@storm-software/linting-tools": "^1.3.5",
"@storm-software/testing-tools": "^1.1.4",
"@storm-software/git-tools": "^1.2.19",
"@storm-software/linting-tools": "^1.3.10",
"@storm-software/testing-tools": "^1.1.8",
"@storm-software/workspace-tools": "1.5.29",
"@swc-node/register": "^1.6.8",
"@swc/cli": "^0.1.62",
Expand All @@ -101,7 +101,7 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"lint-staged": "^15.0.2",
"lint-staged": "^15.1.0",
"log4brains": "^1.0.1",
"nx": "17.0.3",
"prettier": "^3.0.3",
Expand Down

0 comments on commit ca3ad39

Please sign in to comment.