Skip to content

Commit 7ea8edb

Browse files
committed
update Dependencies
1 parent 299fc77 commit 7ea8edb

File tree

4 files changed

+131
-114
lines changed

4 files changed

+131
-114
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"devDependencies": {
55
"husky": "4.2.5",
66
"prettier": "2.0.5",
7-
"pretty-quick": "2.0.1",
7+
"pretty-quick": "3.0.0",
88
"lerna": "^3.22.1"
99
},
1010
"workspaces": ["packages/*"],

packages/icons/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"eva-icons": "^1.1.3"
2121
},
2222
"devDependencies": {
23-
"@types/node": "14.0.14",
24-
"tslib": "2.0.0",
25-
"typescript": "3.9.5"
23+
"@types/node": "14.6.0",
24+
"tslib": "2.0.1",
25+
"typescript": "4.0.2"
2626
},
2727
"files": [
2828
"dist"

packages/ui/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -28,39 +28,39 @@
2828
},
2929
"dependencies": {
3030
"@paljs/theme": "^1.0.3",
31-
"@types/react-select": "3.0.16",
31+
"@types/react-select": "3.0.19",
3232
"react-select": "^3.1.0"
3333
},
3434
"devDependencies": {
3535
"@babel/cli": "^7.10.5",
36-
"@babel/core": "^7.11.1",
36+
"@babel/core": "^7.11.4",
3737
"@babel/node": "^7.10.5",
3838
"@babel/plugin-transform-object-assign": "^7.10.4",
3939
"@babel/plugin-transform-react-constant-elements": "^7.10.4",
4040
"@babel/preset-env": "^7.11.0",
4141
"@babel/preset-react": "^7.10.4",
4242
"@babel/preset-typescript": "^7.10.4",
4343
"@paljs/icons": "^1.0.1",
44-
"@types/node": "14.0.27",
45-
"@types/react": "16.9.44",
44+
"@types/node": "14.6.0",
45+
"@types/react": "16.9.46",
4646
"@types/react-dom": "16.9.8",
47-
"@types/react-select": "3.0.16",
47+
"@types/react-select": "3.0.19",
4848
"@types/styled-components": "5.1.2",
49-
"@typescript-eslint/eslint-plugin": "3.8.0",
50-
"@typescript-eslint/parser": "3.8.0",
49+
"@typescript-eslint/eslint-plugin": "3.9.1",
50+
"@typescript-eslint/parser": "3.9.1",
5151
"babel-plugin-module-resolver": "^4.0.0",
52-
"eslint": "7.6.0",
52+
"eslint": "7.7.0",
5353
"eslint-config-prettier": "6.11.0",
5454
"eslint-plugin-prettier": "3.1.4",
55-
"eslint-plugin-react": "7.20.5",
55+
"eslint-plugin-react": "7.20.6",
5656
"fs-extra": "^9.0.1",
5757
"gh-pages": "3.1.0",
5858
"glob": "^7.1.6",
5959
"react": "16.13.1",
6060
"react-dom": "16.13.1",
6161
"styled-components": "5.1.1",
62-
"tslib": "2.0.0",
63-
"typescript": "3.9.7",
62+
"tslib": "2.0.1",
63+
"typescript": "4.0.2",
6464
"yargs": "^15.4.1"
6565
},
6666
"publishConfig": {

0 commit comments

Comments
 (0)