This commit is contained in:
Nicolas Gallagher
2021-02-04 12:47:23 -08:00
parent 29b13262c3
commit 4b8cd20aaa
6 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
{
"private": true,
"name": "benchmarks",
"version": "0.14.11",
"version": "0.14.12",
"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 -"
@@ -12,12 +12,12 @@
"d3-scale-chromatic": "^2.0.0",
"@emotion/css": "^11.0.0",
"react-jss": "^10.5.0",
"react-native-web": "0.14.11",
"react-native-web": "0.14.12",
"styled-components": "^5.2.1",
"styled-jsx": "^3.3.2"
},
"devDependencies": {
"babel-plugin-react-native-web": "0.14.11",
"babel-plugin-react-native-web": "0.14.12",
"css-loader": "^3.4.2",
"style-loader": "^1.1.3",
"url-loader": "^3.0.0",