Skip to content

Commit 13f328f

Browse files
authored
Merge pull request #55 from DefGuard/case-study
acquinox case study publish
2 parents 753070b + 4959c14 commit 13f328f

34 files changed

+5974
-6147
lines changed

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -25,55 +25,55 @@
2525
"dependencies": {
2626
"@astrojs/check": "^0.9.4",
2727
"@astrojs/mdx": "^3.1.9",
28-
"@astrojs/partytown": "^2.1.2",
28+
"@astrojs/partytown": "^2.1.4",
2929
"@astrojs/react": "^3.6.3",
30-
"@astrojs/sitemap": "^3.2.1",
30+
"@astrojs/sitemap": "^3.4.1",
3131
"@astrolib/analytics": "^0.6.1",
3232
"@floating-ui/react": "^0.26.28",
33-
"@playform/compress": "^0.1.6",
33+
"@playform/compress": "^0.1.9",
3434
"@tuplo/numberfmt": "^1.11.0",
35-
"astro": "^4.16.16",
35+
"astro": "^4.16.18",
3636
"astro-blog": "^0.2.3",
3737
"astro-font": "^0.1.81",
3838
"astro-imagetools": "^0.9.0",
3939
"clsx": "^2.1.1",
4040
"lodash-es": "^4.17.21",
41-
"motion": "^11.12.0",
41+
"motion": "^11.18.2",
4242
"react": "^18.3.1",
4343
"react-dom": "^18.3.1",
44-
"react-markdown": "^9.0.1",
45-
"react-multi-carousel": "^2.8.5",
46-
"react-slick": "^0.30.2",
47-
"rehype-external-links": "^2.0.0",
44+
"react-markdown": "^9.1.0",
45+
"react-multi-carousel": "^2.8.6",
46+
"react-slick": "^0.30.3",
47+
"rehype-external-links": "^2.1.0",
4848
"rehype-raw": "^7.0.0",
49-
"sass": "^1.81.0",
49+
"sass": "^1.89.2",
5050
"sharp": "0.33.5",
51-
"short-unique-id": "^5.2.0",
51+
"short-unique-id": "^5.3.2",
5252
"slick-carousel": "^1.8.1",
53-
"typescript": "^5.6.3",
53+
"typescript": "^5.8.3",
5454
"unified": "^11.0.5",
55-
"use-breakpoint": "^4.0.5",
56-
"use-sync-external-store": "^1.2.2",
55+
"use-breakpoint": "^4.0.6",
56+
"use-sync-external-store": "^1.5.0",
5757
"user-agent-data-types": "^0.4.2",
58-
"zod": "^3.23.8",
59-
"zustand": "^5.0.1"
58+
"zod": "^3.25.64",
59+
"zustand": "^5.0.5"
6060
},
6161
"devDependencies": {
6262
"@astrojs/ts-plugin": "^1.10.4",
63-
"@eslint/js": "^9.15.0",
63+
"@eslint/js": "^9.28.0",
6464
"@types/lodash-es": "^4.17.12",
65-
"@types/react": "^18.3.12",
66-
"@types/react-dom": "^18.3.1",
65+
"@types/react": "^18.3.23",
66+
"@types/react-dom": "^18.3.7",
6767
"@types/react-slick": "^0.23.13",
68-
"eslint": "^9.15.0",
68+
"eslint": "^9.28.0",
6969
"eslint-config-prettier": "^9.1.0",
7070
"eslint-plugin-astro": "^1.3.1",
71-
"eslint-plugin-react": "^7.37.2",
72-
"eslint-plugin-react-hooks": "5.0",
71+
"eslint-plugin-react": "^7.37.5",
72+
"eslint-plugin-react-hooks": "~5.0.0",
7373
"eslint-plugin-simple-import-sort": "^12.1.1",
74-
"globals": "^15.12.0",
75-
"prettier": "^3.3.3",
74+
"globals": "^15.15.0",
75+
"prettier": "^3.5.3",
7676
"prettier-plugin-astro": "^0.14.1",
77-
"typescript-eslint": "^8.15.0"
77+
"typescript-eslint": "^8.34.0"
7878
}
7979
}

0 commit comments

Comments
 (0)