Skip to content

Commit

Permalink
Merge pull request #263 from ZACHSTRIVES/dev
Browse files Browse the repository at this point in the history
Bump version to 0.2.1
  • Loading branch information
ZACHSTRIVES authored Mar 8, 2024
2 parents 69fae02 + 05f75be commit 8b88094
Show file tree
Hide file tree
Showing 161 changed files with 4,738 additions and 1,255 deletions.
1 change: 0 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const nextConfig = semi({
i18n: {
locales: ['en', 'zh-CN', 'ja-JP'],
defaultLocale: 'en',
localeDetection: false,
},
transpilePackages: ['@douyinfe/semi-ui', '@douyinfe/semi-icons', '@douyinfe/semi-illustrations'],
webpack(config) {
Expand Down
1,575 changes: 976 additions & 599 deletions package-lock.json

Large diffs are not rendered by default.

44 changes: 24 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,58 @@
{
"name": "dummyi",
"version": "0.1.0",
"version": "0.2.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cypress": "cypress open",
"add:generator": "tsx ./scripts/addNewGenerator.ts"
"add:generator": "tsx ./scripts/addNewGenerator.ts",
"add:formatter": "tsx ./scripts/addNewFormatter.ts"
},
"dependencies": {
"@douyinfe/semi-next": "^2.37.0",
"@douyinfe/semi-ui": "^2.36.0",
"@douyinfe/semi-ui": "^2.51.0",
"@douyinfe/semi-next": "^2.51.0",
"@faker-js/faker": "^8.0.2",
"@reduxjs/toolkit": "^1.9.5",
"@semi-bot/semi-theme-mockdatanz": "^1.1.4",
"@semi-bot/semi-theme-mockdatanz": "^1.1.6",
"@types/node": "20.1.4",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.5",
"@types/react-dom": "18.2.7",
"@uiw/codemirror-extensions-langs": "^4.21.9",
"@uiw/codemirror-themes": "^4.21.9",
"@uiw/react-codemirror": "^4.19.16",
"@vercel/analytics": "^1.0.1",
"autoprefixer": "10.4.14",
"emoji-picker-react": "^4.4.9",
"eslint": "8.41.0",
"eslint-config-next": "13.4.6",
"@uiw/react-codemirror": "^4.21.20",
"@vercel/analytics": "^1.0.2",
"autoprefixer": "10.4.16",
"emoji-picker-react": "^4.5.3",
"eslint": "8.47.0",
"eslint-config-next": "13.5.5",
"hamburger-react": "^2.5.0",
"next": "13.4.13",
"loadash": "^1.0.0",
"next": "14.0.4",
"next-redux-wrapper": "^8.1.0",
"next-seo": "^6.1.0",
"nextjs-progressbar": "^0.0.16",
"postcss": "8.4.24",
"postcss": "8.4.28",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.2.0",
"react-intl": "^6.4.4",
"react-redux": "^8.0.5",
"react-intl": "^6.5.5",
"react-redux": "^8.1.3",
"react-reflex": "^4.1.0",
"react-sparklines": "^1.7.0",
"redux-persist": "^6.0.0",
"sass": "^1.65.1",
"tailwindcss": "^3.3.2",
"sass": "^1.69.3",
"tailwindcss": "^3.3.3",
"tsx": "^3.12.7",
"uuidjs": "^5.0.1"
},
"devDependencies": {
"cypress": "^12.14.0",
"@types/lodash": "^4.14.197",
"cypress": "^12.17.4",
"mini-css-extract-plugin": "^2.7.6",
"typescript": "^5.1.3",
"typescript": "^5.1.6",
"webpack": "^5.88.2"
}
}
13 changes: 7 additions & 6 deletions public/images/exportFormats/dark/CSV.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions public/images/exportFormats/dark/CSharp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/images/exportFormats/dark/Firebase.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions public/images/exportFormats/dark/JSON.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions public/images/exportFormats/dark/Java.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions public/images/exportFormats/dark/Typescript.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8b88094

Please sign in to comment.