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 14ee31b

Browse filesBrowse files
committed
chore: update dependencies and devDependencies
1 parent dfccf07 commit 14ee31b
Copy full SHA for 14ee31b

File tree

Expand file treeCollapse file tree

6 files changed

+116
-129
lines changed
Filter options
Expand file treeCollapse file tree

6 files changed

+116
-129
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,9 +16,9 @@
1616
"test:update": "jest --coverage --updateSnapshot"
1717
},
1818
"devDependencies": {
19-
"@typescript-eslint/eslint-plugin": "^5.32.0",
20-
"@typescript-eslint/parser": "^5.32.0",
21-
"eslint": "8.28.0",
19+
"@typescript-eslint/eslint-plugin": "^5.46.0",
20+
"@typescript-eslint/parser": "^5.46.0",
21+
"eslint": "8.29.0",
2222
"eslint-config-prettier": "^8.5.0",
2323
"eslint-plugin-prettier": "^4.2.1",
2424
"eslint-plugin-react": "^7.30.1",
@@ -27,7 +27,7 @@
2727
"jest-canvas-mock": "^2.3.1",
2828
"jest-environment-jsdom": "^28.1.3",
2929
"lerna": "^4.0.0",
30-
"prettier": "^2.7.1",
30+
"prettier": "^2.8.1",
3131
"ts-jest": "^28.0.7"
3232
}
3333
}

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

Copy file name to clipboardExpand all lines: packages/coreui-icons-react/package.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@
3535
"build": "rollup -c --bundleConfigAsCjs"
3636
},
3737
"devDependencies": {
38-
"@rollup/plugin-commonjs": "^23.0.2",
38+
"@rollup/plugin-commonjs": "^23.0.4",
3939
"@rollup/plugin-node-resolve": "^15.0.1",
40-
"@rollup/plugin-typescript": "^9.0.2",
40+
"@rollup/plugin-typescript": "^10.0.1",
4141
"@testing-library/jest-dom": "^5.16.5",
4242
"@testing-library/react": "^13.4.0",
43-
"@types/react": "^18.0.25",
43+
"@types/react": "^18.0.26",
4444
"@types/react-dom": "^18.0.6",
4545
"classnames": "^2.3.2",
4646
"prop-types": "^15.8.1",
4747
"react": "^18.2.0",
4848
"react-dom": "^18.2.0",
49-
"rollup": "^3.4.0",
49+
"rollup": "^3.7.2",
5050
"rollup-plugin-import-css": "^3.0.3",
51-
"typescript": "^4.9.3"
51+
"typescript": "^4.9.4"
5252
},
5353
"peerDependencies": {
5454
"react": ">=17",

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

Copy file name to clipboardExpand all lines: packages/coreui-react-chartjs/package.json
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,21 @@
4242
"chart.js": "3.9.1"
4343
},
4444
"devDependencies": {
45-
"@rollup/plugin-commonjs": "^23.0.2",
45+
"@rollup/plugin-commonjs": "^23.0.4",
4646
"@rollup/plugin-node-resolve": "^15.0.1",
47-
"@rollup/plugin-typescript": "^9.0.2",
47+
"@rollup/plugin-typescript": "^10.0.1",
4848
"@testing-library/jest-dom": "^5.16.5",
4949
"@testing-library/react": "^13.4.0",
50-
"@types/lodash": "^4.14.181",
51-
"@types/react": "18.0.25",
50+
"@types/lodash": "^4.14.191",
51+
"@types/react": "18.0.26",
5252
"@types/react-dom": "^18.0.6",
5353
"classnames": "^2.3.2",
5454
"lodash": "^4.17.21",
5555
"prop-types": "^15.8.1",
5656
"react": "^18.2.0",
5757
"react-dom": "^18.2.0",
58-
"rollup": "^3.4.0",
59-
"typescript": "^4.9.3"
58+
"rollup": "^3.7.2",
59+
"typescript": "^4.9.4"
6060
},
6161
"peerDependencies": {
6262
"react": ">=17",

‎packages/coreui-react/package.json

Copy file name to clipboardExpand all lines: packages/coreui-react/package.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
},
3737
"devDependencies": {
3838
"@popperjs/core": "^2.11.5",
39-
"@rollup/plugin-commonjs": "^23.0.2",
39+
"@rollup/plugin-commonjs": "^23.0.4",
4040
"@rollup/plugin-node-resolve": "^15.0.1",
41-
"@rollup/plugin-typescript": "^8.5.0",
41+
"@rollup/plugin-typescript": "^10.0.1",
4242
"@testing-library/jest-dom": "^5.16.5",
4343
"@testing-library/react": "^13.4.0",
44-
"@types/react": "18.0.25",
44+
"@types/react": "18.0.26",
4545
"@types/react-dom": "^18.0.6",
4646
"@types/react-transition-group": "^4.4.5",
4747
"classnames": "^2.3.2",
@@ -50,9 +50,9 @@
5050
"react-dom": "^18.2.0",
5151
"react-popper": "^2.2.5",
5252
"react-transition-group": "^4.4.5",
53-
"rollup": "^3.4.0",
53+
"rollup": "^3.7.2",
5454
"tslib": "^2.4.1",
55-
"typescript": "^4.9.3"
55+
"typescript": "^4.9.4"
5656
},
5757
"peerDependencies": {
5858
"react": ">=17",

‎packages/docs/package.json

Copy file name to clipboardExpand all lines: packages/docs/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"@coreui/chartjs": "^3.0.0",
31-
"@coreui/coreui": "^4.2.2",
31+
"@coreui/coreui": "^4.2.4",
3232
"@coreui/icons": "^2.1.0",
3333
"@coreui/icons-react": "^2.0.0",
3434
"@coreui/react-chartjs": "^2.0.0",

0 commit comments

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