|
18 | 18 | "main": "dist/js/tether.js", |
19 | 19 | "module": "dist/js/tether.esm.js", |
20 | 20 | "scripts": { |
21 | | - "build": "yarn clean && rollup -c", |
| 21 | + "build": "pnpm clean && rollup -c", |
22 | 22 | "changelog": "github_changelog_generator -u shipshapecode -p tether --since-tag v1.4.7", |
23 | 23 | "clean": "rimraf dist", |
24 | 24 | "cy:open": "./node_modules/.bin/cypress open", |
25 | 25 | "cy:run": "./node_modules/.bin/cypress run", |
26 | 26 | "lint:js": "eslint . --ext js", |
27 | | - "start": "yarn watch", |
| 27 | + "start": "pnpm watch", |
28 | 28 | "start-test-server": "http-server -p 9002", |
29 | | - "test": "yarn lint:js && yarn test:ci", |
30 | | - "test:ci": "yarn test:unit:ci && yarn test:cy:ci", |
31 | | - "test:cy:ci": "yarn build && start-server-and-test start-test-server http://localhost:9002 cy:run", |
32 | | - "test:cy:watch": "yarn build && start-server-and-test start-test-server http://localhost:9002 cy:open", |
| 29 | + "test": "pnpm lint:js && pnpm test:ci", |
| 30 | + "test:ci": "pnpm test:unit:ci && pnpm test:cy:ci", |
| 31 | + "test:cy:ci": "pnpm build && start-server-and-test start-test-server http://127.0.0.1:9002 cy:run", |
| 32 | + "test:cy:watch": "pnpm build && start-server-and-test start-test-server http://127.0.0.1:9002 cy:open", |
33 | 33 | "test:unit:ci": "jest --coverage", |
34 | 34 | "test:unit:watch": "jest --watch", |
35 | | - "watch": "yarn clean && rollup -c --environment DEVELOPMENT --watch" |
| 35 | + "watch": "pnpm clean && rollup -c --environment DEVELOPMENT --watch" |
36 | 36 | }, |
37 | 37 | "devDependencies": { |
38 | | - "@babel/core": "^7.27.4", |
39 | | - "@babel/preset-env": "^7.27.2", |
| 38 | + "@babel/core": "^7.28.5", |
| 39 | + "@babel/preset-env": "^7.28.5", |
40 | 40 | "@testing-library/jest-dom": "^5.17.0", |
41 | | - "autoprefixer": "^10.4.21", |
| 41 | + "autoprefixer": "^10.4.22", |
42 | 42 | "babel-jest": "^29.7.0", |
43 | 43 | "babel-plugin-rewire": "^1.2.0", |
44 | 44 | "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", |
45 | | - "chai": "^5.2.0", |
| 45 | + "chai": "^5.3.3", |
46 | 46 | "cssnano": "^6.1.2", |
47 | 47 | "cypress": "13.17.0", |
48 | 48 | "eslint": "^8.57.1", |
49 | | - "eslint-plugin-jest": "^28.3.0", |
| 49 | + "eslint-plugin-jest": "^28.14.0", |
50 | 50 | "http-server": "^14.1.1", |
51 | 51 | "jest": "^29.7.0", |
52 | 52 | "jest-environment-jsdom": "^29.7.0", |
53 | 53 | "jest-expect-message": "^1.1.3", |
54 | 54 | "jsdom": "^22.1.0", |
55 | 55 | "mutationobserver-shim": "^0.3.7", |
56 | | - "postcss": "^8.5.5", |
| 56 | + "postcss": "^8.5.6", |
57 | 57 | "release-it": "^15.11.0", |
58 | 58 | "release-it-lerna-changelog": "^5.0.0", |
59 | | - "rimraf": "^5.0.7", |
| 59 | + "rimraf": "^5.0.10", |
60 | 60 | "rollup": "^2.79.2", |
61 | 61 | "rollup-plugin-babel": "^4.4.0", |
62 | 62 | "rollup-plugin-browsersync": "^1.3.3", |
63 | 63 | "rollup-plugin-eslint": "^7.0.0", |
64 | 64 | "rollup-plugin-filesize": "^10.0.0", |
65 | 65 | "rollup-plugin-license": "^3.6.0", |
66 | | - "rollup-plugin-sass": "^1.15.2", |
| 66 | + "rollup-plugin-sass": "^1.15.3", |
67 | 67 | "rollup-plugin-terser": "^7.0.2", |
68 | | - "rollup-plugin-visualizer": "^5.12.0", |
69 | | - "sinon": "^15.1.2", |
70 | | - "start-server-and-test": "^2.0.12" |
| 68 | + "rollup-plugin-visualizer": "^5.14.0", |
| 69 | + "sinon": "^15.2.0", |
| 70 | + "start-server-and-test": "^2.1.3" |
71 | 71 | }, |
72 | 72 | "publishConfig": { |
73 | 73 | "registry": "https://registry.npmjs.org" |
74 | 74 | }, |
75 | 75 | "engines": { |
76 | | - "node": ">= 16" |
| 76 | + "node": ">= 18", |
| 77 | + "pnpm": ">= 10" |
77 | 78 | }, |
78 | | - "volta": { |
79 | | - "node": "16.0.0", |
80 | | - "yarn": "1.22.10" |
| 79 | + "pnpm": { |
| 80 | + "onlyBuiltDependencies": [ |
| 81 | + "@parcel/watcher", |
| 82 | + "core-js", |
| 83 | + "cypress" |
| 84 | + ] |
81 | 85 | } |
82 | 86 | } |
0 commit comments