Skip to content

Commit ddf5490

Browse files
authored
Dependency updates a v1.54.0 (#622)
1 parent 4cc89cf commit ddf5490

4 files changed

Lines changed: 188 additions & 182 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.12.0
1+
22.13.1

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Releases ordered so that the most recent are displayed at the top, with the curr
44
top, labeled as **🚧 In Development**. This release will be given a number once it is ready to be released. Each release
55
can contain both a **💡 Features and Improvements**, **🔧 Maintenance**, and **🐛 Bug Fixes** sections.
66

7+
## [1.54.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.54.0)
8+
9+
### 🔧 Maintenance
10+
11+
- Apply dependency updates.
12+
713
## [1.53.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.53.0)
814

915
### 💡 Features and Improvements

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-prefixwrap",
3-
"version": "1.53.0",
3+
"version": "1.54.0",
44
"description": "A PostCSS plugin that is used to wrap css styles with a css selector to constrain their affect on parent elements in a page.",
55
"keywords": [
66
"css",
@@ -35,11 +35,11 @@
3535
"test": "jest"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "7.26.0",
38+
"@babel/core": "7.26.7",
3939
"@jest/globals": "29.7.0",
4040
"@tsconfig/node18": "18.2.4",
4141
"@types/jest": "29.5.14",
42-
"@types/node": "22.10.7",
42+
"@types/node": "22.13.0",
4343
"glob": "11.0.1",
4444
"husky": "9.1.7",
4545
"jest": "29.7.0",

0 commit comments

Comments
 (0)