Skip to content

Commit

Permalink
chore: upgrade packages (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuignoto authored Aug 9, 2023
1 parent c6a6ad1 commit e40b0fd
Show file tree
Hide file tree
Showing 2 changed files with 1,472 additions and 1,286 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,28 @@
"documentation": "documentation"
},
"dependencies": {
"@babel/core": "^7.22.9",
"@babel/core": "^7.22.10",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-classes": "^7.22.6",
"@babel/plugin-transform-runtime": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/plugin-transform-runtime": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@relative-ci/agent": "^4.1.6",
"@sentry/react": "^7.60.1",
"@sentry/tracing": "^7.60.1",
"@sentry/react": "^7.61.1",
"@sentry/tracing": "^7.61.1",
"@types/bluebird": "^3.5.38",
"@types/node": "^20.4.5",
"@types/react": "^18.2.17",
"@types/node": "^20.4.9",
"@types/react": "^18.2.19",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.1",
"esbuild": "^0.18.17",
"esbuild": "^0.19.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jsx-a11y": "^6.7.1",
Expand All @@ -43,20 +43,20 @@
"postcss": "^8.4.27",
"postcss-bem-linter": "^4.0.0",
"postcss-import": "^15.1.0",
"postcss-preset-env": "^9.1.0",
"postcss-preset-env": "^9.1.1",
"postcss-reporter": "^7.0.5",
"prettier": "^3.0.0",
"prettier": "^3.0.1",
"pretty-quick": "^3.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remove-files-webpack-plugin": "^1.5.0",
"sass": "^1.64.1",
"snyk": "^1.1196.0",
"sass": "^1.64.2",
"snyk": "^1.1200.0",
"stylelint": "15.10.2",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-sass-guidelines": "^10.0.0",
"stylelint-order": "^6.0.3",
"stylelint-scss": "^5.0.1",
"stylelint-scss": "^5.1.0",
"thread-loader": "^4.0.2",
"ts-toolbelt": "^9.6.0",
"turbo": "^1.10.12",
Expand Down Expand Up @@ -113,7 +113,7 @@
"packageManager": "[email protected]",
"devDependencies": {
"@testing-library/react-hooks": "^8.0.1",
"@vitest/coverage-v8": "^0.33.0",
"@vitest/coverage-v8": "^0.34.1",
"postcss-scss": "^4.0.6"
}
}
Loading

1 comment on commit e40b0fd

@vercel
Copy link

@vercel vercel bot commented on e40b0fd Aug 9, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.