Skip to content

Commit d50c056

Browse files
committed
dependency bump
1 parent e9a6afe commit d50c056

File tree

6 files changed

+357
-114
lines changed

6 files changed

+357
-114
lines changed

apps/nextjs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@
1919
"@mantine/hooks": "^6.0.19",
2020
"@mantine/next": "^6.0.19",
2121
"@mantine/notifications": "^6.0.19",
22-
"@tabler/icons-react": "^2.30.0",
22+
"@tabler/icons-react": "^2.31.0",
2323
"graphql": "^16.8.0",
2424
"html-react-parser": "^4.2.1",
2525
"isomorphic-dompurify": "^1.8.0",
26-
"next": "^13.4.16",
26+
"next": "^13.4.19",
2727
"react": "^18.2.0",
2828
"react-dom": "^18.2.0"
2929
},
3030
"devDependencies": {
31-
"@types/node": "^20.5.0",
31+
"@types/node": "^20.5.1",
3232
"@types/react": "^18.2.20",
3333
"eslint-config-custom": "*",
3434
"prettier-config-custom": "*",
35-
"sharp": "^0.32.4",
35+
"sharp": "^0.32.5",
3636
"tsconfig": "*",
3737
"typescript": "^5.1.6"
3838
}

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.5.0"
10+
"@wordpress/env": "^8.6.0"
1111
}
1212
}

0 commit comments

Comments
 (0)