|
22 | 22 | "build": "rm -rf dist/* tsc-out/* && tsc && rollup -c rollup.config.js", |
23 | 23 | "prepare": "npm run build", |
24 | 24 | "prepublishOnly": "npm run build", |
25 | | - "update": "npx npm-check-updates -u -x @pipobscure/demitasse", |
| 25 | + "update": "npx npm-check-updates -u -x @pipobscure/demitasse && npm install", |
26 | 26 | "playground": "TEMPORAL_PLAYGROUND=1 npm run build && node --experimental-modules --no-warnings --icu-data-dir node_modules/full-icu -r ./dist/playground.cjs", |
27 | | - "lint": "eslint . --ext ts,js,mjs,.d.ts --max-warnings 0 --cache \"$@\"", |
| 27 | + "lint": "eslint . --ext ts,js,mjs,.d.ts --max-warnings 0 --cache \"$@\" && npm run prettier", |
28 | 28 | "postlint": "npm run tscheck", |
29 | 29 | "prune": "ts-prune -e -i test/tc39 -i \"(lib/index|lib/init|index.d).ts\"", |
30 | | - "pretty": "eslint . --ext ts,js,mjs,.d.ts --fix", |
| 30 | + "prettier": "prettier lib/* ./test/*.mjs ./*.md ./*.json ./*.d.ts ./*.js ./.*.yml --check", |
| 31 | + "prettierfix": "prettier lib/* ./test/*.mjs ./*.md ./*.json ./*.d.ts ./*.js ./.*.yml --check --write", |
| 32 | + "eslintfix": "eslint . --ext ts,js,mjs,.d.ts --fix", |
| 33 | + "fix": "npm run eslintfix && npm run prettierfix", |
31 | 34 | "tscheck": "tsc index.d.ts --noEmit --strict --lib ESNext" |
32 | 35 | }, |
33 | 36 | "keywords": [ |
|
49 | 52 | "Daniel Ehrenberg", |
50 | 53 | "Jason Williams", |
51 | 54 | "Justin Grant", |
| 55 | + "James Wright", |
52 | 56 | "Maggie Johnson-Pint", |
53 | 57 | "Matt Johnson-Pint", |
54 | 58 | "Ms2ger", |
|
65 | 69 | "lib" |
66 | 70 | ], |
67 | 71 | "dependencies": { |
68 | | - "big-integer": "^1.6.49", |
| 72 | + "big-integer": "^1.6.51", |
69 | 73 | "tslib": "^2.3.1" |
70 | 74 | }, |
71 | 75 | "devDependencies": { |
72 | | - "@babel/core": "^7.15.5", |
73 | | - "@babel/preset-env": "^7.15.6", |
| 76 | + "@babel/core": "^7.16.0", |
| 77 | + "@babel/preset-env": "^7.16.4", |
74 | 78 | "@pipobscure/demitasse": "^1.0.10", |
75 | 79 | "@pipobscure/demitasse-pretty": "^1.0.10", |
76 | 80 | "@pipobscure/demitasse-run": "^1.0.10", |
77 | 81 | "@rollup/plugin-babel": "^5.3.0", |
78 | | - "@rollup/plugin-commonjs": "^20.0.0", |
79 | | - "@rollup/plugin-node-resolve": "^13.0.5", |
| 82 | + "@rollup/plugin-commonjs": "^21.0.1", |
| 83 | + "@rollup/plugin-node-resolve": "^13.0.6", |
80 | 84 | "@rollup/plugin-replace": "^3.0.0", |
81 | | - "@rollup/plugin-typescript": "^8.2.5", |
82 | | - "@typescript-eslint/eslint-plugin": "^4.32.0", |
83 | | - "@typescript-eslint/parser": "^4.32.0", |
84 | | - "eslint": "^7.32.0", |
| 85 | + "@rollup/plugin-typescript": "^8.3.0", |
| 86 | + "@typescript-eslint/eslint-plugin": "^5.6.0", |
| 87 | + "@typescript-eslint/parser": "^5.6.0", |
| 88 | + "eslint": "^8.4.0", |
85 | 89 | "eslint-config-prettier": "^8.3.0", |
86 | 90 | "eslint-plugin-prettier": "^4.0.0", |
87 | | - "full-icu": "^1.3.4", |
88 | | - "prettier": "^2.4.1", |
89 | | - "rollup": "^2.57.0", |
90 | | - "rollup-plugin-dts": "^4.0.0", |
| 91 | + "full-icu": "^1.4.0", |
| 92 | + "prettier": "^2.5.1", |
| 93 | + "rollup": "^2.60.2", |
| 94 | + "rollup-plugin-dts": "^4.0.1", |
91 | 95 | "rollup-plugin-terser": "^7.0.2", |
92 | 96 | "test262-harness": "^9.0.0", |
93 | 97 | "timezones.json": "^1.5.3", |
94 | | - "ts-prune": "^0.10.1", |
95 | | - "typescript": "^4.4.3" |
| 98 | + "ts-prune": "^0.10.2", |
| 99 | + "typescript": "^4.5.2" |
96 | 100 | }, |
97 | 101 | "engines": { |
98 | 102 | "node": ">=12" |
|
0 commit comments