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 Dec 3, 2024
1 parent 7284d10 commit 8dc483f
Show file tree
Hide file tree
Showing 2 changed files with 3,297 additions and 2,317 deletions.
96 changes: 48 additions & 48 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,81 +28,81 @@
},
"private": true,
"dependencies": {
"@angular/compiler": "18.0.5",
"@glimmer/syntax": "0.88.0",
"@angular/compiler": "18.2.13",
"@glimmer/syntax": "0.93.1",
"babel-plugin-transform-react-pug": "^7.0.1",
"core-js": "3.35.1",
"core-js": "3.39.0",
"css-to-style": "1.4.0",
"document-register-element": "1.14.10",
"eslint-plugin-mobx": "0.0.9",
"eslint-plugin-mobx": "0.0.13",
"handlebars-to-jsx": "0.1.5",
"is-self-closing": "1.0.1",
"lodash": "4.17.21",
"mobx": "6.13.1",
"mobx-react-lite": "4.0.7",
"mobx-utils": "^6.0.8",
"next": "14.1.0",
"react": "18.2.0",
"next": "14.2.18",
"react": "18.3.1",
"react-attr-converter": "0.3.1",
"react-dom": "18.2.0",
"react-is": "18.2.0",
"react-dom": "18.3.1",
"react-is": "18.3.1",
"regenerator-runtime": "0.14.1",
"tslib": "2.6.2",
"tslib": "2.8.1",
"uglify-js": "^3.17.4"
},
"devDependencies": {
"@babel/core": "7.23.9",
"@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",
"@tailwindcss/forms": "0.5.7",
"@testing-library/react": "16.0.0",
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.25.9",
"@babel/preset-typescript": "7.26.0",
"@nx/cypress": "17.3.2",
"@nx/eslint": "17.3.2",
"@nx/eslint-plugin": "17.3.2",
"@nx/jest": "17.3.2",
"@nx/js": "17.3.2",
"@nx/next": "17.3.2",
"@nx/react": "17.3.2",
"@nx/web": "17.3.2",
"@nx/workspace": "17.3.2",
"@tailwindcss/forms": "0.5.9",
"@testing-library/react": "16.0.1",
"@types/babel__core": "^7.20.4",
"@types/css-to-style": "1.2.2",
"@types/jest": "29.5.11",
"@types/lodash": "4.14.202",
"@types/node": "20.11.10",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"autoprefixer": "10.4.17",
"@types/jest": "29.5.14",
"@types/lodash": "4.17.13",
"@types/node": "20.17.9",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"autoprefixer": "10.4.20",
"babel-jest": "29.7.0",
"cypress": "^13.5.1",
"dotenv": "16.4.1",
"eslint": "9.0.0",
"eslint-config-next": "14.1.0",
"dotenv": "16.4.6",
"eslint": "9.16.0",
"eslint-config-next": "14.2.18",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "3.0.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-cypress": "3.6.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "4.6.2",
"jest": "29.7.0",
"nx": "17.2.8",
"postcss": "8.4.33",
"prettier": "3.2.4",
"tailwindcss": "3.4.1",
"ts-jest": "29.1.2",
"nx": "17.3.2",
"postcss": "8.4.49",
"prettier": "3.4.1",
"tailwindcss": "3.4.15",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.3.3",
"webpack": "5.90.0"
"typescript": "5.7.2",
"webpack": "5.96.1"
},
"pnpm": {
"onlyBuiltDependencies": [],
"overrides": {
"uglify-js": "$uglify-js"
}
},
"packageManager": "pnpm@9.0.5"
"packageManager": "pnpm@9.14.4"
}

Loading

0 comments on commit 8dc483f

Please sign in to comment.