Skip to content

Commit 8c638a5

Browse files
committed
chore: expand semver range
1 parent 060e9db commit 8c638a5

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

package-lock.json

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

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -63,32 +63,32 @@
6363
},
6464
"devDependencies": {
6565
"@mitsue/eslint-config": "^7.0.0",
66-
"@rollup/plugin-commonjs": "25.0.8",
67-
"@rollup/plugin-json": "6.1.0",
68-
"@rollup/plugin-node-resolve": "15.3.1",
69-
"@rollup/plugin-terser": "0.4.4",
66+
"@rollup/plugin-commonjs": "^25.0.8",
67+
"@rollup/plugin-json": "^6.1.0",
68+
"@rollup/plugin-node-resolve": "^15.3.1",
69+
"@rollup/plugin-terser": "^0.4.4",
7070
"@rollup/plugin-typescript": "^12.1.2",
7171
"@types/ejs": "3.1.5",
7272
"@types/express": "4.17.21",
73-
"@types/jest": "29.5.14",
73+
"@types/jest": "^29.5.14",
7474
"@types/js-beautify": "1.14.3",
7575
"@types/mkdirp": "2.0.0",
76-
"@types/node": "20.17.17",
76+
"@types/node": "^20.17.17",
7777
"@types/opener": "1.4.3",
7878
"@types/ws": "8.5.14",
79-
"@typescript-eslint/eslint-plugin": "^8.23.0",
79+
"@typescript-eslint/eslint-plugin": "8.23.0",
8080
"eslint": "^9.20.0",
81-
"husky": "9.1.7",
82-
"jest": "29.7.0",
83-
"lint-staged": "15.4.3",
84-
"npm-run-all2": "6.2.6",
85-
"nyc": "17.1.0",
81+
"husky": "^9.1.7",
82+
"jest": "^29.7.0",
83+
"lint-staged": "^15.4.3",
84+
"npm-run-all2": "^6.2.6",
85+
"nyc": "^17.1.0",
8686
"rollup": "^4.34.6",
87-
"ts-jest": "29.2.5",
88-
"ts-node": "10.9.2",
87+
"ts-jest": "^29.2.5",
88+
"ts-node": "^10.9.2",
8989
"tslib": "^2.8.1",
90-
"typescript": "5.7.3",
91-
"typescript-eslint": "^8.23.0"
90+
"typescript": "^5.7.3",
91+
"typescript-eslint": "8.23.0"
9292
},
9393
"lint-staged": {
9494
"*.ts": [

0 commit comments

Comments
 (0)