Skip to content

Commit d8ebce6

Browse files
committed
update dependencies
fix `npm run copy` readme.md file name error
1 parent 8b12ebb commit d8ebce6

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

package.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"release": "standard-version",
3030
"storybook": "start-storybook -p ${PORT:-3001} -h 0.0.0.0",
3131
"postbuild": "yarn copy",
32-
"copy": "rimraf dist/tests.d.ts && shx cp -r dist/*.d.ts dist/esm && shx mv dist/* dist && shx cp package.json readme.md LICENSE dist && json -I -f dist/package.json -e \"this.private=false; this.devDependencies=undefined; this.optionalDependencies=undefined; this.scripts=undefined; this.prettier=undefined; this['lint-staged']=undefined;\"",
32+
"copy": "rimraf dist/tests.d.ts && shx cp -r dist/*.d.ts dist/esm && shx mv dist/* dist && shx cp package.json README.md LICENSE dist && json -I -f dist/package.json -e \"this.private=false; this.devDependencies=undefined; this.optionalDependencies=undefined; this.scripts=undefined; this.prettier=undefined; this['lint-staged']=undefined;\"",
3333
"publish:alpha": "cd dist && npm publish --tag alpha",
3434
"publish:beta": "cd dist && npm publish --tag beta",
3535
"publish:release": "cd dist && npm publish"
@@ -67,63 +67,63 @@
6767
"dependencies": {
6868
"@nosferatu500/react-dnd-scrollzone": "^2.0.8",
6969
"lodash.isequal": "^4.5.0",
70-
"react-dnd": "14.0.4",
71-
"react-dnd-html5-backend": "^14.1.0",
72-
"react-virtuoso": "^2.8.5"
70+
"react-dnd": "16.0.1",
71+
"react-dnd-html5-backend": "^16.0.1",
72+
"react-virtuoso": "^2.11.0"
7373
},
7474
"devDependencies": {
75-
"@babel/core": "^7.17.8",
75+
"@babel/core": "^7.17.10",
7676
"@babel/eslint-parser": "^7.17.0",
7777
"@babel/helper-module-imports": "^7.16.7",
7878
"@babel/plugin-transform-react-jsx": "^7.17.3",
79-
"@babel/preset-env": "^7.16.11",
80-
"@babel/types": "^7.17.0",
79+
"@babel/preset-env": "^7.17.10",
80+
"@babel/types": "^7.17.10",
8181
"@nosferatu500/theme-file-explorer": "^3.0.16",
8282
"@rollup/plugin-babel": "^5.3.1",
83-
"@rollup/plugin-node-resolve": "^13.1.3",
84-
"@rollup/plugin-typescript": "^8.3.1",
83+
"@rollup/plugin-node-resolve": "^13.3.0",
84+
"@rollup/plugin-typescript": "^8.3.2",
8585
"@storybook/addon-postcss": "^2.0.0",
86-
"@storybook/addons": "^6.4.19",
87-
"@storybook/react": "^6.4.19",
88-
"@storybook/theming": "^6.4.19",
86+
"@storybook/addons": "^6.4.22",
87+
"@storybook/react": "^6.4.22",
88+
"@storybook/theming": "^6.4.22",
8989
"@types/babel-plugin-macros": "^2.8.5",
90-
"@types/lodash.isequal": "^4.5.5",
91-
"@types/react": "^17.0.43",
92-
"@types/react-dom": "^17.0.14",
93-
"@typescript-eslint/eslint-plugin": "^5.17.0",
94-
"@typescript-eslint/parser": "^5.17.0",
90+
"@types/lodash.isequal": "^4.5.6",
91+
"@types/react": "^18.0.9",
92+
"@types/react-dom": "^18.0.4",
93+
"@typescript-eslint/eslint-plugin": "^5.23.0",
94+
"@typescript-eslint/parser": "^5.23.0",
9595
"acorn-jsx": "^5.3.2",
96-
"autoprefixer": "^10.4.4",
96+
"autoprefixer": "^10.4.7",
9797
"babel-plugin-macros": "^3.1.0",
98-
"esbuild": "^0.14.28",
99-
"eslint": "^8.12.0",
98+
"esbuild": "^0.14.39",
99+
"eslint": "^8.15.0",
100100
"eslint-config-airbnb": "^19.0.4",
101-
"eslint-config-airbnb-typescript": "^16.1.4",
101+
"eslint-config-airbnb-typescript": "^17.0.0",
102102
"eslint-config-prettier": "^8.5.0",
103-
"eslint-import-resolver-typescript": "^2.7.0",
104-
"eslint-plugin-import": "^2.25.4",
103+
"eslint-import-resolver-typescript": "^2.7.1",
104+
"eslint-plugin-import": "^2.26.0",
105105
"eslint-plugin-jsx-a11y": "^6.5.1",
106106
"eslint-plugin-prettier": "^4.0.0",
107107
"eslint-plugin-promise": "^6.0.0",
108108
"eslint-plugin-react": "^7.29.4",
109-
"eslint-plugin-react-hooks": "^4.3.0",
110-
"eslint-plugin-sonarjs": "^0.12.0",
111-
"eslint-plugin-storybook": "^0.5.7",
112-
"eslint-plugin-unicorn": "^41.0.1",
109+
"eslint-plugin-react-hooks": "^4.5.0",
110+
"eslint-plugin-sonarjs": "^0.13.0",
111+
"eslint-plugin-storybook": "^0.5.11",
112+
"eslint-plugin-unicorn": "^42.0.0",
113113
"json": "^11.0.0",
114-
"postcss": "^8.4.12",
115-
"prettier": "^2.6.1",
114+
"postcss": "^8.4.13",
115+
"prettier": "^2.6.2",
116116
"prop-types": "^15.8.1",
117-
"react": "^17.0.2",
118-
"react-dnd-touch-backend": "^14.1.1",
119-
"react-dom": "^17.0.2",
117+
"react": "^18.1.0",
118+
"react-dnd-touch-backend": "^16.0.1",
119+
"react-dom": "^18.1.0",
120120
"rimraf": "^3.0.2",
121-
"rollup": "^2.70.1",
122-
"rollup-plugin-esbuild": "^4.8.2",
121+
"rollup": "^2.73.0",
122+
"rollup-plugin-esbuild": "^4.9.1",
123123
"rollup-plugin-postcss": "^4.0.2",
124124
"shx": "^0.3.4",
125-
"tslib": "^2.3.1",
126-
"typescript": "^4.6.3"
125+
"tslib": "^2.4.0",
126+
"typescript": "^4.6.4"
127127
},
128128
"peerDependencies": {
129129
"react": ">=17.0.2",

0 commit comments

Comments
 (0)