Upgrade more dev dependencies

Rollup v3, TS, turborepo, prettier, eslint plugins, preset-env
pull/494/head
Glen Cheney 1 year ago
parent 05a99e368a
commit 7f695c09c0

@ -15,24 +15,24 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.21.0", "@babel/core": "^7.21.0",
"@babel/preset-env": "^7.18.6", "@babel/preset-env": "^7.20.2",
"@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1", "@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^13.3.0", "@rollup/plugin-node-resolve": "^15.0.1",
"eslint": "^8.34.0", "eslint": "^8.34.0",
"eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.26.0", "eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.6.0", "eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.30.1", "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.4.3", "jest": "^29.4.3",
"prettier": "^2.7.1", "prettier": "^2.8.4",
"rollup": "^2.x.x", "rollup": "^3.17.2",
"rollup-plugin-terser": "^7.0.2", "rollup-plugin-terser": "^7.0.2",
"sinon": "^14.0.0", "sinon": "^15.0.1",
"turbo": "latest", "turbo": "1.8.2",
"typescript": "^4.7.x" "typescript": "^4.9.5"
}, },
"engines": { "engines": {
"npm": ">=7.0.0", "npm": ">=7.0.0",

@ -24,12 +24,12 @@
"types": "./index.d.ts", "types": "./index.d.ts",
"sideEffects": false, "sideEffects": false,
"scripts": { "scripts": {
"build": "rollup --config ./rollup.config.js", "build": "rollup --config ./rollup.config.mjs",
"test-all": "npm run lint && npm test && npm run type-check", "test-all": "npm run lint && npm test && npm run type-check",
"test": "jest", "test": "jest",
"lint": "eslint src", "lint": "eslint src",
"type-check": "tsc --project ./test/types", "type-check": "tsc --project ./test/types",
"watch": "rollup --config ./rollup.config.js --watch" "watch": "rollup --config ./rollup.config.mjs --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save