Skip to content

Commit

Permalink
[/][m]: update workspace deps
Browse files Browse the repository at this point in the history
  • Loading branch information
olayway committed Feb 16, 2023
1 parent bab5787 commit a0db768
Show file tree
Hide file tree
Showing 2 changed files with 2,314 additions and 1,743 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@nrwl/nx-cloud": "15.0.2",
"@nrwl/react": "15.3.3",
"@nrwl/web": "15.3.3",
"@playwright/test": "^1.29.0",
"@playwright/test": "^1.30.0",
"@testing-library/react": "13.4.0",
"@types/chai": "^4.3.4",
"@types/degit": "^2.8.3",
Expand All @@ -40,8 +40,8 @@
"@types/svg-parser": "^2.0.3",
"@types/unist": "^2.0.6",
"@types/universal-analytics": "^0.4.5",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"babel-jest": "29.3.1",
"chai": "^4.3.7",
"css-select": "^5.1.0",
Expand All @@ -54,13 +54,13 @@
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"htmlparser2": "^8.0.1",
"husky": "^8.0.2",
"husky": "^8.0.3",
"jest": "29.3.1",
"jest-environment-jsdom": "29.3.1",
"lint-staged": "^13.1.0",
"lint-staged": "^13.1.2",
"mocha": "^10.2.0",
"nx": "15.3.3",
"prettier": "^2.8.1",
"prettier": "^2.8.4",
"react-test-renderer": "18.2.0",
"rehype-stringify": "^9.0.3",
"remark": "^14.0.2",
Expand All @@ -71,16 +71,16 @@
"ts-jest": "29.0.3",
"ts-node": "10.9.1",
"unified": "^10.1.2",
"unist-util-select": "^4.0.1",
"unist-util-visit": "^4.1.1"
"unist-util-select": "^4.0.3",
"unist-util-visit": "^4.1.2"
},
"dependencies": {
"core-js": "^3.26.1",
"next": "^13.0.7",
"core-js": "^3.28.0",
"next": "^13.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"regenerator-runtime": "0.13.11",
"tslib": "^2.4.1"
"tslib": "^2.5.0"
},
"packageManager": "pnpm@7.15.0"
}
Loading

0 comments on commit a0db768

Please sign in to comment.