mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Bump @types/sass from 1.43.1 to 1.45.0
Bumps [@types/sass](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sass) from 1.43.1 to 1.45.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sass) --- updated-dependencies: - dependency-name: "@types/sass" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
6fcf44ba0b
commit
844bbe3389
19
package-lock.json
generated
19
package-lock.json
generated
@ -33,7 +33,7 @@
|
||||
"@types/lunr": "^2.3.4",
|
||||
"@types/node": "^18.14.6",
|
||||
"@types/resize-observer-browser": "^0.1.7",
|
||||
"@types/sass": "^1.43.1",
|
||||
"@types/sass": "^1.45.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
||||
"@typescript-eslint/parser": "^5.54.0",
|
||||
"autoprefixer": "^10.4.13",
|
||||
@ -1128,12 +1128,13 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@types/sass": {
|
||||
"version": "1.43.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/sass/-/sass-1.43.1.tgz",
|
||||
"integrity": "sha512-BPdoIt1lfJ6B7rw35ncdwBZrAssjcwzI5LByIrYs+tpXlj/CAkuVdRsgZDdP4lq5EjyWzwxZCqAoFyHKFwp32g==",
|
||||
"version": "1.45.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/sass/-/sass-1.45.0.tgz",
|
||||
"integrity": "sha512-jn7qwGFmJHwUSphV8zZneO3GmtlgLsmhs/LQyVvQbIIa+fzGMUiHI4HXJZL3FT8MJmgXWbLGiVVY7ElvHq6vDA==",
|
||||
"deprecated": "This is a stub types definition. sass provides its own type definitions, so you do not need this installed.",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/node": "*"
|
||||
"sass": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/@types/semver": {
|
||||
@ -11189,12 +11190,12 @@
|
||||
"dev": true
|
||||
},
|
||||
"@types/sass": {
|
||||
"version": "1.43.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/sass/-/sass-1.43.1.tgz",
|
||||
"integrity": "sha512-BPdoIt1lfJ6B7rw35ncdwBZrAssjcwzI5LByIrYs+tpXlj/CAkuVdRsgZDdP4lq5EjyWzwxZCqAoFyHKFwp32g==",
|
||||
"version": "1.45.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/sass/-/sass-1.45.0.tgz",
|
||||
"integrity": "sha512-jn7qwGFmJHwUSphV8zZneO3GmtlgLsmhs/LQyVvQbIIa+fzGMUiHI4HXJZL3FT8MJmgXWbLGiVVY7ElvHq6vDA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/node": "*"
|
||||
"sass": "*"
|
||||
}
|
||||
},
|
||||
"@types/semver": {
|
||||
|
@ -63,7 +63,7 @@
|
||||
"@types/lunr": "^2.3.4",
|
||||
"@types/node": "^18.14.6",
|
||||
"@types/resize-observer-browser": "^0.1.7",
|
||||
"@types/sass": "^1.43.1",
|
||||
"@types/sass": "^1.45.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
||||
"@typescript-eslint/parser": "^5.54.0",
|
||||
"autoprefixer": "^10.4.13",
|
||||
|
Loading…
Reference in New Issue
Block a user