bump dependencies (#177)
* bump root dependencies * bump react related dependencies * update browserslist db * remove obsolete shared dependency
This commit is contained in:
+7
-7
@@ -33,14 +33,14 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/ui": "^0.6.2",
|
||||
"@testing-library/jest-dom": "^5.11.4",
|
||||
"@types/node": "^14.14.0",
|
||||
"husky": "^4.3.0",
|
||||
"lint-staged": "^10.4.2",
|
||||
"prismjs": "^1.22.0",
|
||||
"tailwindcss": "^1.9.5",
|
||||
"@testing-library/jest-dom": "^5.11.9",
|
||||
"@types/node": "^14.14.22",
|
||||
"husky": "^4.3.8",
|
||||
"lint-staged": "^10.5.3",
|
||||
"prismjs": "^1.23.0",
|
||||
"tailwindcss": "^1.9.6",
|
||||
"tsdx": "^0.14.1",
|
||||
"tslib": "^2.0.3",
|
||||
"tslib": "^2.1.0",
|
||||
"typescript": "^3.9.7"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,12 +31,12 @@
|
||||
"react": ">=16"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^16.9.53",
|
||||
"@types/react-dom": "^16.9.8",
|
||||
"@popperjs/core": "^2.5.3",
|
||||
"@testing-library/react": "^11.1.0",
|
||||
"framer-motion": "^2.9.3",
|
||||
"next": "9.5.5",
|
||||
"@types/react": "^16.14.2",
|
||||
"@types/react-dom": "^16.9.10",
|
||||
"@popperjs/core": "^2.6.0",
|
||||
"@testing-library/react": "^11.2.3",
|
||||
"framer-motion": "^2.9.5",
|
||||
"next": "10.0.5",
|
||||
"react": "^16.14.0",
|
||||
"react-dom": "^16.14.0",
|
||||
"snapshot-diff": "^0.8.1"
|
||||
|
||||
@@ -37,7 +37,6 @@
|
||||
"@types/debounce": "^1.2.0",
|
||||
"@vue/compiler-sfc": "3.0.1",
|
||||
"@vue/test-utils": "^2.0.0-beta.7",
|
||||
"husky": "^4.3.0",
|
||||
"vite": "^1.0.0-rc.4",
|
||||
"vue": "^3.0.0-rc.13",
|
||||
"vue-router": "^4.0.0-beta.13"
|
||||
|
||||
Reference in New Issue
Block a user