Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rowellx68 committed Nov 22, 2023
1 parent 3da54dc commit d9d7ed8
Show file tree
Hide file tree
Showing 6 changed files with 2,467 additions and 2,374 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ testem.log
# System Files
.DS_Store
Thumbs.db

.nx/cache
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Add files here to ignore them from prettier formatting
/dist
/coverage
/coverage
/.nx/cache
30 changes: 10 additions & 20 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,35 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": [
"build",
"lint",
"test",
"e2e",
"build-storybook"
]
}
}
},
"workspaceLayout": {
"projectNameAndRootFormat": "as-provided"
},
"targetDefaults": {
"build": {
"dependsOn": ["^build"],
"inputs": ["production", "^production"]
},
"test": {
"inputs": ["default", "^production"]
"inputs": ["production", "^production"],
"cache": true
},
"lint": {
"inputs": [
"default",
"{workspaceRoot}/.eslintrc.json",
"{workspaceRoot}/.eslintignore",
"{workspaceRoot}/eslint.config.js"
]
],
"cache": true
},
"build-storybook": {
"inputs": [
"default",
"^production",
"{projectRoot}/.storybook/**/*",
"{projectRoot}/tsconfig.storybook.json"
]
],
"cache": true
},
"@nx/vite:test": {
"inputs": ["default", "^production"],
"cache": true
}
},
"namedInputs": {
Expand Down
72 changes: 36 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,62 +8,62 @@
},
"private": true,
"dependencies": {
"@swc/helpers": "~0.5.2",
"@swc/helpers": "0.5.3",
"clsx": "^2.0.0",
"jscodeshift": "^0.15.0",
"jscodeshift": "^0.15.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"tslib": "^2.6.2"
},
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@nx/eslint-plugin": "16.8.1",
"@nx/js": "16.8.1",
"@nx/linter": "16.8.1",
"@nx/react": "16.8.1",
"@nx/storybook": "16.8.1",
"@nx/vite": "16.8.1",
"@nx/workspace": "16.8.1",
"@release-it/bumper": "^5.1.0",
"@release-it/conventional-changelog": "^7.0.2",
"@storybook/addon-essentials": "^7.4.4",
"@storybook/addon-interactions": "^7.4.4",
"@storybook/addon-links": "^7.4.4",
"@storybook/blocks": "^7.4.4",
"@storybook/core-server": "^7.4.4",
"@storybook/react": "^7.4.4",
"@storybook/react-vite": "^7.4.4",
"@swc-node/register": "^1.6.7",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.87",
"@babel/core": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@nx/eslint": "17.1.3",
"@nx/eslint-plugin": "17.1.3",
"@nx/js": "17.1.3",
"@nx/react": "17.1.3",
"@nx/storybook": "17.1.3",
"@nx/vite": "17.1.3",
"@nx/workspace": "17.1.3",
"@release-it/bumper": "^6.0.0",
"@release-it/conventional-changelog": "^8.0.0",
"@storybook/addon-essentials": "7.5.3",
"@storybook/addon-interactions": "7.5.3",
"@storybook/addon-links": "7.5.3",
"@storybook/blocks": "^7.5.3",
"@storybook/core-server": "7.5.3",
"@storybook/react": "7.5.3",
"@storybook/react-vite": "7.5.3",
"@swc-node/register": "1.6.8",
"@swc/cli": "~0.1.63",
"@swc/core": "1.3.92",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/jscodeshift": "^0.11.7",
"@types/node": "18.14.2",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@types/jscodeshift": "^0.11.10",
"@types/node": "~18.14.2",
"@types/react": "~18.2.24",
"@types/react-dom": "~18.2.9",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"@vitejs/plugin-react": "~4.0.4",
"@vitest/coverage-v8": "~0.32.4",
"@vitest/ui": "~0.32.4",
"eslint": "~8.46.0",
"eslint-config-prettier": "8.1.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "^0.6.14",
"eslint-plugin-storybook": "^0.6.15",
"jsdom": "~22.1.0",
"nhsuk-frontend": "^7.1.0",
"nx": "16.8.1",
"nx": "17.1.3",
"prettier": "^2.8.8",
"react-router-dom": "^6.16.0",
"release-it": "^16.1.5",
"sass": "^1.68.0",
"react-router-dom": "^6.19.0",
"release-it": "^17.0.0",
"sass": "^1.69.5",
"ts-node": "10.9.1",
"typescript": "~5.1.6",
"typescript": "5.2.2",
"vite": "~4.3.9",
"vite-plugin-dts": "~2.3.0",
"vitest": "~0.32.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/nhsuk-frontend-react/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"tags": [],
"targets": {
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": [
Expand Down
Loading

0 comments on commit d9d7ed8

Please sign in to comment.