Skip to content

Commit

Permalink
chore: update build and code deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meabed committed Dec 28, 2022
1 parent 871be4a commit d2ed6ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"lint-js": "eslint src/**/*.ts",
"prepublishOnly": "rm -rf dist/* && NODE_ENV=production rollup -c rollup.config.mjs",
"prettier": "prettier --write '**/*.{ts,tsx,css,scss}'",
"test": "jest",
"test": "echo \"Error: no test specified\" && exit 0",
"test-watch": "jest --watch"
},
"lint-staged": {
Expand Down Expand Up @@ -76,7 +76,7 @@
"eslint-config-prettier": "8.5.0",
"jest": "29.3.1",
"prettier": "2.8.1",
"rollup": "3.8.1",
"rollup": "3.9.0",
"rollup-plugin-uglify": "6.0.4",
"ts-jest": "29.0.3",
"tslib": "2.4.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock

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

0 comments on commit d2ed6ef

Please sign in to comment.