This commit is contained in:
Nicolas Gallagher
2022-07-02 11:48:32 -07:00
parent 59af091fdb
commit d31a8a1ec1
7 changed files with 11 additions and 11 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
{
"private": true,
"name": "benchmarks",
"version": "0.18.2",
"version": "0.18.3",
"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"
@@ -9,10 +9,10 @@
"dependencies": {
"classnames": "^2.3.1",
"d3-scale-chromatic": "^2.0.0",
"react-native-web": "0.18.2"
"react-native-web": "0.18.3"
},
"devDependencies": {
"babel-plugin-react-native-web": "0.18.2",
"babel-plugin-react-native-web": "0.18.3",
"css-loader": "^5.0.2",
"style-loader": "^2.0.0",
"url-loader": "^4.1.1",