Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Jul 10, 2023
1 parent 63597f3 commit 3ce3ebc
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 82 deletions.
8 changes: 4 additions & 4 deletions apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
"type-check": "tsc"
},
"dependencies": {
"@apollo/client": "^3.7.16",
"@apollo/client": "^3.7.17",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@mantine/core": "^6.0.16",
"@mantine/form": "^6.0.16",
"@mantine/hooks": "^6.0.16",
"@mantine/next": "^6.0.16",
"@mantine/notifications": "^6.0.16",
"@tabler/icons-react": "^2.23.0",
"@tabler/icons-react": "^2.24.0",
"graphql": "^16.7.1",
"html-react-parser": "^4.0.0",
"isomorphic-dompurify": "^1.7.0",
"next": "^13.4.8",
"next": "^13.4.9",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.3.3",
"@types/node": "^20.4.1",
"@types/react": "^18.2.14",
"eslint-config-custom": "*",
"prettier-config-custom": "*",
Expand Down
2 changes: 1 addition & 1 deletion apps/wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"wp-env": "wp-env"
},
"devDependencies": {
"@wordpress/env": "^8.2.0"
"@wordpress/env": "^8.3.0"
}
}
152 changes: 76 additions & 76 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"eslint-config-next": "^13.4.8",
"eslint-config-next": "^13.4.9",
"eslint-config-prettier": "^8.8.0",
"eslint-config-turbo": "^1.10.7",
"eslint-plugin-react": "^7.32.2",
Expand Down

1 comment on commit 3ce3ebc

@vercel
Copy link

@vercel vercel bot commented on 3ce3ebc Jul 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.