Skip to content

Commit 7ffc90b

Browse files
authored
chore: upgrade packages (#28)
1 parent 663c913 commit 7ffc90b

2 files changed

Lines changed: 373 additions & 350 deletions

File tree

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,21 @@
6363
"module": "dist/react-visual-grid.esm.js",
6464
"umd": "dist/react-visual-grid.umd.js",
6565
"devDependencies": {
66-
"@babel/core": "^7.20.12",
67-
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
68-
"@babel/plugin-transform-runtime": "^7.19.6",
66+
"@babel/core": "^7.21.0",
67+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
68+
"@babel/plugin-transform-runtime": "^7.21.0",
6969
"@rollup/plugin-babel": "^6.0.3",
7070
"@rollup/plugin-buble": "^1.0.2",
7171
"@rollup/plugin-commonjs": "^24.0.1",
7272
"@rollup/plugin-eslint": "^9.0.3",
7373
"@rollup/plugin-node-resolve": "^15.0.1",
7474
"@rollup/plugin-strip": "^3.0.2",
75-
"@testing-library/react": "^13.4.0",
75+
"@testing-library/react": "^14.0.0",
7676
"@types/jest": "^29.4.0",
7777
"@types/react": "^18.0.28",
7878
"@types/react-dom": "^18.0.11",
79-
"@typescript-eslint/eslint-plugin": "^5.52.0",
80-
"@typescript-eslint/parser": "^5.52.0",
79+
"@typescript-eslint/eslint-plugin": "^5.53.0",
80+
"@typescript-eslint/parser": "^5.53.0",
8181
"@vitejs/plugin-react": "^3.1.0",
8282
"autoprefixer": "^10.4.13",
8383
"cssnano": "^5.1.15",
@@ -100,21 +100,21 @@
100100
"postcss-scss": "^4.0.6",
101101
"react": "^18.2.0",
102102
"react-dom": "^18.2.0",
103-
"rollup": "^3.15.0",
103+
"rollup": "^3.17.2",
104104
"rollup-plugin-analyzer": "^4.0.0",
105105
"rollup-plugin-copy": "^3.4.0",
106106
"rollup-plugin-delete": "^2.0.0",
107107
"rollup-plugin-peer-deps-external": "^2.2.4",
108108
"rollup-plugin-postcss": "^4.0.2",
109109
"rollup-plugin-terser": "^7.0.2",
110110
"rollup-plugin-typescript2": "^0.34.1",
111-
"sass": "^1.58.1",
112-
"stylelint": "^15.1.0",
111+
"sass": "^1.58.3",
112+
"stylelint": "^15.2.0",
113113
"stylelint-config-prettier": "^9.0.5",
114114
"stylelint-config-prettier-scss": "^0.0.1",
115115
"stylelint-config-standard": "^30.0.1",
116116
"stylelint-config-standard-scss": "^7.0.1",
117117
"typescript": "^4.9.5",
118-
"vite": "^4.1.1"
118+
"vite": "^4.1.4"
119119
}
120120
}

0 commit comments

Comments
 (0)