chore: update amplitude version (#4358)
* update amplitude version * fix amplitude analytics index file to work with new version * remove extraneous comment
Showing
... | ... | @@ -90,6 +90,8 @@ |
"@types/wcag-contrast": "^3.0.0", | ||
"@typescript-eslint/eslint-plugin": "^4", | ||
"@typescript-eslint/parser": "^4", | ||
"@vanilla-extract/babel-plugin": "^1.1.7", | ||
"@vanilla-extract/webpack-plugin": "^2.1.11", | ||
"cypress": "^10.3.1", | ||
"env-cmd": "^10.1.0", | ||
"eslint": "^7.11.0", | ||
... | ... | @@ -106,12 +108,10 @@ |
"react-scripts": "^4.0.3", | ||
"serve": "^11.3.2", | ||
"typechain": "^5.0.0", | ||
"typescript": "^4.4.3", | ||
"@vanilla-extract/babel-plugin": "^1.1.7", | ||
"@vanilla-extract/webpack-plugin": "^2.1.11" | ||
"typescript": "^4.4.3" | ||
}, | ||
"dependencies": { | ||
"@amplitude/analytics-browser": "^0.5.1", | ||
"@amplitude/analytics-browser": "^1.1.4", | ||
"@coinbase/wallet-sdk": "^3.3.0", | ||
"@fontsource/ibm-plex-mono": "^4.5.1", | ||
"@fontsource/inter": "^4.5.1", | ||
... | ... |
Please register or sign in to comment