Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maebert committed Sep 20, 2022
1 parent e369207 commit 6995150
Show file tree
Hide file tree
Showing 12 changed files with 8,327 additions and 6,620 deletions.
117 changes: 65 additions & 52 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,73 +1,74 @@
{
"name": "mdwa",
"version": "2.5.2",
"version": "2.6.0",
"homepage": "https://maebert.github.io/themostdangerouswritingapp/",
"private": true,
"dependencies": {
"autoprefixer": "7.1.6",
"autoprefixer": "10.4.11",
"babel-core": "6.26.3",
"babel-eslint": "7.2.3",
"babel-jest": "24.7.1",
"babel-loader": "^8.0.5",
"babel-preset-react-app": "^7.0.2",
"babel-eslint": "10.1.0",
"babel-jest": "29.0.3",
"babel-loader": "^8.2.5",
"babel-preset-react-app": "^10.0.1",
"babel-runtime": "6.26.0",
"case-sensitive-paths-webpack-plugin": "2.1.1",
"chalk": "^1.1.3",
"classnames": "^2.2.5",
"css-loader": "2.1.1",
"dotenv": "4.0.0",
"dotenv-expand": "4.2.0",
"eslint": "4.18.2",
"eslint-config-react-app": "^2.1.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-flowtype": "2.39.1",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-react": "7.4.0",
"file-loader": "^3.0.1",
"file-saver": "^2.0.1",
"fs-extra": "3.0.1",
"html-webpack-plugin": "^4.0.0-beta.5",
"jest": "24.7.1",
"case-sensitive-paths-webpack-plugin": "2.4.0",
"chalk": "^5.0.1",
"classnames": "^2.3.2",
"css-loader": "6.7.1",
"dotenv": "16.0.2",
"dotenv-expand": "9.0.0",
"eslint": "8.23.1",
"eslint-config-react-app": "^7.0.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.8",
"file-loader": "^6.2.0",
"file-saver": "^2.0.5",
"fs-extra": "10.1.0",
"html-webpack-plugin": "^5.5.0",
"jest": "29.0.3",
"object-assign": "4.1.1",
"postcss-flexbugs-fixes": "3.2.0",
"postcss-loader": "2.0.8",
"promise": "8.0.1",
"raf": "3.4.0",
"react": "^16.4.0",
"react-dev-utils": "8.0.0",
"react-dom": "^16.4.0",
"react-full-screen": "^0.2.2",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-transition-group": "^1.2.1",
"resolve": "1.6.0",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-loader": "7.0.1",
"promise": "8.2.0",
"raf": "3.4.1",
"react": "^18.2.0",
"react-dev-utils": "12.0.1",
"react-dom": "^18.2.0",
"react-full-screen": "^1.1.1",
"react-router": "^6.4.0",
"react-router-dom": "^6.4.0",
"react-scripts": "^5.0.1",
"react-transition-group": "^4.4.5",
"resolve": "1.22.1",
"sass": "^1.54.9",
"style-loader": "0.19.0",
"sw-precache-webpack-plugin": "0.11.4",
"tar": "^4.4.8",
"url-loader": "^1.1.2",
"webpack": "4.11.1",
"webpack-dev-server": "3.3.1",
"webpack-manifest-plugin": "^2.0.4",
"whatwg-fetch": "2.0.3"
"style-loader": "3.3.1",
"sw-precache-webpack-plugin": "1.0.0",
"tar": "^6.1.11",
"url-loader": "^4.1.1",
"webpack": "5.74.0",
"webpack-dev-server": "4.11.1",
"webpack-manifest-plugin": "^5.0.0",
"whatwg-fetch": "3.6.2"
},
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"test": "node scripts/test.js --env=jsdom",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"@babel/preset-react": "^7.0.0",
"@babel/preset-react": "^7.18.6",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"gh-pages": "^2.0.1",
"mini-css-extract-plugin": "^0.6.0",
"sass-loader": "^7.1.0",
"gh-pages": "^4.0.0",
"mini-css-extract-plugin": "^2.6.1",
"sass-loader": "^13.0.2",
"uglifyjs-webpack-plugin": "^2.1.2",
"webpack-cli": "^3.0.3"
"webpack-cli": "^4.10.0"
},
"jest": {
"collectCoverageFrom": [
Expand Down Expand Up @@ -113,5 +114,17 @@
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
150 changes: 0 additions & 150 deletions scripts/build.js

This file was deleted.

Loading

0 comments on commit 6995150

Please sign in to comment.