Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Oct 20, 2023
1 parent facc36f commit d8580c7
Show file tree
Hide file tree
Showing 6 changed files with 265 additions and 241 deletions.
14 changes: 7 additions & 7 deletions apps/nextjs/package.json
Expand Up @@ -11,19 +11,19 @@
"type-check": "tsc"
},
"dependencies": {
"@apollo/client": "^3.8.3",
"@apollo/client": "^3.8.6",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@mantine/core": "^6.0.21",
"@mantine/form": "^6.0.21",
"@mantine/hooks": "^6.0.21",
"@mantine/next": "^6.0.21",
"@mantine/notifications": "^6.0.21",
"@tabler/icons-react": "^2.34.0",
"graphql": "^16.8.0",
"html-react-parser": "^4.2.2",
"isomorphic-dompurify": "^1.8.0",
"next": "^13.4.19",
"@tabler/icons-react": "^2.39.0",
"graphql": "^16.8.1",
"html-react-parser": "^4.2.7",
"isomorphic-dompurify": "^1.9.0",
"next": "^13.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand All @@ -32,7 +32,7 @@
"@types/react": "^18.2.21",
"eslint-config-custom": "*",
"prettier-config-custom": "*",
"sharp": "^0.32.5",
"sharp": "^0.32.6",
"tsconfig": "*",
"typescript": "^5.2.2"
}
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
Expand Up @@ -7,6 +7,6 @@
"wp-env": "wp-env"
},
"devDependencies": {
"@wordpress/env": "^8.7.0"
"@wordpress/env": "^8.10.0"
}
}

0 comments on commit d8580c7

Please sign in to comment.