Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
build: upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Apr 1, 2023
1 parent 005b072 commit 72a17d3
Show file tree
Hide file tree
Showing 2 changed files with 273 additions and 271 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -54,19 +54,19 @@
"src/**/*.tsx"
],
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@chiogen/rollup-plugin-terser": "^7.1.3",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-typescript": "^11.0.0",
"@types/jest": "^29.5.0",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@yarnpkg/sdks": "^2.7.0",
"eslint": "^8.36.0",
"eslint": "^8.37.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-react-app": "^7.0.1",
Expand All @@ -78,14 +78,14 @@
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "^2.8.5",
"rollup": "^3.20.0",
"prettier": "^2.8.7",
"rollup": "^3.20.2",
"rollup-plugin-dts": "^5.3.0",
"shx": "^0.3.4",
"ts-jest": "^29.0.5",
"tslib": "^2.5.0",
"typedoc": "^0.23.28",
"typescript": "^5.0.2"
"typescript": "^5.0.3"
},
"scripts": {
"clean": "shx rm -rf build docs node_modules \"*.tgz\" \"*.tsbuildinfo\"",
Expand Down

0 comments on commit 72a17d3

Please sign in to comment.