This commit is contained in:
Nicolas Gallagher
2021-04-20 12:19:56 -07:00
parent 6c3f6546d5
commit 2d9dca42fa
7 changed files with 11 additions and 11 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
{
"private": true,
"name": "benchmarks",
"version": "0.15.7",
"version": "0.16.0",
"scripts": {
"dev": "mkdir -p dist && cp -f index.html dist/index.html && ./node_modules/.bin/webpack-cli --config ./webpack.config.js",
"build": "NODE_ENV=production yarn dev"
@@ -12,11 +12,11 @@
"d3-scale-chromatic": "^2.0.0",
"@emotion/css": "^11.1.3",
"react-jss": "^10.5.1",
"react-native-web": "0.15.7",
"react-native-web": "0.16.0",
"styled-components": "^5.2.1"
},
"devDependencies": {
"babel-plugin-react-native-web": "0.15.7",
"babel-plugin-react-native-web": "0.16.0",
"css-loader": "^5.0.2",
"style-loader": "^2.0.0",
"url-loader": "^4.1.1",