Skip to content

Commit d8580c7

Browse files
committed
dependency bump
1 parent facc36f commit d8580c7

File tree

6 files changed

+265
-241
lines changed

6 files changed

+265
-241
lines changed

apps/nextjs/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111
"type-check": "tsc"
1212
},
1313
"dependencies": {
14-
"@apollo/client": "^3.8.3",
14+
"@apollo/client": "^3.8.6",
1515
"@emotion/react": "^11.11.1",
1616
"@emotion/server": "^11.11.0",
1717
"@mantine/core": "^6.0.21",
1818
"@mantine/form": "^6.0.21",
1919
"@mantine/hooks": "^6.0.21",
2020
"@mantine/next": "^6.0.21",
2121
"@mantine/notifications": "^6.0.21",
22-
"@tabler/icons-react": "^2.34.0",
23-
"graphql": "^16.8.0",
24-
"html-react-parser": "^4.2.2",
25-
"isomorphic-dompurify": "^1.8.0",
26-
"next": "^13.4.19",
22+
"@tabler/icons-react": "^2.39.0",
23+
"graphql": "^16.8.1",
24+
"html-react-parser": "^4.2.7",
25+
"isomorphic-dompurify": "^1.9.0",
26+
"next": "^13.5.6",
2727
"react": "^18.2.0",
2828
"react-dom": "^18.2.0"
2929
},
@@ -32,7 +32,7 @@
3232
"@types/react": "^18.2.21",
3333
"eslint-config-custom": "*",
3434
"prettier-config-custom": "*",
35-
"sharp": "^0.32.5",
35+
"sharp": "^0.32.6",
3636
"tsconfig": "*",
3737
"typescript": "^5.2.2"
3838
}

apps/wordpress/composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/wordpress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"wp-env": "wp-env"
88
},
99
"devDependencies": {
10-
"@wordpress/env": "^8.7.0"
10+
"@wordpress/env": "^8.10.0"
1111
}
1212
}

0 commit comments

Comments
 (0)