Skip to content

Commit ffd3aba

Browse files
committed
chore: update dependencies and devDependencies
1 parent cceac04 commit ffd3aba

File tree

6 files changed

+1069
-1079
lines changed

6 files changed

+1069
-1079
lines changed

Diff for: package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
"test:update": "jest --coverage --updateSnapshot"
1717
},
1818
"devDependencies": {
19-
"@typescript-eslint/eslint-plugin": "^5.18.0",
20-
"@typescript-eslint/parser": "^5.18.0",
21-
"eslint": "8.16.0",
19+
"@typescript-eslint/eslint-plugin": "^5.29.0",
20+
"@typescript-eslint/parser": "^5.29.0",
21+
"eslint": "8.18.0",
2222
"eslint-config-prettier": "^8.5.0",
2323
"eslint-plugin-prettier": "^4.0.0",
2424
"eslint-plugin-react": "^7.29.4",
25-
"eslint-plugin-react-hooks": "^4.4.0",
26-
"jest": "^28.1.0",
25+
"eslint-plugin-react-hooks": "^4.6.0",
26+
"jest": "^28.1.1",
2727
"jest-canvas-mock": "^2.3.1",
28-
"jest-environment-jsdom": "^28.1.0",
28+
"jest-environment-jsdom": "^28.1.1",
2929
"lerna": "^4.0.0",
30-
"prettier": "^2.6.2",
31-
"ts-jest": "^28.0.2"
30+
"prettier": "^2.7.1",
31+
"ts-jest": "^28.0.5"
3232
}
3333
}

