This commit is contained in:
Nicolas Gallagher
2020-01-24 14:24:35 -08:00
parent 1cc7e6cbf4
commit dee418bb93
5 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
{
"private": true,
"name": "benchmarks",
"version": "0.11.7",
"version": "0.12.0",
"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 -"
@@ -14,7 +14,7 @@
"fela": "^10.8.2",
"react-fela": "^10.8.2",
"react-jss": "^10.0.0",
"react-native-web": "0.11.7",
"react-native-web": "0.12.0",
"reactxp": "^2.0.0-rc.1",
"styled-components": "^4.4.1",
"styled-jsx": "^3.2.4",
@@ -22,7 +22,7 @@
"styletron-react": "^5.2.6"
},
"devDependencies": {
"babel-plugin-react-native-web": "0.11.7",
"babel-plugin-react-native-web": "0.12.0",
"css-loader": "^3.2.0",
"style-loader": "^1.0.0",
"url-loader": "^2.2.0",