Upgrade dependencies

This commit is contained in:
Robbie Antenesse 2021-02-09 14:41:51 -07:00
parent 9fcbb08468
commit 459edda009
3 changed files with 1125 additions and 1041 deletions

View File

@ -25,6 +25,8 @@ This is the light-as-possible rewrite of Lexiconga.
It's less useful, but `npm run serve-frontend-only` will bundle and serve _only_ the front end stuff from `localhost:1234`. The bundled files all still get bundled into `dist`. It's less useful, but `npm run serve-frontend-only` will bundle and serve _only_ the front end stuff from `localhost:1234`. The bundled files all still get bundled into `dist`.
Parcel Bundler version < 2 doesn't use PostCSS 8+, so upgrading autoprefixer will not work. Keep autoprefixer at the highest version within the 9 major version until you're able to figure out how parcel-bundler 2+ works.
## Production ## Production
`npm run bundle` bundles and minifies the frontend stuff and also copies the backend stuff to `dist`. Be sure to run `npm run clear` to delete the contents of `dist` and `.cache` before using `npm run bundle` to make sure you don't get old dev versions of the bundled code included in your upload. `npm run bundle` bundles and minifies the frontend stuff and also copies the backend stuff to `dist`. Be sure to run `npm run clear` to delete the contents of `dist` and `.cache` before using `npm run bundle` to make sure you don't get old dev versions of the bundled code included in your upload.

View File

@ -21,17 +21,17 @@
"clear-cache": "rimraf .cache/{*,.*}" "clear-cache": "rimraf .cache/{*,.*}"
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "^9.8.6", "autoprefixer": "9.8.6",
"concurrently": "^5.3.0", "concurrently": "^5.3.0",
"cpx": "^1.5.0", "cpx": "^1.5.0",
"parcel-bundler": "^1.12.4", "parcel-bundler": "^1.12.4",
"parcel-plugin-goodie-bag": "^2.0.0", "parcel-plugin-goodie-bag": "^2.0.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"sass": "^1.27.0", "sass": "^1.32.6",
"sharp": "^0.26.2" "sharp": "^0.27.1"
}, },
"dependencies": { "dependencies": {
"marked": "^1.2.0", "marked": "^2.0.0",
"normalize.css": "^8.0.1", "normalize.css": "^8.0.1",
"papaparse": "^5.3.0", "papaparse": "^5.3.0",
"upup": "^1.1.0" "upup": "^1.1.0"

2156
yarn.lock

File diff suppressed because it is too large Load Diff