Skip to content

Commit d763f69

Browse files
committed
Remove knip
We could keep knip and include it as a build in the future, but for now we've got value from it by running it for the first time.
1 parent 250a78c commit d763f69

3 files changed

Lines changed: 2 additions & 673 deletions

File tree

knip.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@
8282
"stylelint": "stylelint src/**/*.scss",
8383
"test": "node scripts/test.js",
8484
"watch-css": "sass --load-path=./ -q --watch src:src",
85-
"heroku-postbuild": "export PUBLIC_URL='' && yarn build",
86-
"knip": "knip"
85+
"heroku-postbuild": "export PUBLIC_URL='' && yarn build"
8786
},
8887
"browserslist": {
8988
"production": [
@@ -104,7 +103,6 @@
104103
"@testing-library/jest-dom": "^5.16.5",
105104
"@testing-library/react": "14.3.1",
106105
"@testing-library/user-event": "^12.1.10",
107-
"@types/node": "^25.9.1",
108106
"@typescript-eslint/eslint-plugin": "^4.5.0",
109107
"@typescript-eslint/parser": "^4.5.0",
110108
"babel-eslint": "^10.1.0",
@@ -141,7 +139,6 @@
141139
"jest-transform-stub": "^2.0.0",
142140
"jest-transformer-svg": "^2.0.0",
143141
"jest-watch-typeahead": "^2.2.0",
144-
"knip": "^6.15.0",
145142
"mock-match-media": "^0.4.3",
146143
"path-browserify": "^1.0.1",
147144
"postcss": "^8.5.10",
@@ -156,7 +153,6 @@
156153
"stylelint-config-recommended-scss": "17.0.0",
157154
"stylelint-scss": "7.0.0",
158155
"stylelint-use-logical": "^2.1.3",
159-
"typescript": "^6.0.3",
160156
"url-loader": "4.1.1",
161157
"webpack": "5.104.1",
162158
"webpack-bundle-analyzer": "^5.2.0",

0 commit comments

Comments
 (0)