Skip to content

Commit

Permalink
Dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
timashev committed Oct 28, 2023
1 parent c6286f7 commit ebf96c0
Show file tree
Hide file tree
Showing 4 changed files with 1,958 additions and 1,842 deletions.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = function(api) {
api.cache.forever();

const presets = ['@babel/preset-typescript'];
const plugins = ['@babel/plugin-proposal-class-properties'];
const plugins = ['@babel/plugin-transform-class-properties'];

const env = {
test: {
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "human-logic",
"version": "2.0.3",
"version": "2.0.4",
"description": "Human Logic",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -42,26 +42,26 @@
"node": ">= 6.0.0"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.18.10",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^28.1.8",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"babel-eslint": "^10.1.0",
"eslint": "^8.22.0",
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-transform-class-properties": "^7.22.5",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@types/jest": "^29.5.6",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint": "^8.52.0",
"eslint-config-last": "^0.0.5",
"eslint-config-prettier": "^8.5.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-jest": "^26.8.7",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.0.1",
"prettier": "^2.7.1",
"typedoc": "^0.23.11",
"typescript": "^4.8.2"
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-prettier": "^5.0.1",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"typedoc": "^0.25.2",
"typescript": "^5.2.2"
},
"dependencies": {
"tslib": "^2.4.0"
"tslib": "^2.6.2"
}
}
3 changes: 1 addition & 2 deletions typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"excludeExternals": true,
"githubPages": false,
"entryPointStrategy": "expand",
"categorizeByGroup": false,
"gitRevision": "master",
"exclude": "**/*+(.spec).ts"
"exclude": ["**/*+(.spec).ts"]
}
Loading

0 comments on commit ebf96c0

Please sign in to comment.