Skip to content

Commit

Permalink
chore: remove useless dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-n committed Dec 20, 2023
1 parent 1ab68ae commit 1497b19
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 45 deletions.
8 changes: 4 additions & 4 deletions eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"license": "MIT",
"description": "Helper ESLint rules to find and migrate ESL (@exadel/esl) library deprecations",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"prepare": "npm run build",
"test": "jest",
"clean": "rimraf dist",
"build": "npm run clean && tsc --project tsconfig.json"
},
"dependencies": {},
"files": [
"dist/**/*"
],
"types": "dist/index.d.ts",
"peerDependencies": {
"@exadel/esl": "*",
"eslint": ">=8.0.0"
Expand Down
20 changes: 1 addition & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"description": "ESL Website source",
"homepage": "https://esl-ui.com/",
"license": "ISC",
"license": "MIT",
"sideEffects": [
"pages/src/**/*.ts"
],
Expand All @@ -30,15 +30,12 @@
"@juggle/resize-observer": "^3.4.0",
"@types/prismjs": "^1.26.3",
"@types/smoothscroll-polyfill": "^0.3.3",
"@webcomponents/custom-elements": "1.6.0",
"clean-css-cli": "^5.6.3",
"html-minifier-terser": "^7.2.0",
"image-size": "^1.0.2",
"intersection-observer": "^0.12.2",
"js-yaml": "^4.1.0",
"out-url": "^1.1.3",
"prismjs": "^1.29.0",
"promise-polyfill": "^8.3.0",
"smoothscroll-polyfill": "^0.4.4",
"ts-loader": "^9.5.1",
"webpack": "^5.89.0",
Expand Down
18 changes: 0 additions & 18 deletions pages/views/blogs/ESL v5.0.0 Announce.md

This file was deleted.

0 comments on commit 1497b19

Please sign in to comment.