Skip to content

Commit

Permalink
Downgrade dependencies for test
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal committed Nov 2, 2024
1 parent 336b9e7 commit f6ec730
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
26 changes: 13 additions & 13 deletions hugo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions hugo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"eslint": "eslint '**/*.{js,jsx,ts,tsx}'"
},
"dependencies": {
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-react-jsx": "^7.25.9",
"@sentry/browser": "^8.36.0",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@sentry/browser": "^8.34.0",
"axios": "^0.28.1",
"axios-extensions": "^3.1.6",
"axios-extensions": "^3.1.3",
"bootstrap": "^4.6.2",
"browser-sync": "^2.29.3",
"browser-sync-webpack-plugin": "^2.2.2",
"core-js": "^3.39.0",
"core-js": "^3.1.4",
"cross-env": "^5.2.0",
"custom-event-polyfill": "^1.0.7",
"date-fns": "^2.16.1",
Expand All @@ -36,32 +36,32 @@
"lodash": "^4.17.21",
"lozad": "^1.9.0",
"mark.js": "^8.11.1",
"preact": "^10.24.3",
"preact": "^10.5.9",
"quicklink": "^2.3.0",
"raw-loader": "^3.0.0",
"resolve-url-loader": "^2.3.1",
"sass": "^1.80.6",
"sass-loader": "^7.1.0",
"scriptjs": "^2.5.9",
"smooth-scroll": "^16.1.3",
"smooth-scroll": "^16.1.0",
"smoothscroll-polyfill": "^0.4.4",
"stimulus": "^1.1.1",
"turbolinks": "^5.2.0",
"url-polyfill": "^1.1.12",
"url-polyfill": "^1.1.5",
"visibilityjs": "^2.0.2",
"vue-template-compiler": "^2.7.16"
},
"devDependencies": {
"@babel/preset-react": "^7.25.9",
"@babel/preset-react": "^7.12.13",
"@size-limit/file": "^4.10.1",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"babel-preset-preact": "^2.0.0",
"cssnano": "^4.1.11",
"debug": "^4.3.7",
"debug": "^4.3.1",
"eslint": "^7.22.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react": "^7.22.0",
"laravel-mix": "^4.1.4",
"prettier": "^2.2.1",
"purgecss-from-html": "^4.1.1",
Expand Down

0 comments on commit f6ec730

Please sign in to comment.