Skip to content

Commit

Permalink
fix: Fix the build and usage of the adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
wayfarer3130 committed Jan 30, 2023
1 parent 378cd7f commit 2cff3e5
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@
"@types/node": "^14.18.9",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"acorn": "^7.1.0",
"acorn-jsx": "^5.2.0",
"autoprefixer": "^10.4.2",
"babel-loader": "8.2.3",
"babel-plugin-istanbul": "^6.1.1",
Expand All @@ -60,18 +62,20 @@
"cross-env": "^7.0.3",
"css-loader": "^5.2.7",
"cssnano": "^4.1.11",
"eslint": "7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-tsdoc": "^0.2.14",
"eslint-webpack-plugin": "^2.6.0",
"file-loader": "^6.2.0",
"follow-redirects": "^1.10.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^4.3.8",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine": "^4.0.2",
"jest": "^27.5.1",
"karma": "^6.3.12",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.1.0",
Expand All @@ -88,9 +92,16 @@
"postcss-import": "^14.0.2",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.4.1",
"prettier": "^2.5.1",
"prettier": "^2.8.3",
"prop-types": "^15.8.1",
"puppeteer": "^13.5.0",
"rollup": "^1.31.1",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "^4.2.4",
"shader-loader": "^1.3.1",
"shelljs": "^0.8.5",
"sinon": "^10.0.0",
Expand All @@ -100,13 +111,15 @@
"ts-loader": "^9.2.6",
"typedoc": "^0.22.13",
"typescript": "4.6.4",
"unzipper": "^0.10.9",
"url-loader": "^4.1.1",
"webpack": "5.67.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^3.11.3",
"webpack-merge": "5.8.0",
"worker-loader": "^3.0.8"
"worker-loader": "^3.0.8",
"xml2js": "^0.4.23"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 2cff3e5

Please sign in to comment.