Skip to content

Commit e2279ab

Browse files
committed
Fix remaining issues
1 parent 2d55e21 commit e2279ab

File tree

3 files changed

+476
-366
lines changed

3 files changed

+476
-366
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"description": "CSS modules support for TypeScript",
88
"homepage": "https://github.com/mrmckeb/typescript-plugin-css-modules",
9-
"packageManager": "pnpm@7.16.0",
9+
"packageManager": "pnpm@7.18.0",
1010
"repository": {
1111
"type": "git",
1212
"url": "https://github.com/mrmckeb/typescript-plugin-css-modules"
@@ -50,41 +50,41 @@
5050
"icss-utils": "^5.1.0",
5151
"less": "^4.1.3",
5252
"lodash.camelcase": "^4.3.0",
53-
"postcss": "^8.4.18",
53+
"postcss": "^8.4.19",
5454
"postcss-filter-plugins": "^3.0.1",
5555
"postcss-icss-keyframes": "^0.2.1",
5656
"postcss-icss-selectors": "^2.0.3",
5757
"postcss-load-config": "^3.1.4",
5858
"reserved-words": "^0.1.2",
59-
"sass": "^1.56.0",
59+
"sass": "^1.56.1",
6060
"source-map-js": "^1.0.2",
6161
"stylus": "^0.59.0",
62-
"tsconfig-paths": "^4.1.0"
62+
"tsconfig-paths": "^4.1.1"
6363
},
6464
"devDependencies": {
6565
"@types/icss-utils": "^5.1.0",
66-
"@types/jest": "^29.2.2",
66+
"@types/jest": "^29.2.3",
6767
"@types/less": "^3.0.3",
6868
"@types/lodash.camelcase": "^4.3.7",
69-
"@types/node": "^18.11.9",
69+
"@types/node": "^18.11.10",
7070
"@types/reserved-words": "^0.1.0",
7171
"@types/sass": "^1.43.1",
7272
"@types/stylus": "^0.48.38",
73-
"@typescript-eslint/eslint-plugin": "^5.42.0",
74-
"@typescript-eslint/parser": "^5.42.0",
75-
"bootstrap": "^5.2.2",
76-
"eslint": "^8.27.0",
73+
"@typescript-eslint/eslint-plugin": "^5.45.0",
74+
"@typescript-eslint/parser": "^5.45.0",
75+
"bootstrap": "^5.2.3",
76+
"eslint": "^8.29.0",
7777
"eslint-config-prettier": "^8.5.0",
78-
"husky": "^8.0.1",
79-
"jest": "^29.2.2",
78+
"husky": "^8.0.2",
79+
"jest": "^29.3.1",
8080
"jest-environment-node-single-context": "^29.0.0",
8181
"lint-staged": "^13.0.3",
8282
"postcss-import-sync2": "^1.2.0",
8383
"postcss-nested": "^4.2.3",
84-
"prettier": "^2.7.1",
84+
"prettier": "^2.8.0",
8585
"sass-svg": "^1.2.0",
8686
"ts-jest": "^29.0.3",
87-
"typescript": "^4.8.4"
87+
"typescript": "^4.9.3"
8888
},
8989
"peerDependencies": {
9090
"typescript": ">=3.9.0"

0 commit comments

Comments
 (0)