Skip to content

Commit a825d6d

Browse files
committed
chore: update dependencies and devDepenencies
@coreui/coreui ^5.0.0-alpha.3 → ^5.0.0-beta.0 gatsby ^5.12.7 → ^5.12.9 gatsby-plugin-google-tagmanager ^5.12.1 → ^5.12.3 gatsby-plugin-image ^3.12.1 → ^3.12.3 gatsby-plugin-manifest ^5.12.1 → ^5.12.3 gatsby-plugin-mdx ^5.12.1 → ^5.12.3 gatsby-plugin-offline ^6.12.1 → ^6.12.3 gatsby-plugin-sass ^6.12.1 → ^6.12.3 gatsby-plugin-sharp ^5.12.1 → ^5.12.3 gatsby-plugin-sitemap ^6.12.1 → ^6.12.3 gatsby-remark-autolink-headers ^6.12.1 → ^6.12.3 gatsby-source-filesystem ^5.12.0 → ^5.12.1 gatsby-transformer-sharp ^5.12.1 → ^5.12.3 glob ^7.2.0 → ^7.2.3 sass ^1.69.4 → ^1.69.5
1 parent 3dadee8 commit a825d6d

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

packages/docs/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@coreui/chartjs": "^3.1.2",
28-
"@coreui/coreui": "^5.0.0-alpha.3",
28+
"@coreui/coreui": "^5.0.0-beta.0",
2929
"@coreui/icons": "^3.0.1",
3030
"@coreui/icons-react": "^2.2.1",
3131
"@coreui/react-chartjs": "^2.1.3",
@@ -34,21 +34,21 @@
3434
"@mdx-js/mdx": "^2.3.0",
3535
"@mdx-js/react": "^2.3.0",
3636
"@types/react-helmet": "^6.1.8",
37-
"gatsby": "^5.12.7",
38-
"gatsby-plugin-google-tagmanager": "^5.12.1",
39-
"gatsby-plugin-image": "^3.12.1",
40-
"gatsby-plugin-manifest": "^5.12.1",
41-
"gatsby-plugin-mdx": "^5.12.1",
42-
"gatsby-plugin-offline": "^6.12.1",
37+
"gatsby": "^5.12.9",
38+
"gatsby-plugin-google-tagmanager": "^5.12.3",
39+
"gatsby-plugin-image": "^3.12.3",
40+
"gatsby-plugin-manifest": "^5.12.3",
41+
"gatsby-plugin-mdx": "^5.12.3",
42+
"gatsby-plugin-offline": "^6.12.3",
4343
"gatsby-plugin-react-helmet": "^6.12.0",
44-
"gatsby-plugin-sass": "^6.12.1",
45-
"gatsby-plugin-sharp": "^5.12.1",
46-
"gatsby-plugin-sitemap": "^6.12.1",
47-
"gatsby-remark-autolink-headers": "^6.12.1",
44+
"gatsby-plugin-sass": "^6.12.3",
45+
"gatsby-plugin-sharp": "^5.12.3",
46+
"gatsby-plugin-sitemap": "^6.12.3",
47+
"gatsby-remark-autolink-headers": "^6.12.3",
4848
"gatsby-remark-external-links": "^0.0.4",
49-
"gatsby-source-filesystem": "^5.12.0",
50-
"gatsby-transformer-sharp": "^5.12.1",
51-
"glob": "^7.2.0",
49+
"gatsby-source-filesystem": "^5.12.1",
50+
"gatsby-transformer-sharp": "^5.12.3",
51+
"glob": "^7.2.3",
5252
"globby": "^11.1.0",
5353
"prism-react-renderer": "^2.1.0",
5454
"prismjs": "^1.29.0",
@@ -59,7 +59,7 @@
5959
"react-helmet": "^6.1.0",
6060
"react-imask": "^7.1.3",
6161
"rimraf": "^5.0.5",
62-
"sass": "^1.69.4"
62+
"sass": "^1.69.5"
6363
},
6464
"devDependencies": {
6565
"npm-run-all": "^4.1.5"

0 commit comments

Comments
 (0)