Skip to content

Commit

Permalink
fix: update July 2023 feeds (#438)
Browse files Browse the repository at this point in the history
* feat: update feeds

* fix: lock file outdated error

* fix: lock file outdated error in campus

* fix: lock file outdated error in other apps

* fix: downgrade pnpm version

* fix: update feeds submodule commit

* fix: install esbuild in root app

* fix: css import path in index.html
  • Loading branch information
YHhaoareyou authored Jul 31, 2023
1 parent ad31242 commit 442f2df
Show file tree
Hide file tree
Showing 10 changed files with 9,362 additions and 9,361 deletions.
2 changes: 1 addition & 1 deletion .github/actions/microapp/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
shell: bash
working-directory: ${{ inputs.path }}
run: |
npm install -g pnpm
npm install -g pnpm@6
pnpm install --filter .
# - name: Test
Expand Down
3 changes: 0 additions & 3 deletions campus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@
"vite": "^2.9.9",
"vite-plugin-dynamic-import": "^0.7.1"
},
"resolutions": {
"esbuild": "0.14.43"
},
"peerDependencies": {
"@babel/plugin-syntax-flow": "^7.16.7",
"@babel/plugin-transform-react-jsx": "^7.17.3",
Expand Down
4,670 changes: 2,154 additions & 2,516 deletions campus/pnpm-lock.yaml

Large diffs are not rendered by default.

2,608 changes: 1,406 additions & 1,202 deletions career/pnpm-lock.yaml

Large diffs are not rendered by default.

2,064 changes: 1,136 additions & 928 deletions feeds/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion feeds/public/feeds
Submodule feeds updated from 792153 to 64f1d7
1 change: 1 addition & 0 deletions root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"concurrently": "7.2.1",
"cssnano": "5.1.11",
"dotenv": "16.0.1",
"esbuild": "^0.18.6",
"eslint": "8.17.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.5.0",
Expand Down
5,549 changes: 2,730 additions & 2,819 deletions root/pnpm-lock.yaml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions root/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
<% if (isLocal) { %>
<link rel="stylesheet" href="./src/styles/tailwind-build-output.css" type="css">
<% } else { %>
<link rel="preload" href="<%= env.VITE_MF_SYLLABUS_BASE_PATH %>/assets/style.css" as="style" onload="this.rel='stylesheet'">
<link rel="preload" href="<%= env.VITE_MF_CAMPUS_BASE_PATH %>/assets/style.css" as="style" onload="this.rel='stylesheet'">

<link rel="preload" href="<%= env.VITE_MF_SYLLABUS_BASE_PATH || "http://localhost:8080" %>/assets/style.css" as="style" onload="this.rel='stylesheet'">
<link rel="preload" href="<%= env.VITE_MF_CAMPUS_BASE_PATH || "http://localhost:8081" %>/assets/style.css" as="style" onload="this.rel='stylesheet'">
<link rel="preload" as="font" href="/fonts/segoe-ui.ttf" type="font/ttf" crossorigin="anonymous" />
<link rel="preload" as="font" href="/fonts/yugothic-medium.otf" type="font/otf" crossorigin="anonymous" />
<link rel="preload" as="font" href="/fonts/Lato-Regular.ttf" type="font/ttf" crossorigin="anonymous" />
Expand Down
3,818 changes: 1,930 additions & 1,888 deletions syllabus/pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 442f2df

Please sign in to comment.