mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 21:49:51 +01:00
This reverts commit 8ab612c246
.
This commit is contained in:
parent
f1c90f4283
commit
cd2f40e75a
53
package.json
53
package.json
@ -24,16 +24,16 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.11.1",
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"@babel/core": "^7.10.4",
|
||||
"@babel/runtime": "^7.10.4",
|
||||
"@mariusandra/react-grid-layout": "0.18.3",
|
||||
"@mariusandra/simmerjs": "0.5.6-posthog-2",
|
||||
"antd": "^4.5.4",
|
||||
"antd": "^4.1.1",
|
||||
"babel-preset-nano-react-app": "^0.1.0",
|
||||
"bootstrap": "^4.5.2",
|
||||
"bootstrap": "^4.4.1",
|
||||
"chart.js": "^2.9.3",
|
||||
"core-js": "^3.6.5",
|
||||
"d3": "^5.16.0",
|
||||
"core-js": "3.6.5",
|
||||
"d3": "^5.15.0",
|
||||
"d3-sankey": "^0.12.3",
|
||||
"editor": "^1.0.0",
|
||||
"eslint-plugin-cypress": "^2.11.1",
|
||||
@ -43,17 +43,18 @@
|
||||
"kea-localstorage": "^1.0.2",
|
||||
"kea-router": "^0.4.0",
|
||||
"kea-window-values": "^0.0.1",
|
||||
"moment": "^2.27.0",
|
||||
"moment": "^2.24.0",
|
||||
"posthog-js": "1.4.3",
|
||||
"posthog-js-lite": "^0.0.3",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^16.13.1",
|
||||
"react-datepicker": "^3.1.3",
|
||||
"react-dom": "^16.13.1",
|
||||
"react-draggable": "^4.4.3",
|
||||
"react": ">= 16.8",
|
||||
"react-datepicker": "^2.13.0",
|
||||
"react-dom": ">= 16.8",
|
||||
"react-draggable": "^4.2.0",
|
||||
"react-redux": "^7.2.0",
|
||||
"react-shadow": "^17.4.0",
|
||||
"react-toastify": "^6.0.8",
|
||||
"react-stripe-elements": "^6.0.1",
|
||||
"react-toastify": "^5.5.0",
|
||||
"redux": "^4.0.5",
|
||||
"reselect": "^4.0.0",
|
||||
"sass": "^1.26.2",
|
||||
@ -62,45 +63,45 @@
|
||||
"devDependencies": {
|
||||
"@babel/plugin-proposal-class-properties": "^7.10.4",
|
||||
"@babel/plugin-transform-react-jsx": "^7.10.4",
|
||||
"@babel/plugin-transform-runtime": "^7.11.0",
|
||||
"@babel/preset-env": "^7.11.0",
|
||||
"@babel/plugin-transform-runtime": "^7.10.4",
|
||||
"@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",
|
||||
"@types/simmerjs": "^0.5.1",
|
||||
"@typescript-eslint/eslint-plugin": "^3.9.0",
|
||||
"@typescript-eslint/parser": "^3.9.0",
|
||||
"autoprefixer": "^9.8.6",
|
||||
"@typescript-eslint/eslint-plugin": "^3.6.0",
|
||||
"@typescript-eslint/parser": "^3.6.0",
|
||||
"autoprefixer": "^9.7.4",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"babel-loader": "^8.0.6",
|
||||
"babel-plugin-import": "^1.13.0",
|
||||
"babel-plugin-kea": "^0.1.0",
|
||||
"concurrently": "^5.3.0",
|
||||
"css-loader": "^3.6.0",
|
||||
"css-loader": "^3.4.2",
|
||||
"cssnano": "^4.1.10",
|
||||
"cypress": "^4.12.1",
|
||||
"cypress": "^4.5.0",
|
||||
"cypress-terminal-report": "^1.4.1",
|
||||
"eslint": "^7.7.0",
|
||||
"eslint": "^7.4.0",
|
||||
"eslint-config-prettier": "^6.11.0",
|
||||
"eslint-plugin-prettier": "^3.1.4",
|
||||
"eslint-plugin-react": "^7.20.3",
|
||||
"file-loader": "^6.0.0",
|
||||
"file-loader": "^5.1.0",
|
||||
"html-webpack-harddisk-plugin": "^1.0.1",
|
||||
"html-webpack-plugin": "^4.3.0",
|
||||
"husky": "~4.2.5",
|
||||
"husky": ">=4",
|
||||
"kea-typegen": "^0.2.0",
|
||||
"lint-staged": "~10.2.11",
|
||||
"mini-css-extract-plugin": "^0.10.0",
|
||||
"lint-staged": ">=10",
|
||||
"mini-css-extract-plugin": "^0.9.0",
|
||||
"nodemon": "^2.0.4",
|
||||
"postcss-loader": "^3.0.0",
|
||||
"prettier": "^2.0.5",
|
||||
"react-hot-loader": "^4.12.21",
|
||||
"sass-loader": "^8.0.2",
|
||||
"style-loader": "^1.2.1",
|
||||
"typescript": "^3.9.7",
|
||||
"webpack": "^4.44.0",
|
||||
"typescript": "^3.7.2",
|
||||
"webpack": "^4.42.0",
|
||||
"webpack-cli": "^3.3.11",
|
||||
"webpack-dev-server": "^3.11.0"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user