Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove old files + check engines process #1106

Merged
merged 2 commits into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .browserslistrc

This file was deleted.

1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

16 changes: 0 additions & 16 deletions makefile

This file was deleted.

59 changes: 8 additions & 51 deletions package-lock.json

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

11 changes: 6 additions & 5 deletions packages/dotcom-build-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"clean:node_modules": "rm -rf node_modules",
"build:node": "tsc",
"build": "npm run build:node",
"dev": "npm run build:node -- --watch",
"preinstall": "[ \"$INIT_CWD\" != \"$PWD\" ] || npm_config_yes=true npx check-engine"
"dev": "npm run build:node -- --watch"
},
"keywords": [],
"author": "",
Expand All @@ -23,8 +22,7 @@
"webpack-assets-manifest": "^3.1.1"
},
"devDependencies": {
"@types/webpack": "^4.41.7",
"check-engine": "^1.10.1"
"@types/webpack": "^4.41.7"
},
"peerDependencies": {
"webpack": "^4.39.2"
Expand All @@ -33,7 +31,10 @@
"node": "18.x || 20.x",
"npm": "8.x || 9.x || 10.x"
},
"files": ["dist/", "src/"],
"files": [
"dist/",
"src/"
],
"repository": {
"type": "git",
"repository": "https://github.com/Financial-Times/dotcom-page-kit.git",
Expand Down
6 changes: 2 additions & 4 deletions packages/dotcom-build-code-splitting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"clean:node_modules": "rm -rf node_modules",
"build:node": "tsc",
"build": "npm run build:node",
"dev": "npm run build:node -- --watch",
"preinstall": "[ \"$INIT_CWD\" != \"$PWD\" ] || npm_config_yes=true npx check-engine"
"dev": "npm run build:node -- --watch"
},
"keywords": [],
"author": "",
Expand All @@ -28,8 +27,7 @@
"reliable-module-ids-plugin": "^1.0.1"
},
"devDependencies": {
"@types/webpack": "^4.41.7",
"check-engine": "^1.10.1"
"@types/webpack": "^4.41.7"
},
"engines": {
"node": "18.x || 20.x",
Expand Down
11 changes: 6 additions & 5 deletions packages/dotcom-build-images/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"clean:node_modules": "rm -rf node_modules",
"build:node": "tsc",
"build": "npm run build:node",
"dev": "npm run build:node -- --watch",
"preinstall": "[ \"$INIT_CWD\" != \"$PWD\" ] || npm_config_yes=true npx check-engine"
"dev": "npm run build:node -- --watch"
},
"keywords": [],
"author": "",
Expand All @@ -25,14 +24,16 @@
"glob": "^7.1.6"
},
"devDependencies": {
"@types/webpack": "^4.41.7",
"check-engine": "^1.10.1"
"@types/webpack": "^4.41.7"
},
"engines": {
"node": "18.x || 20.x",
"npm": "8.x || 9.x || 10.x"
},
"files": ["dist/", "src/"],
"files": [
"dist/",
"src/"
],
"repository": {
"type": "git",
"repository": "https://github.com/Financial-Times/dotcom-page-kit.git",
Expand Down
11 changes: 6 additions & 5 deletions packages/dotcom-build-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"clean:node_modules": "rm -rf node_modules",
"build:node": "tsc",
"build": "npm run build:node",
"dev": "npm run build:node -- --watch",
"preinstall": "[ \"$INIT_CWD\" != \"$PWD\" ] || npm_config_yes=true npx check-engine"
"dev": "npm run build:node -- --watch"
},
"keywords": [],
"author": "",
Expand All @@ -32,14 +31,16 @@
"babel-loader": "^8.0.6"
},
"devDependencies": {
"@types/webpack": "^4.41.7",
"check-engine": "^1.10.1"
"@types/webpack": "^4.41.7"
},
"engines": {
"node": "18.x || 20.x",
"npm": "8.x || 9.x || 10.x"
},
"files": ["dist/", "src/"],
"files": [
"dist/",
"src/"
],
"repository": {
"type": "git",
"repository": "https://github.com/Financial-Times/dotcom-page-kit.git",
Expand Down
6 changes: 2 additions & 4 deletions packages/dotcom-build-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"clean:node_modules": "rm -rf node_modules",
"build:node": "tsc",
"build": "npm run build:node",
"dev": "npm run build:node -- --watch",
"preinstall": "[ \"$INIT_CWD\" != \"$PWD\" ] || npm_config_yes=true npx check-engine"
"dev": "npm run build:node -- --watch"
},
"keywords": [],
"author": "",
Expand All @@ -34,8 +33,7 @@
"webpack-fix-style-only-entries": "^0.5.0"
},
"devDependencies": {
"@types/webpack": "^4.41.7",
"check-engine": "^1.10.1"
"@types/webpack": "^4.41.7"
},
"engines": {
"node": "18.x || 20.x",
Expand Down
Loading