Skip to content

Commit

Permalink
chore: resolve package update errors
Browse files Browse the repository at this point in the history
* replace rollup-plugin-terser with @rollup/plugin-terser to fix outdated version dependencies
* update snapshot escaped characters
* install jest-environment-jsdom separately
  • Loading branch information
jpvmrcd committed Nov 1, 2023
1 parent d484650 commit 040f807
Show file tree
Hide file tree
Showing 6 changed files with 6,764 additions and 5,213 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"env": {
"browser": true,
"jest/globals": true
"jest": true
},
"extends": [
"airbnb-base",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14
node-version: latest
- name: cache node modules
uses: actions/cache@v3
env:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- uses: actions/setup-node@v4
with:
node-version: 14
node-version: latest
registry-url: 'https://registry.npmjs.org'
if: ${{ steps.release.outputs.release_created }}
- name: cache node modules
Expand Down
Loading

0 comments on commit 040f807

Please sign in to comment.