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 May 20, 2023
1 parent f9b1971 commit a1a9804
Show file tree
Hide file tree
Showing 4 changed files with 771 additions and 780 deletions.
532 changes: 266 additions & 266 deletions .yarn/releases/yarn-3.5.0.cjs → .yarn/releases/yarn-3.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
@@ -1 +1 @@
yarnPath: .yarn/releases/yarn-3.5.0.cjs
yarnPath: .yarn/releases/yarn-3.5.1.cjs
34 changes: 17 additions & 17 deletions package.json
Expand Up @@ -54,19 +54,19 @@
"src/**/*.tsx"
],
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@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-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-typescript": "^11.0.0",
"@types/jest": "^29.5.0",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@yarnpkg/sdks": "^2.7.0",
"eslint": "^8.37.0",
"@rollup/plugin-typescript": "^11.1.1",
"@types/jest": "^29.5.1",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"@yarnpkg/sdks": "^2.7.1",
"eslint": "^8.41.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.7",
"rollup": "^3.20.2",
"prettier": "^2.8.8",
"rollup": "^3.22.0",
"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.3"
"ts-jest": "^29.1.0",
"tslib": "^2.5.2",
"typedoc": "^0.24.7",
"typescript": "^5.0.4"
},
"scripts": {
"clean": "shx rm -rf build docs node_modules \"*.tgz\" \"*.tsbuildinfo\"",
Expand All @@ -105,5 +105,5 @@
"docs": "typedoc src/index.ts",
"prepare": "yarn run build"
},
"packageManager": "yarn@3.5.0"
"packageManager": "yarn@3.5.1"
}

0 comments on commit a1a9804

Please sign in to comment.