Skip to content

Commit

Permalink
chore: update packages (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuignoto authored Sep 2, 2023
1 parent f5e2437 commit ae6ccaf
Show file tree
Hide file tree
Showing 2 changed files with 1,595 additions and 1,702 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,66 +62,66 @@
"module": "dist/react-visual-grid.mjs",
"umd": "dist/react-visual-grid.umd.js",
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/core": "^7.22.11",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/preset-env": "^7.22.14",
"@babel/preset-react": "^7.22.5",
"@babel/runtime": "^7.22.10",
"@babel/runtime": "^7.22.11",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-buble": "^1.0.2",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-eslint": "^9.0.4",
"@rollup/plugin-node-resolve": "^15.2.0",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-strip": "^3.0.2",
"@rollup/plugin-terser": "^0.4.3",
"@testing-library/jest-dom": "^6.0.1",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/jest": "^29.5.3",
"@types/node": "^20.5.1",
"@types/react": "^18.2.20",
"@types/jest": "^29.5.4",
"@types/node": "^20.5.8",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/testing-library__jest-dom": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@vitejs/plugin-react": "^4.0.4",
"@vitest/coverage-v8": "^0.34.2",
"@vitest/coverage-v8": "^0.34.3",
"autoprefixer": "^10.4.15",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"cssnano": "^6.0.1",
"eslint": "8.47.0",
"eslint": "8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-n": "16.0.1",
"eslint-plugin-n": "16.0.2",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"husky": "^8.0.3",
"jest": "^29.6.2",
"jest": "^29.6.4",
"jsdom": "^22.1.0",
"lint-staged": "^14.0.0",
"lint-staged": "^14.0.1",
"mini-css-extract-plugin": "^2.7.6",
"path": "^0.12.7",
"postcss": "^8.4.28",
"postcss": "^8.4.29",
"postcss-loader": "^7.3.3",
"postcss-modules": "^6.0.0",
"postcss-preset-env": "^9.1.1",
"postcss-preset-env": "^9.1.3",
"postcss-scss": "^4.0.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0",
"rollup": "^3.28.0",
"rollup": "^3.28.1",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
Expand All @@ -136,11 +136,11 @@
"stylelint-config-standard-scss": "^10.0.0",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.2",
"vitest": "^0.34.3",
"webpack": "^5.88.2",
"webpack-bundle-analyzer": "^4.9.0",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-cli": "^5.1.4",
"webpack-merge-and-include-globally": "^2.3.4"
}
Expand Down
Loading

1 comment on commit ae6ccaf

@vercel
Copy link

@vercel vercel bot commented on ae6ccaf Sep 2, 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.