@therms/web-js
Advanced tools
Comparing version 2.13.2 to 2.14.0
@@ -0,1 +1,8 @@ | ||
# [2.14.0](http://bitbucket.org/thermsio/web-js/compare/v2.13.2...v2.14.0) (2024-03-22) | ||
### Features | ||
* update major/minor deps ([6bb83b5](http://bitbucket.org/thermsio/web-js/commits/6bb83b5d4f7c59eea97437d7552c4cce97a7bd83)) | ||
## [2.13.2](http://bitbucket.org/thermsio/web-js/compare/v2.13.1...v2.13.2) (2023-11-08) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"license": "UNLICENSED", | ||
"name": "@therms/web-js", | ||
"version": "2.13.2", | ||
"version": "2.14.0", | ||
"description": "Common web/JS tools & utilities", | ||
@@ -27,32 +27,32 @@ "main": "./dist/cjs.js", | ||
"devDependencies": { | ||
"@rollup/plugin-json": "^6.0.1", | ||
"@semantic-release/changelog": "^6.0.0", | ||
"@semantic-release/commit-analyzer": "^11.0.0", | ||
"@semantic-release/git": "^10.0.0", | ||
"@semantic-release/npm": "^11.0.0", | ||
"@rollup/plugin-json": "^6.1.0", | ||
"@semantic-release/changelog": "^6.0.3", | ||
"@semantic-release/commit-analyzer": "^12.0.0", | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/npm": "^12.0.0", | ||
"@semantic-release/release-notes-generator": "^12", | ||
"@types/jest": "^29.0.3", | ||
"@types/js-cookie": "^3.0.1", | ||
"@typescript-eslint/eslint-plugin": "^6.7.0", | ||
"@typescript-eslint/parser": "^6.7.0", | ||
"eslint": "^8.22.0", | ||
"eslint-config-americansoftware": "^9.0.3", | ||
"jest": "^29.0.3", | ||
"prettier": "^3.0.3", | ||
"prettier-config-americansoftware": "^2.0.0", | ||
"rollup": "^4.1.5", | ||
"@types/jest": "^29.5.12", | ||
"@types/js-cookie": "^3.0.6", | ||
"@typescript-eslint/eslint-plugin": "^7.3.1", | ||
"@typescript-eslint/parser": "^7.3.1", | ||
"eslint": "^8.57.0", | ||
"eslint-config-americansoftware": "^9.3.0", | ||
"jest": "^29.7.0", | ||
"prettier": "^3.2.5", | ||
"prettier-config-americansoftware": "^3.0.0", | ||
"rollup": "^4.13.0", | ||
"rollup-plugin-auto-external": "^2.0.0", | ||
"rollup-plugin-ts": "^3.0.2", | ||
"semantic-release": "^22", | ||
"ts-jest": "^29.0.1", | ||
"tslib": "^2.3.1", | ||
"typescript": "^5.2.2" | ||
"rollup-plugin-ts": "^3.4.5", | ||
"semantic-release": "^23", | ||
"ts-jest": "^29.1.2", | ||
"tslib": "^2.6.2", | ||
"typescript": "^5.4.3" | ||
}, | ||
"dependencies": { | ||
"bowser": "^2.11.0", | ||
"dayjs": "^1.10.4", | ||
"dayjs": "^1.11.10", | ||
"fast-memoize": "^2.5.2", | ||
"js-cookie": "^3.0.1", | ||
"ua-parser-js": "^1.0.34" | ||
"js-cookie": "^3.0.5", | ||
"ua-parser-js": "^1.0.37" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
833325
Updateddayjs@^1.11.10
Updatedjs-cookie@^3.0.5
Updatedua-parser-js@^1.0.37