Skip to content

Commit

Permalink
chore: bump packages
Browse files Browse the repository at this point in the history
This should fix an issue tracked down to getsentry/sentry-javascript#10936 by upgrading Sentry SDK (we bumped to 8.x anyway).

Thank @Pain4Din0 for reporting.
  • Loading branch information
outloudvi committed May 30, 2024
1 parent 3004377 commit 4c3244c
Show file tree
Hide file tree
Showing 2 changed files with 7,793 additions and 6,057 deletions.
220 changes: 110 additions & 110 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,111 +1,111 @@
{
"name": "info-pride",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"build:analyze": "NODE_OPTIONS='--max-old-space-size=8192' ANALYZE=1 next build",
"start": "next start",
"format": "prettier --write **/*.ts{,x}",
"lint": "next lint",
"lint:fix": "next lint --fix",
"test": "mocha",
"test:watch": "mocha -w",
"dataset:bv": "scripts/buildAndValidate.sh",
"dataset:type": "scripts/schemaToType.sh",
"dataset:ajv": "ajv",
"postinstall": "husky init",
"prepare": "husky",
"t:build": "turbo build lint",
"knip": "knip"
},
"dependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mantine/core": "^7.5.3",
"@mantine/dates": "^7.5.3",
"@mantine/form": "^7.5.3",
"@mantine/hooks": "^7.5.3",
"@mantine/notifications": "^7.5.3",
"@pixi-spine/base": "^4.0.3",
"@pixi-spine/loader-3.8": "^4.0.3",
"@pixi-spine/runtime-3.8": "^4.0.3",
"@pixi/assets": "^7.4.0",
"@pixi/unsafe-eval": "^7.4.0",
"@sentry/browser": "^7.102.1",
"@sentry/nextjs": "^7.102.1",
"@vercel/speed-insights": "^1.0.10",
"autoprefixer": "^10.4.17",
"base58": "^2.0.1",
"cheerio": "1.0.0-rc.12",
"cookies-next": "^4.1.1",
"d3": "^7.8.5",
"dayjs": "^1.11.10",
"html-to-image": "^1.11.11",
"jotai": "^2.6.5",
"jotai-location": "^0.5.3",
"lodash": "^4.17.21",
"next": "14.1.0",
"next-intl": "^3.9.0",
"nextjs-progressbar": "^0.0.16",
"node-html-parser": "^6.1.13",
"pixi.js": "^7.4.0",
"postcss": "^8.4.35",
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-query": "^3.39.3",
"rfdc": "^1.3.1",
"screenfull": "^6.0.2",
"sharp": "^0.33.2",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"@hoshimei/adv": "^0.8.1",
"@next/bundle-analyzer": "^14.1.0",
"@sentry/cli": "^2.28.6",
"@types/chai": "^4.3.11",
"@types/d3": "^7.4.3",
"@types/lodash": "^4.14.202",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.19",
"@types/react": "18.2.57",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"ajv-cli": "^5.0.0",
"chai": "^5.1.0",
"esbuild-register": "^3.5.0",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"hoshimi-types": "^2.13.0",
"husky": "^9.0.11",
"json-schema-to-typescript": "^13.1.2",
"knip": "^5.2.2",
"mocha": "^10.3.0",
"prettier": "^3.2.5",
"tsconfig-paths": "^4.2.0",
"tslib": "^2.6.2",
"turbo": "^1.12.4",
"typescript": "5.3.3",
"wtf_wikipedia": "^10.3.0"
},
"imports": {
"#data/*": "data/*.js",
"#components/*": "components/*.js",
"#utils/*": "utils/*.js",
"#api/*": "pages/api/*.js",
"#locales/*": "locales/*.js"
},
"nextBundleAnalysis": {}
}
"name": "info-pride",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"build:analyze": "NODE_OPTIONS='--max-old-space-size=8192' ANALYZE=1 next build",
"start": "next start",
"format": "prettier --write **/*.ts{,x}",
"lint": "next lint",
"lint:fix": "next lint --fix",
"test": "mocha",
"test:watch": "mocha -w",
"dataset:bv": "scripts/buildAndValidate.sh",
"dataset:type": "scripts/schemaToType.sh",
"dataset:ajv": "ajv",
"postinstall": "husky init",
"prepare": "husky",
"t:build": "turbo build lint",
"knip": "knip"
},
"dependencies": {
"@babel/core": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mantine/core": "^7.10.1",
"@mantine/dates": "^7.10.1",
"@mantine/form": "^7.10.1",
"@mantine/hooks": "^7.10.1",
"@mantine/notifications": "^7.10.1",
"@pixi-spine/base": "^4.0.3",
"@pixi-spine/loader-3.8": "^4.0.3",
"@pixi-spine/runtime-3.8": "^4.0.3",
"@pixi/assets": "^7.4.2",
"@pixi/unsafe-eval": "^7.4.2",
"@sentry/browser": "^8.7.0",
"@sentry/nextjs": "^8.7.0",
"@vercel/speed-insights": "^1.0.11",
"autoprefixer": "^10.4.19",
"base58": "^2.0.1",
"cheerio": "1.0.0-rc.12",
"cookies-next": "^4.2.1",
"d3": "^7.9.0",
"dayjs": "^1.11.11",
"html-to-image": "^1.11.11",
"jotai": "^2.8.2",
"jotai-location": "^0.5.5",
"lodash": "^4.17.21",
"next": "14.2.3",
"next-intl": "^3.14.1",
"nextjs-progressbar": "^0.0.16",
"node-html-parser": "^6.1.13",
"pixi.js": "^7.4.2",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.15.0",
"postcss-simple-vars": "^7.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-query": "^3.39.3",
"rfdc": "^1.3.1",
"screenfull": "^6.0.2",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@hoshimei/adv": "^0.8.1",
"@next/bundle-analyzer": "^14.2.3",
"@sentry/cli": "^2.32.1",
"@types/chai": "^4.3.16",
"@types/d3": "^7.4.3",
"@types/lodash": "^4.17.4",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.13",
"@types/react": "18.3.3",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"ajv-cli": "^5.0.0",
"chai": "^5.1.1",
"esbuild-register": "^3.5.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"hoshimi-types": "^2.13.0",
"husky": "^9.0.11",
"json-schema-to-typescript": "^14.0.4",
"knip": "^5.17.3",
"mocha": "^10.4.0",
"prettier": "^3.2.5",
"tsconfig-paths": "^4.2.0",
"tslib": "^2.6.2",
"turbo": "^1.13.3",
"typescript": "5.4.5",
"wtf_wikipedia": "^10.3.1"
},
"imports": {
"#data/*": "data/*.js",
"#components/*": "components/*.js",
"#utils/*": "utils/*.js",
"#api/*": "pages/api/*.js",
"#locales/*": "locales/*.js"
},
"nextBundleAnalysis": {}
}
Loading

0 comments on commit 4c3244c

Please sign in to comment.