Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#132)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jun 21, 2022
1 parent 805d629 commit 82768f2
Show file tree
Hide file tree
Showing 3 changed files with 338 additions and 195 deletions.
2 changes: 1 addition & 1 deletion apps/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@remix-run/dev": "^1.6.0",
"@remix-run/eslint-config": "^1.6.0",
"eslint": "^8.17.0",
"eslint": "^8.18.0",
"typescript": "^4.7.2"
},
"engines": {
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@storybook/addon-postcss": "^2.0.0",
"@storybook/react": "^6.5.0",
"@storybook/testing-library": "^0.0.11",
"@testing-library/dom": "^8.13.0",
"@testing-library/dom": "^8.14.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.0",
Expand All @@ -67,17 +67,17 @@
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"@types/testing-library__jest-dom": "^5.14.3",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"@vitejs/plugin-react": "^1.3.2",
"babel-loader": "^8.2.4",
"browserslist": "^4.20.3",
"c8": "^7.11.3",
"chokidar-cli": "^3.0.0",
"chromatic": "^6.5.4",
"chromatic": "^6.6.3",
"concurrently": "^7.2.0",
"esbuild": "^0.14.36",
"eslint": "^8.17.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-functional": "^4.2.1",
"eslint-plugin-import": "^2.26.0",
Expand All @@ -94,15 +94,15 @@
"jsdom": "^19.0.0",
"lint-staged": "^13.0.0",
"lodash-es": "^4.17.21",
"nx": "^14.2.1",
"nx": "^14.3.6",
"postcss": "^8.4.13",
"postcss-import": "^14.1.0",
"postcss-nested": "^5.0.6",
"postcss-preset-env": "^7.7.1",
"prettier": "^2.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook-addon-pseudo-states": "^1.14.0",
"storybook-addon-pseudo-states": "^1.15.0",
"stylelint": "^14.9.0",
"stylelint-config-standard": "^26.0.0",
"stylelint-config-prettier": "^9.0.3",
Expand All @@ -113,7 +113,7 @@
"wait-on": "^6.0.1",
"webpack": "^5.73.0"
},
"packageManager": "pnpm@7.1.2",
"packageManager": "pnpm@7.3.0",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
Expand Down

0 comments on commit 82768f2

Please sign in to comment.