Skip to content

Commit

Permalink
[migrate] upgrade components & pages of 2018 Code4City & 2019 confere…
Browse files Browse the repository at this point in the history
…nces (#47)
  • Loading branch information
TechQuery authored Feb 8, 2024
1 parent 3ee252a commit b2dadcc
Show file tree
Hide file tree
Showing 21 changed files with 625 additions and 610 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package-lock.json
yarn.lock
dist/
.parcel-cache/
.husky/
.idea/
.vscode/
.DS_Store
4 changes: 0 additions & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
#!/bin/sh

. "$(dirname "$0")/_/husky.sh"

npm test
4 changes: 0 additions & 4 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
#!/bin/sh

. "$(dirname "$0")/_/husky.sh"

npm run build
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"url": "https://github.com/FreeCodeCamp-Chengdu/Web-Conf/issues"
},
"scripts": {
"prepare": "husky install",
"prepare": "husky",
"test": "lint-staged",
"clean": "rm -rf dist/ .parcel-cache/",
"start": "npm run clean && parcel source/index.html --open",
Expand All @@ -32,18 +32,18 @@
"*.{html,md,css,less,js,ts,tsx,json}": "prettier --write"
},
"dependencies": {
"boot-cell": "^2.0.0-beta.9",
"boot-cell": "^2.0.0-beta.18",
"browser-unhandled-rejection": "^1.0.2",
"cell-router": "^3.0.0-rc.5",
"classnames": "^2.5.1",
"dom-renderer": "^2.0.6",
"dom-renderer": "^2.1.1",
"html-to-image": "^1.11.11",
"koajax": "^0.9.6",
"lodash.groupby": "^4.6.0",
"marked": "^11.1.1",
"marked": "^12.0.0",
"mobx": "^6.12.0",
"mobx-i18n": "^0.5.0",
"web-cell": "^3.0.0-rc.8",
"web-cell": "^3.0.0-rc.14",
"web-utility": "^4.1.3"
},
"devDependencies": {
Expand All @@ -53,17 +53,18 @@
"@parcel/transformer-typescript-tsc": "~2.11.0",
"@parcel/transformer-webmanifest": "~2.11.0",
"@types/lodash.groupby": "^4.6.9",
"@types/node": "^18.19.8",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@types/node": "^18.19.14",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"husky": "^9.0.10",
"lint-staged": "^15.2.2",
"parcel": "~2.11.0",
"postcss": "^8.4.33",
"postcss": "^8.4.35",
"postcss-modules": "^4.3.1",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"process": "^0.11.10",
"typescript": "~5.3.3",
"workbox-cli": "^7.0.0"
},
Expand Down
Loading

1 comment on commit b2dadcc

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for web-conf ready!

✅ Preview
https://web-conf-lfet0lmxi-techquery.vercel.app

Built with commit b2dadcc.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.