mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-27 12:42:28 +02:00
Pin dependencies
This commit is contained in:
56
package.json
56
package.json
@@ -75,33 +75,33 @@
|
||||
"react-helmet": "^5.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
|
||||
"@babel/plugin-proposal-class-properties": "^7.1.0",
|
||||
"@babel/preset-react": "^7.0.0",
|
||||
"@babel/preset-env": "^7.1.0",
|
||||
"@babel/core": "^7.1.2",
|
||||
"babel-core": "^7.0.0-0",
|
||||
"babel-jest": "^23.6.0",
|
||||
"identity-obj-proxy": "^3.0.0",
|
||||
"react-test-renderer": "^16.8.1",
|
||||
"jest": "^23.6.0",
|
||||
"jest-cli": "^23.6.0",
|
||||
"rimraf": "^2.6.3",
|
||||
"concurrently": "^4.1.0",
|
||||
"stylelint": "^9.10.1",
|
||||
"stylelint-scss": "^3.5.1",
|
||||
"stylelint-config-recommended-scss": "^3.2.0",
|
||||
"eslint": "^5.12.1",
|
||||
"eslint-config-airbnb-base": "^13.1.0",
|
||||
"eslint-plugin-import": "^2.14.0",
|
||||
"eslint-plugin-jest": "^22.1.3",
|
||||
"eslint-plugin-react": "^7.12.4",
|
||||
"eslint-watch": "^4.0.2",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"gh-pages": "^2.0.1",
|
||||
"lost": "^8.3.1",
|
||||
"postcss-pxtorem": "^4.0.1",
|
||||
"autoprefixer": "^9.4.6",
|
||||
"browserslist": "^4.4.1"
|
||||
"@babel/plugin-proposal-optional-chaining": "7.0.0",
|
||||
"@babel/plugin-proposal-class-properties": "7.1.0",
|
||||
"@babel/preset-react": "7.0.0",
|
||||
"@babel/preset-env": "7.1.0",
|
||||
"@babel/core": "7.1.2",
|
||||
"babel-core": "7.0.0-bridge.0",
|
||||
"babel-jest": "23.6.0",
|
||||
"identity-obj-proxy": "3.0.0",
|
||||
"react-test-renderer": "16.8.1",
|
||||
"jest": "23.6.0",
|
||||
"jest-cli": "23.6.0",
|
||||
"rimraf": "2.6.3",
|
||||
"concurrently": "4.1.0",
|
||||
"stylelint": "9.10.1",
|
||||
"stylelint-scss": "3.5.1",
|
||||
"stylelint-config-recommended-scss": "3.2.0",
|
||||
"eslint": "5.12.1",
|
||||
"eslint-config-airbnb-base": "13.1.0",
|
||||
"eslint-plugin-import": "2.14.0",
|
||||
"eslint-plugin-jest": "22.1.3",
|
||||
"eslint-plugin-react": "7.12.4",
|
||||
"eslint-watch": "4.0.2",
|
||||
"babel-eslint": "10.0.1",
|
||||
"gh-pages": "2.0.1",
|
||||
"lost": "8.3.1",
|
||||
"postcss-pxtorem": "4.0.1",
|
||||
"autoprefixer": "9.4.6",
|
||||
"browserslist": "4.4.1"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user