mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Update sharetribe-scripts to v3.0.0
This commit is contained in:
parent
b4f56071a0
commit
42dc1d5acf
2 changed files with 2661 additions and 2812 deletions
38
package.json
38
package.json
|
|
@ -13,30 +13,30 @@
|
|||
"basic-auth": "^2.0.1",
|
||||
"body-parser": "^1.18.3",
|
||||
"classnames": "^2.2.6",
|
||||
"compression": "^1.7.3",
|
||||
"cookie-parser": "^1.4.3",
|
||||
"compression": "^1.7.4",
|
||||
"cookie-parser": "^1.4.4",
|
||||
"core-js": "^2.5.7",
|
||||
"decimal.js": "10.0.1",
|
||||
"dotenv": "4.0.0",
|
||||
"dotenv-expand": "4.0.1",
|
||||
"dotenv": "6.2.0",
|
||||
"dotenv-expand": "4.2.0",
|
||||
"express": "^4.16.4",
|
||||
"express-enforces-ssl": "^1.1.0",
|
||||
"express-sitemap": "^1.8.0",
|
||||
"final-form": "^4.11.0",
|
||||
"final-form-arrays": "^1.1.0",
|
||||
"helmet": "^3.15.0",
|
||||
"helmet": "^3.18.0",
|
||||
"lodash": "^4.17.11",
|
||||
"mapbox-gl-multitouch": "^1.0.3",
|
||||
"moment": "^2.22.2",
|
||||
"object.entries": "^1.0.4",
|
||||
"object.values": "^1.0.4",
|
||||
"path-to-regexp": "^2.4.0",
|
||||
"prop-types": "^15.6.2",
|
||||
"prop-types": "^15.7.2",
|
||||
"query-string": "^5.1.1",
|
||||
"raf": "3.4.0",
|
||||
"react": "^16.6.3",
|
||||
"react-dates": "^18.2.2",
|
||||
"react-dom": "^16.6.3",
|
||||
"react": "^16.8.6",
|
||||
"react-dates": "^18.5.0",
|
||||
"react-dom": "^16.8.6",
|
||||
"react-final-form": "^4.0.2",
|
||||
"react-final-form-arrays": "^2.0.1",
|
||||
"react-google-maps": "^9.4.5",
|
||||
|
|
@ -50,21 +50,25 @@
|
|||
"sanitize.css": "^5.0.0",
|
||||
"seedrandom": "^2.4.4",
|
||||
"sharetribe-flex-sdk": "^1.3.0",
|
||||
"sharetribe-scripts": "2.1.8",
|
||||
"sharetribe-scripts": "3.0.0",
|
||||
"smoothscroll-polyfill": "^0.4.0",
|
||||
"source-map-support": "^0.5.9",
|
||||
"url": "^0.11.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-jest": "24.7.1",
|
||||
"bfj": "^6.1.1",
|
||||
"chalk": "^2.4.1",
|
||||
"enzyme": "^3.7.0",
|
||||
"enzyme-adapter-react-16": "^1.7.0",
|
||||
"enzyme-to-json": "^3.3.4",
|
||||
"inquirer": "^6.2.0",
|
||||
"enzyme": "^3.9.0",
|
||||
"enzyme-adapter-react-16": "^1.12.0",
|
||||
"enzyme-to-json": "^3.3.5",
|
||||
"inquirer": "^6.3.0",
|
||||
"nodemon": "^1.17.2",
|
||||
"prettier": "^1.15.3"
|
||||
},
|
||||
"resolutions": {
|
||||
"react-test-renderer": "^16.8.6"
|
||||
},
|
||||
"scripts": {
|
||||
"audit": "yarn audit --json | node scripts/audit.js",
|
||||
"clean": "rm -rf build/*",
|
||||
|
|
@ -83,7 +87,11 @@
|
|||
"translate": "node scripts/translations.js"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [">0.2%", "not dead", "not op_mini all"],
|
||||
"production": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not op_mini all"
|
||||
],
|
||||
"development": [
|
||||
"last 1 chrome version",
|
||||
"last 1 firefox version",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue