Skip to content

Commit

Permalink
Bump npm packages (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
VoyTechnology authored Mar 29, 2024
1 parent 0b1e749 commit 222e2a9
Show file tree
Hide file tree
Showing 5 changed files with 1,418 additions and 1,409 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
env:
# Generate a new Classic PAT
# - scopes: read:packages
NODE_AUTH_TOKEN: ${{ secrets.GH_NPM_TOKEN }}
# NODE_AUTH_TOKEN: ${{ secrets.GH_NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ github.token }}
- name: Lint
continue-on-error: true
run: pnpm run ci:lint
Expand Down Expand Up @@ -109,7 +110,8 @@ jobs:
env:
# Generate a new Classic PAT
# - scopes: read:packages
NODE_AUTH_TOKEN: ${{ secrets.GH_NPM_TOKEN }}
# NODE_AUTH_TOKEN: ${{ secrets.GH_NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ github.token }}

- name: Build
if: steps.changes.outputs.affected == 'true'
Expand Down Expand Up @@ -161,4 +163,4 @@ jobs:
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:javascript"
category: "/language:javascript"
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"ci:lint": "eslint . --ext ts,tsx --report-unused-disable-directives --output-file eslint_report.json --format json"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.51.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"typescript": "^5.2.2"
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.4.3"
}
}
34 changes: 17 additions & 17 deletions packages/pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,30 @@
"dependencies": {
"@bufbuild/connect": "^0.13.0",
"@bufbuild/connect-web": "^0.13.0",
"@bufbuild/protobuf": "^1.3.3",
"@emotion/react": "^11.11.1",
"@bufbuild/protobuf": "^1.8.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.16",
"@mui/material": "^5.14.9",
"@mui/system": "^5.14.8",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@mui/system": "^5.15.14",
"@saferplace/api": "^0.0.19",
"i18next": "^23.5.1",
"i18next-browser-languagedetector": "^7.1.0",
"i18next": "^23.10.1",
"i18next-browser-languagedetector": "^7.2.0",
"leaflet": "^1.9.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.4.0",
"react-i18next": "^13.5.0",
"react-leaflet": "^4.2.1",
"react-router-dom": "^6.18.0"
"react-router-dom": "^6.22.3"
},
"devDependencies": {
"@types/leaflet": "^1.9.3",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@vitejs/plugin-react": "^4.1.0",
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vite-plugin-pwa": "^0.16.5"
"@types/leaflet": "^1.9.8",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.4.3",
"vite": "^4.5.3",
"vite-plugin-pwa": "^0.16.7"
}
}
30 changes: 15 additions & 15 deletions packages/review-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,31 @@
"preview": "vite preview"
},
"dependencies": {
"@babel/core": "^7.23.0",
"@babel/plugin-syntax-jsx": "^7.22.5",
"@babel/core": "^7.24.3",
"@babel/plugin-syntax-jsx": "^7.24.1",
"@bufbuild/connect": "^0.13.0",
"@bufbuild/connect-web": "^0.13.0",
"@bufbuild/protobuf": "^1.3.3",
"@emotion/react": "^11.11.1",
"@bufbuild/protobuf": "^1.8.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.16",
"@mui/material": "^5.14.9",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@saferplace/api": "^0.0.19",
"leaflet": "^1.9.4",
"oidc-react": "^3.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.2.1",
"react-router-dom": "^6.18.0",
"web-vitals": "^3.5.0"
"react-router-dom": "^6.22.3",
"web-vitals": "^3.5.2"
},
"devDependencies": {
"@types/leaflet": "^1.9.3",
"@types/node": "^20.5.3",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.1.0",
"typescript": "^5.2.2",
"vite": "^4.4.11"
"@types/leaflet": "^1.9.8",
"@types/node": "^20.11.30",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.4.3",
"vite": "^4.5.3"
}
}
Loading

0 comments on commit 222e2a9

Please sign in to comment.