Skip to content

Commit

Permalink
chore: upgrade build dependencies (#6436)
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya authored Oct 6, 2023
1 parent 329b2b5 commit 147b070
Show file tree
Hide file tree
Showing 8 changed files with 1,085 additions and 983 deletions.
5 changes: 2 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"lerna": "6.0.3",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "independent"
"version": "independent",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
6 changes: 6 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,11 @@
"generate-icon-src": {
"outputs": ["{projectRoot}/src/generated"]
}
},
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"sharedGlobals": [],
"production": ["default"]
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,22 +47,22 @@
"@types/yargs": "~17.0.22",
"chai": "^4.3.7",
"cross-env": "^7.0.3",
"dedent": "^0.7.0",
"eslint": "^8.48.0",
"dedent": "^1.5.1",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"gh-pages": "^5.0.0",
"gh-pages": "^6.0.0",
"http-server": "^14.1.1",
"lerna": "^6.5.1",
"lerna": "^7.3.0",
"npm-run-all": "^4.1.5",
"octokit": "^2.0.19",
"prettier": "~2.8.7",
"sinon": "^16.0.0",
"octokit": "^3.1.1",
"prettier": "~2.8.8",
"sinon": "^16.1.0",
"stylelint-config-palantir": "^6.0.1",
"stylelint-scss": "^5.1.0",
"stylelint-scss": "^5.2.1",
"typescript": "~4.9.5",
"yargs": "^17.6.0",
"yarn-deduplicate": "^6.0.1"
"yargs": "^17.7.2",
"yarn-deduplicate": "^6.0.2"
},
"resolutions": {
"@types/react": "16.14.32"
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"chroma-js": "^2.4.2",
"classnames": "^2.3.1",
"date-fns": "^2.28.0",
"dedent": "^0.7.0",
"dedent": "^1.5.1",
"downloadjs": "^1.4.7",
"lodash": "^4.17.21",
"moment": "^2.29.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/eslint-plugin-tslint": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.48.0",
"eslint": "^8.50.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "~2.26.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
},
"dependencies": {
"@typescript-eslint/utils": "^6.7.4",
"eslint": "^8.48.0"
"eslint": "^8.50.0"
},
"devDependencies": {
"@blueprintjs/node-build-scripts": "^8.0.2",
"@swc-node/register": "^1.6.7",
"@swc/core": "^1.3.80",
"@types/dedent": "~0.7.0",
"@typescript-eslint/rule-tester": "^6.7.4",
"dedent": "^0.7.0",
"dedent": "^1.5.1",
"mocha": "^10.2.0",
"typescript": "~4.9.5"
},
Expand Down
20 changes: 10 additions & 10 deletions packages/node-build-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,25 @@
"sass-lint": "./sass-lint.mjs"
},
"dependencies": {
"autoprefixer": "^10.4.14",
"autoprefixer": "^10.4.16",
"chokidar": "^3.5.3",
"cross-spawn": "^7.0.3",
"css-select": "^5.1.0",
"dom-serializer": "^2.0.0",
"eslint": "^8.48.0",
"eslint": "^8.50.0",
"eslint-formatter-codeframe": "^7.32.1",
"fs-extra": "^11.1.1",
"glob": "^10.3.3",
"glob": "^10.3.10",
"htmlparser2": "^9.0.0",
"mini-svg-data-uri": "^1.4.4",
"pkg-up": "^4.0.0",
"postcss": "^8.4.24",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0",
"postcss-discard-comments": "^6.0.0",
"postcss-scss": "^4.0.6",
"postcss-scss": "^4.0.9",
"postcss-simple-vars": "^7.0.1",
"prettier": "~2.8.8",
"sass": "^1.63.6",
"sass": "^1.69.0",
"source-map-js": "^1.0.2",
"strip-css-comments": "^5.0.0",
"stylelint": "~14.16.1",
Expand All @@ -46,12 +46,12 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@jest/globals": "^29.6.4",
"@types/fs-extra": "~11.0.1",
"@jest/globals": "^29.7.0",
"@types/fs-extra": "~11.0.2",
"@types/pkg-up": "^3.1.0",
"@types/svgo": "~1.3.6",
"@types/yargs": "~17.0.24",
"jest": "^29.6.4",
"@types/yargs": "~17.0.26",
"jest": "^29.7.0",
"ts-jest": "^29.1.1"
},
"engines": {
Expand Down
Loading

1 comment on commit 147b070

@adidahiya
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chore: upgrade build dependencies (#6436)

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

Please sign in to comment.