Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configs/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"read-pkg-up": "^7.0.1"
},
"devDependencies": {
"@types/confusing-browser-globals": "^1.0.0",
"@types/confusing-browser-globals": "1.0.0",
"eslint-find-rules": "^4.0.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions configs/semantic-release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"semantic-release-vsce": "^3.5.0"
},
"devDependencies": {
"@types/conventional-changelog-writer": "^4.0.1",
"@types/conventional-commits-parser": "^3.0.2",
"@types/conventional-changelog-writer": "4.0.1",
"@types/conventional-commits-parser": "3.0.2",
"conventional-changelog-writer": "^5.0.0",
"conventional-commits-parser": "^3.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/cz-commitlint": "^15.0.0",
"@types/semantic-release": "^17.2.3",
"@types/semantic-release": "17.2.3",
"commitizen": "^4.2.4",
"eslint": "^8.4.1",
"husky": "^7.0.4",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ __metadata:
resolution: "@latipun7/eslint-config@workspace:configs/eslint"
dependencies:
"@next/eslint-plugin-next": ^12.0.7
"@types/confusing-browser-globals": ^1.0.0
"@types/confusing-browser-globals": 1.0.0
"@typescript-eslint/eslint-plugin": ^5.6.0
"@typescript-eslint/parser": ^5.6.0
confusing-browser-globals: ^1.0.11
Expand Down Expand Up @@ -400,8 +400,8 @@ __metadata:
dependencies:
"@semantic-release/changelog": ^6.0.1
"@semantic-release/git": ^10.0.1
"@types/conventional-changelog-writer": ^4.0.1
"@types/conventional-commits-parser": ^3.0.2
"@types/conventional-changelog-writer": 4.0.1
"@types/conventional-commits-parser": 3.0.2
conventional-changelog-conventionalcommits: ^4.6.3
conventional-changelog-writer: ^5.0.0
conventional-commits-parser: ^3.2.3
Expand Down Expand Up @@ -936,14 +936,14 @@ __metadata:
languageName: node
linkType: hard

"@types/confusing-browser-globals@npm:^1.0.0":
"@types/confusing-browser-globals@npm:1.0.0":
version: 1.0.0
resolution: "@types/confusing-browser-globals@npm:1.0.0"
checksum: ffe4292de02ca2f012d0402b2b66fc69b7973e53c3f7552abeb756f47ba175faa79043ba90fe44c402e93210ad2187d5e20dc84b47b5c810f1d64ecef15b2837
languageName: node
linkType: hard

"@types/conventional-changelog-writer@npm:^4.0.1":
"@types/conventional-changelog-writer@npm:4.0.1":
version: 4.0.1
resolution: "@types/conventional-changelog-writer@npm:4.0.1"
dependencies:
Expand All @@ -953,7 +953,7 @@ __metadata:
languageName: node
linkType: hard

"@types/conventional-commits-parser@npm:*, @types/conventional-commits-parser@npm:^3.0.2":
"@types/conventional-commits-parser@npm:*, @types/conventional-commits-parser@npm:3.0.2":
version: 3.0.2
resolution: "@types/conventional-commits-parser@npm:3.0.2"
dependencies:
Expand Down Expand Up @@ -1011,7 +1011,7 @@ __metadata:
languageName: node
linkType: hard

"@types/semantic-release@npm:^17.2.3":
"@types/semantic-release@npm:17.2.3":
version: 17.2.3
resolution: "@types/semantic-release@npm:17.2.3"
dependencies:
Expand Down Expand Up @@ -4992,7 +4992,7 @@ __metadata:
dependencies:
"@commitlint/cli": ^15.0.0
"@commitlint/cz-commitlint": ^15.0.0
"@types/semantic-release": ^17.2.3
"@types/semantic-release": 17.2.3
commitizen: ^4.2.4
eslint: ^8.4.1
husky: ^7.0.4
Expand Down
Loading