Comparing version 0.10.0 to 0.11.0
# Changelog | ||
## Version 0.11.0 | ||
* Targeting Node.js version 14 and ES2020; | ||
* Now should be discoverable with [denoify](https://github.com/garronej/denoify). | ||
## Version 0.10.0 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "parseley", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"description": "CSS selectors parser", | ||
@@ -52,25 +52,25 @@ "keywords": [ | ||
"dependencies": { | ||
"leac": "^0.5.1", | ||
"peberminta": "^0.6.0" | ||
"leac": "^0.6.0", | ||
"peberminta": "^0.8.0" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-typescript": "^8.3.0", | ||
"@tsconfig/node12": "^1.0.9", | ||
"@types/node": "^12.20.42", | ||
"@typescript-eslint/eslint-plugin": "^5.10.1", | ||
"@typescript-eslint/parser": "^5.10.1", | ||
"ava": "^4.0.1", | ||
"denoify": "^0.11.0", | ||
"eslint": "^8.8.0", | ||
"eslint-plugin-jsonc": "^2.1.0", | ||
"eslint-plugin-tsdoc": "^0.2.14", | ||
"markdownlint-cli2": "^0.4.0", | ||
"@rollup/plugin-typescript": "^8.3.4", | ||
"@tsconfig/node14": "^1.0.3", | ||
"@types/node": "^14.18.23", | ||
"@typescript-eslint/eslint-plugin": "^5.33.1", | ||
"@typescript-eslint/parser": "^5.33.1", | ||
"ava": "^4.3.1", | ||
"denoify": "^1.0.1", | ||
"eslint": "^8.22.0", | ||
"eslint-plugin-jsonc": "^2.4.0", | ||
"eslint-plugin-tsdoc": "^0.2.16", | ||
"markdownlint-cli2": "^0.5.1", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.66.1", | ||
"rollup": "^2.78.0", | ||
"rollup-plugin-cleanup": "^3.2.1", | ||
"ts-node": "^10.4.0", | ||
"tslib": "^2.3.1", | ||
"typedoc": "^0.22.11", | ||
"typedoc-plugin-markdown": "^3.11.12", | ||
"typescript": "^4.5.5" | ||
"ts-node": "^10.9.1", | ||
"tslib": "^2.4.0", | ||
"typedoc": "~0.23.10", | ||
"typedoc-plugin-markdown": "~3.13.4", | ||
"typescript": "~4.7.4" | ||
}, | ||
@@ -77,0 +77,0 @@ "ava": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36704
+ Addedleac@0.6.0(transitive)
+ Addedpeberminta@0.8.0(transitive)
- Removedleac@0.5.1(transitive)
- Removedpeberminta@0.6.0(transitive)
Updatedleac@^0.6.0
Updatedpeberminta@^0.8.0