Diff for: packages/coreui-icons-react/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@
3737
"devDependencies": {
3838
"@rollup/plugin-commonjs": "^22.0.0",
3939
"@rollup/plugin-node-resolve": "^13.3.0",
40-
"@rollup/plugin-typescript": "^8.3.1",
40+
"@rollup/plugin-typescript": "^8.3.3",
4141
"@testing-library/jest-dom": "^5.16.4",
42-
"@testing-library/react": "^13.2.0",
43-
"@types/react": "^18.0.9",
44-
"@types/react-dom": "^18.0.4",
42+
"@testing-library/react": "^13.3.0",
43+
"@types/react": "^18.0.14",
44+
"@types/react-dom": "^18.0.5",
4545
"classnames": "^2.3.1",
4646
"prop-types": "^15.8.1",
47-
"react": "^18.1.0",
48-
"react-dom": "^18.1.0",
49-
"rollup": "^2.74.1",
47+
"react": "^18.2.0",
48+
"react-dom": "^18.2.0",
49+
"rollup": "^2.75.7",
5050
"rollup-plugin-import-css": "^3.0.3",
5151
"rollup-plugin-peer-deps-external": "^2.2.4",
52-
"typescript": "^4.6.4"
52+
"typescript": "^4.7.4"
5353
},
5454
"peerDependencies": {
5555
"react": ">=17",

Diff for: packages/coreui-react-chartjs/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@
4444
"devDependencies": {
4545
"@rollup/plugin-commonjs": "^22.0.0",
4646
"@rollup/plugin-node-resolve": "^13.3.0",
47-
"@rollup/plugin-typescript": "^8.3.1",
47+
"@rollup/plugin-typescript": "^8.3.3",
4848
"@testing-library/jest-dom": "^5.16.4",
49-
"@testing-library/react": "^13.2.0",
49+
"@testing-library/react": "^13.3.0",
5050
"@types/lodash": "^4.14.181",
5151
"classnames": "^2.3.1",
5252
"lodash": "^4.17.21",
5353
"prop-types": "^15.8.1",
54-
"rollup": "^2.74.1",
54+
"rollup": "^2.75.7",
5555
"rollup-plugin-peer-deps-external": "^2.2.4",
56-
"typescript": "^4.6.4"
56+
"typescript": "^4.7.4"
5757
},
5858
"peerDependencies": {
5959
"react": ">=17",

Diff for: packages/coreui-react/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,22 @@
3838
"@popperjs/core": "^2.11.5",
3939
"@rollup/plugin-commonjs": "^22.0.0",
4040
"@rollup/plugin-node-resolve": "^13.3.0",
41-
"@rollup/plugin-typescript": "^8.3.1",
41+
"@rollup/plugin-typescript": "^8.3.3",
4242
"@testing-library/jest-dom": "^5.16.4",
43-
"@testing-library/react": "^13.2.0",
44-
"@types/react": "18.0.9",
45-
"@types/react-dom": "^18.0.4",
46-
"@types/react-transition-group": "^4.4.4",
43+
"@testing-library/react": "^13.3.0",
44+
"@types/react": "18.0.14",
45+
"@types/react-dom": "^18.0.5",
46+
"@types/react-transition-group": "^4.4.5",
4747
"classnames": "^2.3.1",
4848
"prop-types": "^15.8.1",
49-
"react": "^18.1.0",
50-
"react-dom": "^18.1.0",
49+
"react": "^18.2.0",
50+
"react-dom": "^18.2.0",
5151
"react-popper": "^2.2.5",
5252
"react-transition-group": "^4.4.2",
53-
"rollup": "^2.74.1",
53+
"rollup": "^2.75.7",
5454
"rollup-plugin-peer-deps-external": "^2.2.4",
5555
"tslib": "^2.4.0",
56-
"typescript": "^4.6.4"
56+
"typescript": "^4.7.4"
5757
},
5858
"peerDependencies": {
5959
"react": ">=17",

Diff for: packages/docs/package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -28,40 +28,40 @@
2828
},
2929
"dependencies": {
3030
"@coreui/chartjs": "^3.0.0",
31-
"@coreui/coreui": "^4.1.5",
31+
"@coreui/coreui": "^4.1.6",
3232
"@coreui/icons": "^2.1.0",
3333
"@coreui/icons-react": "^2.0.0",
3434
"@coreui/react-chartjs": "^2.0.0",
3535
"@mdx-js/mdx": "^1.6.22",
3636
"@mdx-js/react": "^1.6.22",
3737
"@types/react-helmet": "^6.1.5",
38-
"gatsby": "^4.11.2",
39-
"gatsby-plugin-google-gtag": "^4.11.0",
40-
"gatsby-plugin-image": "^2.11.1",
41-
"gatsby-plugin-manifest": "^4.11.1",
42-
"gatsby-plugin-mdx": "^3.11.1",
43-
"gatsby-plugin-offline": "^5.11.1",
44-
"gatsby-plugin-react-helmet": "^5.11.0",
45-
"gatsby-plugin-sass": "^5.11.1",
46-
"gatsby-plugin-sharp": "^4.11.1",
47-
"gatsby-plugin-sitemap": "^5.11.1",
48-
"gatsby-remark-autolink-headers": "^5.11.1",
38+
"gatsby": "^4.17.0",
39+
"gatsby-plugin-google-gtag": "^4.17.0",
40+
"gatsby-plugin-image": "^2.17.0",
41+
"gatsby-plugin-manifest": "^4.17.0",
42+
"gatsby-plugin-mdx": "^3.17.0",
43+
"gatsby-plugin-offline": "^5.17.0",
44+
"gatsby-plugin-react-helmet": "^5.17.0",
45+
"gatsby-plugin-sass": "^5.17.0",
46+
"gatsby-plugin-sharp": "^4.17.0",
47+
"gatsby-plugin-sitemap": "^5.17.0",
48+
"gatsby-remark-autolink-headers": "^5.17.0",
4949
"gatsby-remark-external-links": "^0.0.4",
50-
"gatsby-source-filesystem": "^4.11.1",
51-
"gatsby-transformer-sharp": "^4.11.0",
50+
"gatsby-source-filesystem": "^4.17.0",
51+
"gatsby-transformer-sharp": "^4.17.0",
5252
"glob": "^7.2.0",
5353
"globby": "^11.0.4",
5454
"prism-react-renderer": "^1.3.1",
5555
"prismjs": "^1.27.0",
5656
"prop-types": "^15.8.1",
57-
"react": "^18.1.0",
57+
"react": "^18.2.0",
5858
"react-docgen-typescript": "^2.2.2",
59-
"react-dom": "^18.1.0",
59+
"react-dom": "^18.2.0",
6060
"react-github-btn": "^1.2.2",
6161
"react-helmet": "^6.1.0",
6262
"remark-html": "^13.0.2",
6363
"rimraf": "^3.0.2",
64-
"sass": "^1.52.1"
64+
"sass": "^1.53.0"
6565
},
6666
"devDependencies": {
6767
"npm-run-all": "^4.1.5"

0 commit comments

Comments
 (0)