Skip to content

Commit 481a5e7

Browse files
committed
feat: remove deprecated libraries
1 parent 75f3054 commit 481a5e7

File tree

9 files changed

+1455
-836
lines changed

9 files changed

+1455
-836
lines changed

package.json

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -46,45 +46,48 @@
4646
"trailingComma": "all"
4747
},
4848
"dependencies": {
49+
"@types/postcss-modules-local-by-default": "^4.0.0",
50+
"@types/postcss-modules-scope": "^3.0.1",
4951
"dotenv": "^16.0.3",
5052
"icss-utils": "^5.1.0",
5153
"less": "^4.1.3",
5254
"lodash.camelcase": "^4.3.0",
53-
"postcss": "^8.4.19",
55+
"postcss": "^8.4.21",
5456
"postcss-filter-plugins": "^3.0.1",
55-
"postcss-icss-keyframes": "^0.2.1",
56-
"postcss-icss-selectors": "^2.0.3",
5757
"postcss-load-config": "^3.1.4",
58+
"postcss-modules-local-by-default": "^4.0.0",
59+
"postcss-modules-scope": "^3.0.0",
5860
"reserved-words": "^0.1.2",
59-
"sass": "^1.56.1",
61+
"sass": "^1.58.3",
6062
"source-map-js": "^1.0.2",
6163
"stylus": "^0.59.0",
62-
"tsconfig-paths": "^4.1.1"
64+
"tsconfig-paths": "^4.1.2"
6365
},
6466
"devDependencies": {
6567
"@types/icss-utils": "^5.1.0",
66-
"@types/jest": "^29.2.3",
68+
"@types/jest": "^29.4.0",
6769
"@types/less": "^3.0.3",
6870
"@types/lodash.camelcase": "^4.3.7",
69-
"@types/node": "^18.11.10",
71+
"@types/node": "^18.14.0",
7072
"@types/reserved-words": "^0.1.0",
7173
"@types/sass": "^1.43.1",
7274
"@types/stylus": "^0.48.38",
73-
"@typescript-eslint/eslint-plugin": "^5.45.0",
74-
"@typescript-eslint/parser": "^5.45.0",
75+
"@typescript-eslint/eslint-plugin": "^5.52.0",
76+
"@typescript-eslint/parser": "^5.52.0",
7577
"bootstrap": "^5.2.3",
76-
"eslint": "^8.29.0",
77-
"eslint-config-prettier": "^8.5.0",
78-
"husky": "^8.0.2",
79-
"jest": "^29.3.1",
78+
"eslint": "^8.34.0",
79+
"eslint-config-prettier": "^8.6.0",
80+
"husky": "^8.0.3",
81+
"jest": "^29.4.3",
8082
"jest-environment-node-single-context": "^29.0.0",
81-
"lint-staged": "^13.0.3",
83+
"lint-staged": "^13.1.2",
8284
"postcss-import-sync2": "^1.2.0",
8385
"postcss-nested": "^4.2.3",
84-
"prettier": "^2.8.0",
86+
"postcss-preset-env": "^8.0.1",
87+
"prettier": "^2.8.4",
8588
"sass-svg": "^1.2.0",
86-
"ts-jest": "^29.0.3",
87-
"typescript": "^4.9.3"
89+
"ts-jest": "^29.0.5",
90+
"typescript": "^4.9.5"
8891
},
8992
"peerDependencies": {
9093
"typescript": ">=3.9.0"

0 commit comments

Comments
 (0)