Skip to content

Commit 4d02917

Browse files
committed
dep: upgrade version 🍉
1 parent 8afbb50 commit 4d02917

File tree

4 files changed

+130
-349
lines changed

4 files changed

+130
-349
lines changed

.npmrc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
registry=https://registry.npmmirror.com/
2-
31
update-notifier=false

.prettierrc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"semi": false,
3+
"singleQuote": true,
4+
"printWidth": 80,
5+
"proseWrap": "never",
6+
"overrides": [
7+
{
8+
"files": ".prettierrc",
9+
"options": {
10+
"parser": "json"
11+
}
12+
}
13+
]
14+
}

package.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,23 @@
2222
"dist"
2323
],
2424
"scripts": {
25-
"preinstall": "npx only-allow pnpm",
2625
"dev": "tsc --watch",
2726
"build": "rimraf dist && tsc",
2827
"prepare": "husky install",
2928
"prepublishOnly": "pnpm build",
3029
"push": "npm_config_registry=https://registry.npmjs.com/ npm publish"
3130
},
3231
"dependencies": {
33-
"@parcel/css": "^1.5.0"
32+
"@parcel/css": "^1.7.2"
3433
},
3534
"devDependencies": {
36-
"@fz6m/eslint-plugin-sakina": "^1.1.0",
35+
"@fz6m/eslint-plugin-sakina": "^1.1.1",
3736
"@types/webpack-sources": "^3.2.0",
38-
"browserslist": "^4.19.3",
39-
"commit-verify": "^1.0.2",
40-
"eslint": "^8.10.0",
37+
"browserslist": "^4.20.2",
38+
"commit-verify": "^1.0.3",
39+
"eslint": "^8.11.0",
4140
"husky": "^7.0.4",
42-
"only-allow": "^1.1.0",
43-
"prettier": "^2.5.1",
41+
"prettier": "^2.6.0",
4442
"rimraf": "^3.0.2",
4543
"tapable": "^2.2.1",
4644
"typescript": "^4.6.2",

0 commit comments

Comments
 (0)