Skip to content

Commit 057c550

Browse files
committed
chore: update dependencies and devDependencies
1 parent 3ebe9f9 commit 057c550

File tree

2 files changed

+930
-1284
lines changed

2 files changed

+930
-1284
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,47 +29,47 @@
2929
"test:update": "jest --coverage --updateSnapshot"
3030
},
3131
"peerDependencies": {
32-
"@coreui/coreui": "^4.0.3",
32+
"@coreui/coreui": "^4.0.4",
3333
"react": "^17",
3434
"react-dom": "^17"
3535
},
3636
"devDependencies": {
37-
"@coreui/coreui": "^4.0.3",
37+
"@coreui/coreui": "^4.0.4",
3838
"@coreui/icons": "^2.0.1",
3939
"@coreui/icons-react": "^2.0.0-rc.5",
4040
"@coreui/react-chartjs": "^2.0.0-rc.1",
4141
"@mdx-js/mdx": "^1.6.22",
4242
"@mdx-js/react": "^1.6.22",
43-
"@popperjs/core": "^2.10.1",
44-
"@rollup/plugin-commonjs": "^20.0.0",
45-
"@rollup/plugin-node-resolve": "^13.0.4",
43+
"@popperjs/core": "^2.10.2",
44+
"@rollup/plugin-commonjs": "^21.0.0",
45+
"@rollup/plugin-node-resolve": "^13.0.5",
4646
"@rollup/plugin-typescript": "^8.2.5",
4747
"@testing-library/jest-dom": "^5.14.1",
48-
"@testing-library/react": "^12.1.0",
49-
"@types/react": "^17.0.21",
48+
"@testing-library/react": "^12.1.1",
49+
"@types/react": "^17.0.26",
5050
"@types/react-dom": "^17.0.9",
51-
"@types/react-helmet": "^6.1.2",
51+
"@types/react-helmet": "^6.1.3",
5252
"@types/react-transition-group": "^4.4.3",
53-
"@typescript-eslint/eslint-plugin": "^4.31.1",
54-
"@typescript-eslint/parser": "^4.31.1",
53+
"@typescript-eslint/eslint-plugin": "^4.32.0",
54+
"@typescript-eslint/parser": "^4.32.0",
5555
"classnames": "^2.3.1",
5656
"eslint": "^7.32.0",
5757
"eslint-config-prettier": "^8.3.0",
5858
"eslint-plugin-jsdoc": "^36.1.0",
5959
"eslint-plugin-prettier": "^4.0.0",
60-
"eslint-plugin-react": "^7.25.2",
60+
"eslint-plugin-react": "^7.26.1",
6161
"eslint-plugin-react-hooks": "^4.2.0",
62-
"gatsby": "^3.14.0",
62+
"gatsby": "^3.14.1",
6363
"gatsby-plugin-google-gtag": "3",
6464
"gatsby-plugin-manifest": "^3.14.0",
6565
"gatsby-plugin-mdx": "^2.14.0",
6666
"gatsby-plugin-sass": "4",
6767
"gatsby-plugin-sitemap": "4",
6868
"gatsby-remark-autolink-headers": "^4.11.0",
6969
"gatsby-source-filesystem": "^3.14.0",
70-
"glob": "^7.1.7",
70+
"glob": "^7.2.0",
7171
"globby": "^11.0.4",
72-
"jest": "^27.2.0",
72+
"jest": "^27.2.4",
7373
"npm-run-all": "^4.1.5",
7474
"prettier": "^2.4.1",
7575
"prism-react-renderer": "^1.2.1",
@@ -85,7 +85,7 @@
8585
"rimraf": "^3.0.2",
8686
"rollup": "^2.56.22.56.2",
8787
"rollup-plugin-peer-deps-external": "^2.2.4",
88-
"sass": "^1.41.1",
88+
"sass": "^1.42.1",
8989
"ts-jest": "^27.0.5",
9090
"typescript": "^4.4.3"
9191
},

0 commit comments

Comments
 (0)