Skip to content

Commit

Permalink
build: add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Feb 14, 2021
1 parent c7d8bcb commit f59f626
Show file tree
Hide file tree
Showing 3 changed files with 1,658 additions and 4,130 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"eslint": "eslint src --ext .ts,.tsx",
"eslint:fix": "npm run eslint -- --fix",
"clean": "rimraf r_package/inst/htmlwidgets/upsetjs.js*",
"build:dev": "webpack-cli -d --devtool source-map",
"build": "npm run clean && webpack-cli -p",
"build:dev": "webpack-cli --mode development --devtool source-map",
"build": "npm run clean && webpack-cli --mode production",
"test:r": "Rscript -e 'devtools::test(\"r_package\")'",
"check:r": "Rscript -e 'devtools::check(\"r_package\", error_on = \"error\")'",
"clean:r": "rimraf \"*.tar.gz\" check r_package/man r_package/doc r_package/docs r_package/NAMESPACE",
Expand All @@ -39,35 +39,35 @@
"ie 11"
],
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"@yarnpkg/pnpify": "^2.4.0",
"babel-loader": "^8.2.2",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint": "^7.20.0",
"eslint-config-prettier": "^7.2.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.2.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"html-webpack-plugin": "^4.5.0",
"html-webpack-plugin": "^5.1.0",
"pnp-webpack-plugin": "^1.6.4",
"prettier": "^2.2.1",
"release-it": "^14.2.2",
"release-it": "^14.4.0",
"rimraf": "^3.0.2",
"ts-loader": "^8.0.11",
"tslib": "^2.0.3",
"typescript": "^4.1.2",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
"ts-loader": "^8.0.17",
"tslib": "^2.1.0",
"typescript": "^4.1.5",
"webpack": "^5.21.2",
"webpack-cli": "^4.5.0"
},
"dependencies": {
"@upsetjs/bundle": "~1.7.0",
"@upsetjs/venn.js": "^1.3.0",
"@upsetjs/bundle": "~1.8.0",
"@upsetjs/venn.js": "^1.4.1",
"core-js": "^2",
"element-closest-polyfill": "^1.0.2",
"regenerator-runtime": "^0.13.7"
Expand Down
1 change: 1 addition & 0 deletions r_package/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
/docs
/NAMESPACE
/inst/htmlwidgets/upsetjs.js
/inst/htmlwidgets/upsetjs.js.LICENSE.txt
doc
Meta
Loading

0 comments on commit f59f626

Please sign in to comment.