Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanhogan committed Apr 2, 2023
1 parent d0bb24c commit fd1013a
Show file tree
Hide file tree
Showing 2 changed files with 2,999 additions and 1,887 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
"homepage": "https://wikipadia.xyz",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"gh-pages": "^1.1.0",
"axios": "^0.21.1",
"lodash": "^4.17.13",
"node-sass-chokidar": "^1.3.0",
"npm-run-all": "^4.1.3",
"react": "^16.8.0",
"react-click-outside": "^3.0.1",
Expand All @@ -28,11 +26,15 @@
"build": "npm-run-all build-css build-js",
"start-js": "react-scripts start",
"build-js": "react-scripts build",
"build-css": "node-sass-chokidar src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive",
"build-css": "sass src",
"watch-css": "npm run build-css && sass src --watch",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"gh-pages": "^3.2.3",
"sass": "^1.60.0"
}
}
Loading

0 comments on commit fd1013a

Please sign in to comment.