mirror of
https://github.com/System-End/site.git
synced 2026-04-20 00:25:19 +00:00
Bumps the npm_and_yarn group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [lodash](https://github.com/lodash/lodash) | `4.17.23` | `4.18.1` | | [next](https://github.com/vercel/next.js) | `12.3.7` | `15.5.15` | | [ajv](https://github.com/ajv-validator/ajv) | `6.12.6` | `6.14.0` | | [cipher-base](https://github.com/crypto-browserify/cipher-base) | `1.0.4` | `1.0.7` | | [flatted](https://github.com/WebReflection/flatted) | `3.3.3` | `3.4.2` | | [rollup](https://github.com/rollup/rollup) | `3.29.5` | `3.30.0` | | [sha.js](https://github.com/crypto-browserify/sha.js) | `2.4.11` | `2.4.12` | | [yaml](https://github.com/eemeli/yaml) | `1.10.2` | `1.10.3` | Updates `lodash` from 4.17.23 to 4.18.1 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1) Updates `next` from 12.3.7 to 15.5.15 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v12.3.7...v15.5.15) Updates `ajv` from 6.12.6 to 6.14.0 - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.6...v6.14.0) Updates `cipher-base` from 1.0.4 to 1.0.7 - [Changelog](https://github.com/browserify/cipher-base/blob/master/CHANGELOG.md) - [Commits](https://github.com/crypto-browserify/cipher-base/compare/v1.0.4...v1.0.7) Updates `flatted` from 3.3.3 to 3.4.2 - [Commits](https://github.com/WebReflection/flatted/compare/v3.3.3...v3.4.2) Updates `rollup` from 3.29.5 to 3.30.0 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/v3.30.0/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.29.5...v3.30.0) Updates `sha.js` from 2.4.11 to 2.4.12 - [Changelog](https://github.com/browserify/sha.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/crypto-browserify/sha.js/compare/v2.4.11...v2.4.12) Updates `yaml` from 1.10.2 to 1.10.3 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v1.10.2...v1.10.3) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-version: 15.5.15 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: ajv dependency-version: 6.14.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: cipher-base dependency-version: 1.0.7 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: flatted dependency-version: 3.4.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: rollup dependency-version: 3.30.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: sha.js dependency-version: 2.4.12 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: yaml dependency-version: 1.10.3 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
113 lines
3.5 KiB
JSON
113 lines
3.5 KiB
JSON
{
|
|
"name": "@hackclub/v3",
|
|
"version": "0.0.1",
|
|
"author": "Lachlan Campbell <lachlan@hackclub.com>",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"format": "prettier --write ."
|
|
},
|
|
"dependencies": {
|
|
"@apollo/client": "^3.13.1",
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.0",
|
|
"@fillout/react": "^2.0.12",
|
|
"@github/time-elements": "^4.0.0",
|
|
"@hackclub/icons": "^0.0.15",
|
|
"@hackclub/markdown": "^0.0.43",
|
|
"@hackclub/meta": "1.1.32",
|
|
"@hackclub/theme": "^0.3.3",
|
|
"@mdx-js/loader": "^1.6.22",
|
|
"@next/mdx": "^16.1.6",
|
|
"@octokit/auth-app": "^8.1.2",
|
|
"@octokit/core": "^5.2.0",
|
|
"@octokit/rest": "^20.1.2",
|
|
"@sendgrid/mail": "^8.1.4",
|
|
"@tracespace/core": "^5.0.0-alpha.0",
|
|
"@tracespace/identify-layers": "^5.0.0-alpha.0",
|
|
"@tracespace/parser": "^5.0.0-next.0",
|
|
"@tracespace/plotter": "^5.0.0-alpha.0",
|
|
"@tracespace/renderer": "^5.0.0-alpha.0",
|
|
"@tracespace/xml-id": "^4.2.7",
|
|
"add": "^2.0.6",
|
|
"airtable-plus": "^1.0.4",
|
|
"animated-value": "^0.2.4",
|
|
"animejs": "^3.2.2",
|
|
"axios": "^1.13.5",
|
|
"camelcase": "^9.0.0",
|
|
"cookies-next": "^4.3.0",
|
|
"country-list": "^2.3.0",
|
|
"country-list-js": "^3.1.8",
|
|
"cursor-effects": "^1.0.17",
|
|
"date-fns": "^4.1.0",
|
|
"devtools-detect": "^4.0.2",
|
|
"form-data": "^4.0.2",
|
|
"fuzzysort": "^2.0.4",
|
|
"geopattern": "^1.2.3",
|
|
"globby": "^11.1.0",
|
|
"graphql": "^16.10.0",
|
|
"howler": "^2.2.4",
|
|
"js-confetti": "^0.13.1",
|
|
"jszip": "^3.10.1",
|
|
"jszip-utils": "^0.1.0",
|
|
"lodash": "^4.18.1",
|
|
"luxon": "^3.5.0",
|
|
"million": "^2.6.4",
|
|
"next": "^15.5.15",
|
|
"next-transpile-modules": "^10.0.1",
|
|
"nextjs-current-url": "^1.0.3",
|
|
"openai": "^4.86.1",
|
|
"pcb-stackup": "^4.2.8",
|
|
"rc-dialog": "^10.0.0",
|
|
"react": "^17.0.2",
|
|
"react-beautiful-dnd": "^13.1.1",
|
|
"react-before-after-slider-component": "^1.1.8",
|
|
"react-countdown": "^2.3.6",
|
|
"react-datepicker": "^9.1.0",
|
|
"react-dom": "^17.0.2",
|
|
"react-horizontal-scrolling-menu": "^8.2.0",
|
|
"react-konami-code": "^2.3.0",
|
|
"react-lite-youtube-embed": "2.4.0",
|
|
"react-markdown": "^8.0.7",
|
|
"react-marquee-slider": "^1.1.5",
|
|
"react-masonry-css": "^1.0.16",
|
|
"react-page-visibility": "^7.0.0",
|
|
"react-relative-time": "^0.0.9",
|
|
"react-responsive-carousel": "^3.2.23",
|
|
"react-reveal": "^1.2.2",
|
|
"react-router-dom": "^6.30.0",
|
|
"react-scrolllock": "^5.0.1",
|
|
"react-snowfall": "^2.4.0",
|
|
"react-syntax-highlighter": "^16.1.0",
|
|
"react-ticker": "^1.3.2",
|
|
"react-tooltip": "^4.5.1",
|
|
"react-tsparticles": "^2.12.2",
|
|
"react-type-animation": "^3.2.0",
|
|
"react-use-websocket": "^4.13.0",
|
|
"react-wrap-balancer": "^1.1.1",
|
|
"recharts": "2.12.2",
|
|
"rehype-raw": "^7.0.0",
|
|
"rehype-sanitize": "^6.0.0",
|
|
"remark": "^15.0.1",
|
|
"remark-gfm": "^3.0.1",
|
|
"remark-html": "^16.0.1",
|
|
"styled-components": "^6.1.15",
|
|
"swr": "^2.3.2",
|
|
"theme-ui": "^0.14.7",
|
|
"tinytime": "^0.2.6",
|
|
"turndown": "^7.2.0",
|
|
"vanilla-tilt": "^1.8.1",
|
|
"yarn": "^1.22.22"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "8.57.0",
|
|
"eslint-config-next": "14.1.0",
|
|
"prettier": "^3.5.3",
|
|
"typescript": "^5.8.2"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
}
|