Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed May 1, 2023
1 parent 1a9bb5a commit 4f046e4
Show file tree
Hide file tree
Showing 6 changed files with 352 additions and 303 deletions.
22 changes: 11 additions & 11 deletions apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,28 @@
"type-check": "tsc"
},
"dependencies": {
"@apollo/client": "^3.7.12",
"@emotion/react": "^11.10.6",
"@apollo/client": "^3.7.13",
"@emotion/react": "^11.10.8",
"@emotion/server": "^11.10.0",
"@mantine/core": "^6.0.8",
"@mantine/form": "^6.0.8",
"@mantine/hooks": "^6.0.8",
"@mantine/next": "^6.0.8",
"@mantine/notifications": "^6.0.8",
"@mantine/core": "^6.0.9",
"@mantine/form": "^6.0.9",
"@mantine/hooks": "^6.0.9",
"@mantine/next": "^6.0.9",
"@mantine/notifications": "^6.0.9",
"@tabler/icons-react": "^2.17.0",
"graphql": "^16.6.0",
"html-react-parser": "^3.0.16",
"isomorphic-dompurify": "^1.3.0",
"next": "^13.3.1",
"next": "^13.3.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^18.16.0",
"@types/react": "^18.0.38",
"@types/node": "^18.16.3",
"@types/react": "^18.2.0",
"eslint-config-custom": "*",
"prettier-config-custom": "*",
"sharp": "^0.32.0",
"sharp": "^0.32.1",
"tsconfig": "*",
"typescript": "^5.0.4"
}
Expand Down
12 changes: 6 additions & 6 deletions apps/wordpress/composer.lock

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

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": "^5.16.0"
"@wordpress/env": "^6.0.0"
}
}
Loading

1 comment on commit 4f046e4

@vercel
Copy link

@vercel vercel bot commented on 4f046e4 May 1, 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.