Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/typescript-eslint/pa…
Browse files Browse the repository at this point in the history
…rser-6.21.0
  • Loading branch information
edwardsph authored Feb 16, 2024
2 parents 9654a4e + 434af96 commit 378d95f
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 47 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ concurrency:
cancel-in-progress: true
jobs:
audit:
uses: inrupt/typescript-sdk-tools/.github/workflows/reusable-audit.yml@v2
uses: inrupt/typescript-sdk-tools/.github/workflows/reusable-audit.yml@v3
secrets:
WEBHOOK_E2E_FAILURE: ${{ secrets.WEBHOOK_E2E_FAILURE }}
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:
cancel-in-progress: true
jobs:
lint:
uses: inrupt/typescript-sdk-tools/.github/workflows/reusable-lint.yml@v2
uses: inrupt/typescript-sdk-tools/.github/workflows/reusable-lint.yml@v3
with:
build: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@inrupt/eslint-config-lib": "^3.1.0",
"@playwright/test": "^1.41.1",
"@playwright/test": "^1.41.2",
"@types/node": "^20.11.10",
"@types/react": "^18.2.53",
"@types/react-dom": "^18.2.18",
Expand Down
87 changes: 47 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
"build-demo-app": "npm run build; cd packages/browser/examples/demoClientApp/; npm ci; npm run build; mkdir -p ../../../../dist/website/demo/; cp -r dist/. ../../../../dist/website/demo/"
},
"devDependencies": {
"@inrupt/base-rollup-config": "^3.0.2",
"@inrupt/base-rollup-config": "^3.1.0",
"@inrupt/eslint-config-lib": "^3.1.0",
"@inrupt/internal-playwright-helpers": "^3.1.0",
"@inrupt/internal-test-env": "^3.1.0",
"@inrupt/jest-jsdom-polyfills": "^3.0.2",
"@inrupt/solid-client": "^2.0.0",
"@playwright/test": "^1.41.1",
"@playwright/test": "^1.41.2",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
Expand All @@ -72,7 +72,7 @@
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typedoc": "^0.25.4",
"typedoc": "^0.25.8",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/node/examples/demoClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@inrupt/solid-client-authn-node": "../../",
"express": "^4.17.1",
"loglevel": "^1.7.0"
"loglevel": "^1.9.1"
},
"devDependencies": {
"@inrupt/eslint-config-base": "2.6.0",
Expand Down

0 comments on commit 378d95f

Please sign in to comment.