Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
no-chris committed Nov 25, 2023
1 parent 72ae736 commit 8431063
Show file tree
Hide file tree
Showing 6 changed files with 1,660 additions and 921 deletions.
51 changes: 25 additions & 26 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,30 @@
name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: Build & test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
build:
name: Build & test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

# Install Node 18
- uses: actions/setup-node@v1
with:
node-version: 18
# Install Node 18
- uses: actions/setup-node@v1
with:
node-version: 20

# Install & build & test:
- run: yarn install
- run: yarn audit --groups dependencies
- run: yarn run build

# Coverage report
- name: Coveralls GitHub Action
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# Install & build & test:
- run: yarn install
- run: yarn audit --groups dependencies
- run: yarn run build

# Coverage report
- name: Coveralls GitHub Action
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18
v20
3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"bug": "Bug Fixes",
"breaking": "Breaking changes"
}
}
},
"useWorkspaces": true
}
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@babel/preset-env": "^7.14.2",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.0.1",
"@size-limit/preset-small-lib": "^10.0.2",
"@size-limit/preset-small-lib": "^11.0.0",
"babel-jest": "^29.0.1",
"babel-loader": "^9.1.2",
"cartesian": "^1.0.1",
Expand All @@ -29,12 +29,13 @@
"jest": "^29.0.1",
"jest-environment-jsdom": "^29.0.1",
"jsdoc-to-markdown": "^8.0.0",
"lerna": "^7.4.2",
"lerna": "^8.0.0",
"lerna-changelog": "^2.2.0",
"markdown-toc": "^1.2.0",
"prettier": "^3.0.3",
"rollup": "^4.3.0",
"size-limit": "^10.0.2",
"size-limit": "^11.0.0",
"sloc": "0.2.1",
"typescript": "^5.2.2",
"webpack": "^5.37.0",
"webpack-bundle-analyzer": "^4.8.0",
Expand Down Expand Up @@ -65,9 +66,7 @@
"types"
],
"types": "types/index.d.ts",
"dependencies": {
"sloc": "0.2.1"
},
"dependencies": {},
"workspaces": [
"packages/*"
]
Expand Down
Loading

0 comments on commit 8431063

Please sign in to comment.