This commit is contained in:
Nicolas Gallagher
2019-08-16 13:15:07 -07:00
parent d2e8d616e2
commit e810f1fd2b
6 changed files with 12 additions and 12 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
{
"private": true,
"name": "benchmarks",
"version": "0.11.6",
"version": "0.11.7",
"scripts": {
"build": "mkdir -p dist && cp -f index.html dist/index.html && ./node_modules/.bin/webpack-cli --config ./webpack.config.js",
"release": "NODE_ENV=production yarn build && git checkout gh-pages && rm -rf ../../benchmarks && mv dist ../../benchmarks && git add -A && git commit -m \"Benchmarks deploy\" && git push origin gh-pages && git checkout -"
@@ -16,7 +16,7 @@
"react-dom": "^16.7.0",
"react-fela": "^10.2.1",
"react-jss": "^8.6.1",
"react-native-web": "0.11.6",
"react-native-web": "0.11.7",
"reactxp": "^1.6.0-rc.3",
"styled-components": "^4.1.3",
"styled-jsx": "^3.2.1",
@@ -24,7 +24,7 @@
"styletron-react": "^4.4.5"
},
"devDependencies": {
"babel-plugin-react-native-web": "0.11.6",
"babel-plugin-react-native-web": "0.11.7",
"css-loader": "^2.1.1",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",