Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 3, 2024
1 parent 44b8c86 commit 664678e
Show file tree
Hide file tree
Showing 2 changed files with 367 additions and 595 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
},
"private": true,
"dependencies": {
"@angular/compiler": "17.1.1",
"@glimmer/syntax": "0.88.0",
"@angular/compiler": "17.1.2",
"@glimmer/syntax": "0.88.1",
"babel-plugin-transform-react-pug": "^7.0.1",
"core-js": "3.35.1",
"css-to-style": "1.4.0",
Expand All @@ -55,26 +55,26 @@
"@babel/preset-env": "7.23.9",
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@nx/cypress": "17.2.8",
"@nx/eslint": "17.2.8",
"@nx/eslint-plugin": "17.2.8",
"@nx/jest": "17.2.8",
"@nx/js": "17.2.8",
"@nx/next": "17.2.8",
"@nx/react": "17.2.8",
"@nx/web": "17.2.8",
"@nx/workspace": "17.2.8",
"@nx/cypress": "17.3.1",
"@nx/eslint": "17.3.1",
"@nx/eslint-plugin": "17.3.1",
"@nx/jest": "17.3.1",
"@nx/js": "17.3.1",
"@nx/next": "17.3.1",
"@nx/react": "17.3.1",
"@nx/web": "17.3.1",
"@nx/workspace": "17.3.1",
"@tailwindcss/forms": "0.5.7",
"@testing-library/react": "14.1.2",
"@testing-library/react": "14.2.1",
"@types/babel__core": "^7.20.4",
"@types/css-to-style": "1.2.2",
"@types/jest": "29.5.11",
"@types/jest": "29.5.12",
"@types/lodash": "4.14.202",
"@types/node": "20.11.10",
"@types/react": "18.2.48",
"@types/node": "20.11.16",
"@types/react": "18.2.52",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"autoprefixer": "10.4.17",
"babel-jest": "29.7.0",
"cypress": "^13.5.1",
Expand All @@ -88,21 +88,21 @@
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "29.7.0",
"nx": "17.2.8",
"nx": "17.3.1",
"postcss": "8.4.33",
"prettier": "3.2.4",
"tailwindcss": "3.4.1",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "5.3.3",
"webpack": "5.90.0"
"webpack": "5.90.1"
},
"pnpm": {
"onlyBuiltDependencies": [],
"overrides": {
"uglify-js": "$uglify-js"
}
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}

Loading

0 comments on commit 664678e

Please sign in to comment.