Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit edc6772

Browse filesBrowse files
committed
chore: update dependencies and devDependencies
1 parent 6723e41 commit edc6772
Copy full SHA for edc6772

File tree

Expand file treeCollapse file tree

6 files changed

+592
-1178
lines changed
Filter options
Expand file treeCollapse file tree

6 files changed

+592
-1178
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"test:update": "jest --coverage --updateSnapshot"
1717
},
1818
"devDependencies": {
19-
"@typescript-eslint/eslint-plugin": "^5.7.0",
20-
"@typescript-eslint/parser": "^5.7.0",
21-
"eslint": "8.4.1",
19+
"@typescript-eslint/eslint-plugin": "^5.8.1",
20+
"@typescript-eslint/parser": "^5.8.1",
21+
"eslint": "8.5.0",
2222
"eslint-config-prettier": "^8.3.0",
2323
"eslint-plugin-prettier": "^4.0.0",
24-
"eslint-plugin-react": "^7.27.1",
24+
"eslint-plugin-react": "^7.28.0",
2525
"eslint-plugin-react-hooks": "^4.3.0",
2626
"jest": "^27.4.5",
2727
"jest-canvas-mock": "^2.3.1",

‎packages/coreui-icons-react/package.json

Copy file name to clipboardExpand all lines: packages/coreui-icons-react/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
"@rollup/plugin-typescript": "^8.3.0",
4141
"@testing-library/jest-dom": "^5.16.1",
4242
"@testing-library/react": "^12.1.2",
43-
"@types/react": "^17.0.37",
43+
"@types/react": "^17.0.38",
4444
"@types/react-dom": "^17.0.11",
4545
"classnames": "^2.3.1",
46-
"prop-types": "^15.7.2",
46+
"prop-types": "^15.8.0",
4747
"react": "^17.0.2",
4848
"react-dom": "^17.0.2",
49-
"rollup": "^2.61.1",
49+
"rollup": "^2.62.0",
5050
"rollup-plugin-import-css": "^3.0.2",
5151
"rollup-plugin-peer-deps-external": "^2.2.4",
5252
"typescript": "^4.5.4"

‎packages/coreui-react-chartjs/package.json

Copy file name to clipboardExpand all lines: packages/coreui-react-chartjs/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@coreui/chartjs": "^3.0.0",
42-
"chart.js": "^3.6.2"
42+
"chart.js": "^3.7.0"
4343
},
4444
"devDependencies": {
4545
"@rollup/plugin-commonjs": "^21.0.1",
@@ -50,8 +50,8 @@
5050
"@types/lodash": "^4.14.178",
5151
"classnames": "^2.3.1",
5252
"lodash": "^4.17.21",
53-
"prop-types": "^15.7.2",
54-
"rollup": "^2.61.1",
53+
"prop-types": "^15.8.0",
54+
"rollup": "^2.62.0",
5555
"rollup-plugin-peer-deps-external": "^2.2.4",
5656
"typescript": "^4.5.4"
5757
},

‎packages/coreui-react/package.json

Copy file name to clipboardExpand all lines: packages/coreui-react/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@
4141
"@rollup/plugin-typescript": "^8.3.0",
4242
"@testing-library/jest-dom": "^5.16.1",
4343
"@testing-library/react": "^12.1.2",
44-
"@types/react": "^17.0.37",
44+
"@types/react": "^17.0.38",
4545
"@types/react-dom": "^17.0.11",
4646
"@types/react-transition-group": "^4.4.4",
4747
"classnames": "^2.3.1",
48-
"prop-types": "^15.7.2",
48+
"prop-types": "^15.8.0",
4949
"react": "^17.0.2",
5050
"react-dom": "^17.0.2",
5151
"react-popper": "^2.2.5",
5252
"react-transition-group": "^4.4.2",
53-
"rollup": "^2.61.1",
53+
"rollup": "^2.62.0",
5454
"rollup-plugin-peer-deps-external": "^2.2.4",
5555
"typescript": "^4.5.4"
5656
},

‎packages/docs/package.json

Copy file name to clipboardExpand all lines: packages/docs/package.json
+17-17Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,14 @@
1717
"api": "rimraf \"content/$npm_package_config_version_short/api/*\" & node build/api.js",
1818
"build": "gatsby build",
1919
"develop": "gatsby develop",
20-
"develop:n17": "export NODE_OPTIONS=--openssl-legacy-provider; gatsby develop",
2120
"dist": "run-s api build",
2221
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
2322
"start": "gatsby develop",
2423
"serve": "gatsby serve",
2524
"clean": "gatsby clean"
2625
},
2726
"config": {
28-
"version_short": "4.0"
27+
"version_short": "4.1"
2928
},
3029
"dependencies": {
3130
"@coreui/chartjs": "^3.0.0",
@@ -35,33 +34,34 @@
3534
"@coreui/react-chartjs": "^2.0.0",
3635
"@mdx-js/mdx": "^1.6.22",
3736
"@mdx-js/react": "^1.6.22",
38-
"gatsby": "^3.14.6",
39-
"gatsby-plugin-google-gtag": "^3.14.0",
40-
"gatsby-plugin-image": "^1.14.1",
41-
"gatsby-plugin-manifest": "^3.14.0",
42-
"gatsby-plugin-mdx": "^2.14.0",
43-
"gatsby-plugin-offline": "^4.14.0",
44-
"gatsby-plugin-react-helmet": "^4.14.0",
45-
"gatsby-plugin-sass": "^4.14.0",
46-
"gatsby-plugin-sharp": "^3.14.1",
47-
"gatsby-plugin-sitemap": "^4.10.0",
48-
"gatsby-remark-autolink-headers": "^4.11.0",
37+
"@types/react-helmet": "^6.1.5",
38+
"gatsby": "^4.4.0",
39+
"gatsby-plugin-google-gtag": "^4.4.0",
40+
"gatsby-plugin-image": "^2.4.0",
41+
"gatsby-plugin-manifest": "^4.4.0",
42+
"gatsby-plugin-mdx": "^3.4.0",
43+
"gatsby-plugin-offline": "^5.4.0",
44+
"gatsby-plugin-react-helmet": "^5.4.0",
45+
"gatsby-plugin-sass": "^5.4.0",
46+
"gatsby-plugin-sharp": "^4.4.0",
47+
"gatsby-plugin-sitemap": "^5.4.0",
48+
"gatsby-remark-autolink-headers": "^5.4.0",
4949
"gatsby-remark-external-links": "^0.0.4",
50-
"gatsby-source-filesystem": "^3.14.0",
51-
"gatsby-transformer-sharp": "^3.14.0",
50+
"gatsby-source-filesystem": "^4.4.0",
51+
"gatsby-transformer-sharp": "^4.4.0",
5252
"glob": "^7.2.0",
5353
"globby": "^11.0.4",
5454
"prism-react-renderer": "^1.2.1",
5555
"prismjs": "^1.25.0",
56-
"prop-types": "^15.7.2",
56+
"prop-types": "^15.8.0",
5757
"react": "^17.0.1",
5858
"react-docgen-typescript": "^2.1.1",
5959
"react-dom": "^17.0.1",
6060
"react-github-btn": "^1.2.1",
6161
"react-helmet": "^6.1.0",
6262
"remark-html": "^13.0.2",
6363
"rimraf": "^3.0.2",
64-
"sass": "^1.43.5"
64+
"sass": "^1.45.1"
6565
},
6666
"devDependencies": {
6767
"npm-run-all": "^4.1.5"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.