0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 21:49:51 +01:00

Update dependencies (partially) (#1537)

* Update dependencies

* Format with prettier 2.1.1

* Roll back to TypeScript 3.9.x

kea-typegen 0.2.x isn't compatibile with typescript 4.0.x
This commit is contained in:
Michael Matloka 2020-09-01 15:58:13 +02:00 committed by GitHub
parent b559fee904
commit 71ed4b00d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1622 additions and 2093 deletions

View File

@ -77,7 +77,7 @@ export const sceneLogic = kea({
],
loadedScenes: [
{
'404': {
404: {
component: Error404,
},
'4xx': {

View File

@ -6,11 +6,12 @@
"type": "git",
"url": "https://github.com/posthog/posthog.git"
},
"author": "",
"author": "PostHog Inc.",
"bugs": {
"url": "https://github.com/posthog/posthog/issues"
},
"homepage": "https://github.com/posthog/posthog#readme",
"license": "MIT",
"scripts": {
"copy-array": "cp node_modules/posthog-js/dist/array.js* frontend/dist/",
"start": "concurrently -n WEBPACK,TYPEGEN -c blue,green \"yarn run start-http\" \"yarn run typegen:watch\"",
@ -23,7 +24,6 @@
"eslint:github-action": "yarn run eslint",
"typegen:watch": "kea-typegen watch"
},
"license": "MIT",
"dependencies": {
"@babel/core": "^7.10.4",
"@babel/runtime": "^7.10.4",
@ -49,13 +49,12 @@
"posthog-js": "^1.4.4",
"posthog-js-lite": "^0.0.3",
"prop-types": "^15.7.2",
"react": ">= 16.8",
"react": "^16.13.1",
"react-datepicker": "^2.13.0",
"react-dom": ">= 16.8",
"react-dom": "^16.13.1",
"react-draggable": "^4.2.0",
"react-redux": "^7.2.0",
"react-shadow": "^17.4.0",
"react-stripe-elements": "^6.0.1",
"react-syntax-highlighter": "^13.5.1",
"react-toastify": "^5.5.0",
"redux": "^4.0.5",
@ -70,9 +69,6 @@
"@babel/preset-env": "7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@hot-loader/react-dom": "^16.13.0",
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.9",
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0",
"autoprefixer": "^9.7.4",
@ -85,28 +81,31 @@
"cssnano": "^4.1.10",
"cypress": "^4.11.0",
"cypress-terminal-report": "^1.4.1",
"eslint": "^7.4.0",
"eslint": "^7.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.3",
"file-loader": "^5.1.0",
"file-loader": "^6.1.0",
"html-webpack-harddisk-plugin": "^1.0.1",
"html-webpack-plugin": "^4.3.0",
"husky": ">=4",
"html-webpack-plugin": "^4.4.1",
"husky": "~4.2.5",
"kea-typegen": "^0.2.0",
"lint-staged": ">=10",
"mini-css-extract-plugin": "^0.9.0",
"lint-staged": "~10.2.13",
"mini-css-extract-plugin": "^0.11.0",
"nodemon": "^2.0.4",
"postcss-loader": "^3.0.0",
"prettier": "^2.0.5",
"prettier": "^2.1.1",
"react-hot-loader": "^4.12.21",
"sass-loader": "^8.0.2",
"sass-loader": "^10.0.1",
"style-loader": "^1.2.1",
"typescript": "^3.7.2",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"typescript": "^3.9.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"optionalDependencies": {
"fsevents": "^2.1.2"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
@ -119,8 +118,5 @@
"./env/bin/black -l 120",
"./env/bin/isort -m 3 --tc --fgw 8 --up -n -l 120"
]
},
"optionalDependencies": {
"fsevents": "^2.1.2"
}
}

3673
yarn.lock

File diff suppressed because it is too large Load Diff