File tree Expand file tree Collapse file tree 9 files changed +180
-582
lines changed
Expand file tree Collapse file tree 9 files changed +180
-582
lines changed Original file line number Diff line number Diff line change 1717 - name : Install Node.js
1818 uses : actions/setup-node@v4
1919 with :
20- node-version : 22.15.0
20+ node-version : 22.15.1
2121
2222 - name : Cache node modules
2323 uses : actions/cache@v4
Original file line number Diff line number Diff line change 66 "license" : " MIT" ,
77 "version" : " 1.4.4" ,
88 "engines" : {
9- "node" : " >=22.15.0 "
9+ "node" : " >=22.15.1 "
1010 },
11- "packageManager" : " pnpm@10.10 .0" ,
11+ "packageManager" : " pnpm@10.11 .0" ,
1212 "scripts" : {
1313 "prepare" : " husky install" ,
1414 "link" : " turbo link" ,
2424 "pu" : " turbo pu -- --access=public --no-git-checks"
2525 },
2626 "devDependencies" : {
27- "@types/node" : " ^22.15.17 " ,
28- "@typescript-eslint/eslint-plugin" : " ^8.32.0 " ,
29- "@typescript-eslint/parser" : " ^8.32.0 " ,
27+ "@types/node" : " ^22.15.18 " ,
28+ "@typescript-eslint/eslint-plugin" : " ^8.32.1 " ,
29+ "@typescript-eslint/parser" : " ^8.32.1 " ,
3030 "@vitest/coverage-v8" : " ^3.1.3" ,
3131 "dotenv" : " ^16.5.0" ,
3232 "eslint" : " 8.57.1" ,
3939 "husky" : " ^9.1.7" ,
4040 "prettier" : " ^3.5.3" ,
4141 "standard-version" : " ^9.5.0" ,
42- "tsup" : " ^8.4 .0" ,
42+ "tsup" : " ^8.5 .0" ,
4343 "tsx" : " ^4.19.4" ,
4444 "turbo" : " ^2.5.3" ,
4545 "typescript" : " ^5.8.3" ,
Original file line number Diff line number Diff line change 1515 " build"
1616 ],
1717 "engines" : {
18- "node" : " >=22.15.0 "
18+ "node" : " >=22.15.1 "
1919 },
2020 "bin" : {
2121 "notion" : " ./build/src/main.js"
Original file line number Diff line number Diff line change 1414 " build"
1515 ],
1616 "engines" : {
17- "node" : " >=22.15.0 "
17+ "node" : " >=22.15.1 "
1818 },
1919 "scripts" : {
2020 "build" : " tsc && tsup" ,
Original file line number Diff line number Diff line change 1414 " build"
1515 ],
1616 "engines" : {
17- "node" : " >=22.15.0 "
17+ "node" : " >=22.15.1 "
1818 },
1919 "scripts" : {
2020 "build" : " tsc && tsup" ,
Original file line number Diff line number Diff line change 1515 " src/styles.css"
1616 ],
1717 "engines" : {
18- "node" : " >=22.15.0 "
18+ "node" : " >=22.15.1 "
1919 },
2020 "scripts" : {
2121 "build" : " tsc && tsup" ,
3232 "@texonom/nutils" : " workspace:^" ,
3333 "prismjs" : " ^1.30.0" ,
3434 "react-fast-compare" : " ^3.2.2" ,
35- "react-hotkeys-hook" : " ^5.0.1 " ,
35+ "react-hotkeys-hook" : " ^5.1.0 " ,
3636 "react-image" : " ^4.1.0" ,
3737 "react-modal" : " ^3.16.3" ,
3838 "react-pdf" : " ^9.2.1" ,
3939 "react-use" : " ^17.6.0"
4040 },
4141 "devDependencies" : {
4242 "@types/lodash.throttle" : " ^4.1.9" ,
43- "@types/node" : " ^22.15.17 " ,
44- "@types/react" : " ^19.1.3 " ,
43+ "@types/node" : " ^22.15.18 " ,
44+ "@types/react" : " ^19.1.4 " ,
4545 "clipboard-copy" : " ^4.0.1" ,
4646 "date-fns" : " ^2.30.0" ,
4747 "format-number" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 2020 "pu" : " pnpm publish"
2121 },
2222 "engines" : {
23- "node" : " >=22.15.0 "
23+ "node" : " >=22.15.1 "
2424 },
2525 "standard-version" : {
2626 "skip" : {
Original file line number Diff line number Diff line change 2020 " build"
2121 ],
2222 "engines" : {
23- "node" : " >=22.15.0 "
23+ "node" : " >=22.15.1 "
2424 },
2525 "scripts" : {
2626 "build" : " tsc && tsup" ,
You can’t perform that action at this time.
0 commit comments