Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
⬆️ dependency upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Ciruzzi committed Sep 5, 2021
1 parent ff160a2 commit 1db6800
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
- This project adheres to [Semantic Versioning][semver].
- This project uses [Gitmoji][gitmoji]

## 4.2.4

- :arrow_up: dependency upgrade.

## 4.2.3

- :bug: fix but with light theme in docs.
Expand Down
26 changes: 13 additions & 13 deletions package.json
@@ -1,41 +1,41 @@
{
"name": "@vangware/window-open-promise",
"description": "🪟 Promised Window.open();",
"version": "4.2.3",
"version": "4.2.4",
"author": {
"email": "hello@vangware.com",
"name": "Vangware",
"url": "https://vangware.com"
},
"bugs": "https://github.com/vangware/window-open-promise/issues",
"dependencies": {
"@vangware/utils": "^7.0.5"
"@vangware/utils": "^7.0.7"
},
"devDependencies": {
"@arkweid/lefthook": "^0.7.6",
"@types/node": "^16.7.1",
"@types/node": "^16.7.10",
"@types/prettier": "^2.3.2",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"@vangware/base": "^5.2.2",
"@vangware/test": "^7.1.5",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"@vangware/base": "^5.2.4",
"@vangware/test": "^7.1.7",
"c8": "^7.8.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-ban": "^1.5.2",
"eslint-plugin-functional": "^3.6.0",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-functional": "^3.7.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.2",
"rimraf": "^3.0.2",
"typedoc": "^0.21.6",
"typescript": "^4.3.5"
"typedoc": "^0.21.9",
"typescript": "^4.4.2"
},
"exports": {
"import": "./dist/import/index.js",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Expand Up @@ -17,7 +17,8 @@
"outDir": "./dist/require",
"preserveConstEnums": true,
"strict": true,
"target": "ES2019"
"target": "ES2019",
"useUnknownInCatchVariables": true
},
"include": ["src/*.ts", "src/**/*.ts", "tests/**/*.ts"]
}

0 comments on commit 1db6800

Please sign in to comment.