Skip to content

Commit d2ed6ef

Browse files
committed
chore: update build and code deps
1 parent 871be4a commit d2ed6ef

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"lint-js": "eslint src/**/*.ts",
4343
"prepublishOnly": "rm -rf dist/* && NODE_ENV=production rollup -c rollup.config.mjs",
4444
"prettier": "prettier --write '**/*.{ts,tsx,css,scss}'",
45-
"test": "jest",
45+
"test": "echo \"Error: no test specified\" && exit 0",
4646
"test-watch": "jest --watch"
4747
},
4848
"lint-staged": {
@@ -76,7 +76,7 @@
7676
"eslint-config-prettier": "8.5.0",
7777
"jest": "29.3.1",
7878
"prettier": "2.8.1",
79-
"rollup": "3.8.1",
79+
"rollup": "3.9.0",
8080
"rollup-plugin-uglify": "6.0.4",
8181
"ts-jest": "29.0.3",
8282
"tslib": "2.4.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)