Skip to content

Commit

Permalink
skip transform-parameters, so types will be correct
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Dec 2, 2023
1 parent ccbac8e commit 3d82357
Show file tree
Hide file tree
Showing 6 changed files with 1,531 additions and 1,691 deletions.
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.0.0.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ compressionLevel: mixed

enableGlobalCache: false

yarnPath: .yarn/releases/yarn-4.0.0.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
11 changes: 3 additions & 8 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,10 @@ export default {
[
'@babel/preset-env',
{
targets: [
'>0.3%',
'Firefox ESR',
'not dead',
'not op_mini all',
'maintained node versions'
],
targets: ['defaults and fully supports es6-module', 'maintained node versions'],
modules: 'auto',
useBuiltIns: false
useBuiltIns: false,
exclude: ['transform-parameters']
}
]
],
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,28 +39,28 @@
"format": "pnpify run prettier --write src tools babel.config.js jest.config.js rollup.config.js"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/core": "^7.23.5",
"@babel/eslint-parser": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-env": "^7.23.5",
"@jest/globals": "^29.7.0",
"@rollup/plugin-alias": "^5.0.1",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@unicode/unicode-15.1.0": "^1.5.2",
"@yarnpkg/pnpify": "^4.0.1",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-import": "^2.29.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^22.1.0",
"jsdom": "^23.0.1",
"lodash": "^4.17.21",
"prettier": "^3.1.0",
"rollup": "^4.4.1",
"typescript": "^5.2.2",
"rollup": "^4.6.1",
"typescript": "^5.3.2",
"unicode-property-value-aliases": "^3.7.1"
},
"packageManager": "yarn@4.0.0"
"packageManager": "yarn@4.0.2"
}

0 comments on commit 3d82357

Please sign in to comment.